Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #> emerge -1 quickcheck
- Calculating dependencies... done!
- >>> Verifying ebuild manifests
- >>> Emerging (1 of 1) dev-haskell/quickcheck-2.4.2-r1 from gentoo-haskell
- * QuickCheck-2.4.2.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
- >>> Unpacking source...
- >>> Unpacking QuickCheck-2.4.2.tar.gz to /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/work
- >>> Source unpacked in /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/work
- >>> Preparing source in /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/work/QuickCheck-2.4.2 ...
- >>> Source prepared.
- >>> Configuring source in /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/work/QuickCheck-2.4.2 ...
- * Using cabal-1.10.2.0.
- /usr/bin/ghc -package Cabal-1.10.2.0 --make /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/work/QuickCheck-2.4.2/Setup.lhs -dynamic -o setup
- [1 of 1] Compiling Main ( /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/work/QuickCheck-2.4.2/Setup.lhs, /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/work/QuickCheck-2.4.2/Setup.o )
- Linking setup ...
- ./setup configure --ghc --prefix=/usr --with-compiler=/usr/bin/ghc --with-hc-pkg=/usr/bin/ghc-pkg --prefix=/usr --libdir=/usr/lib64 --libsubdir=quickcheck-2.4.2/ghc-7.0.4 --datadir=/usr/share/ --datasubdir=quickcheck-2.4.2/ghc-7.0.4 --enable-library-profiling --ghc-option=-optl-Wl,-O1 --ghc-option=-optl-Wl,--as-needed --disable-executable-stripping --docdir=/usr/share/doc/quickcheck-2.4.2-r1 --verbose --flags=templateHaskell
- Configuring QuickCheck-2.4.2...
- Flags chosen: templatehaskell=True, base4=True, base3=True
- Dependency base ==4.*: using base-4.3.1.0
- Dependency extensible-exceptions -any: using extensible-exceptions-0.1.1.2
- Dependency random -any: using random-1.0.1.1
- Dependency template-haskell >=2.4: using template-haskell-2.5.0.0
- Using Cabal-1.10.2.0 compiled by ghc-7.0
- Using compiler: ghc-7.0.4
- Using install prefix: /usr
- Binaries installed in: /usr/bin
- Libraries installed in: /usr/lib64/quickcheck-2.4.2/ghc-7.0.4
- Private binaries installed in: /usr/libexec
- Data files installed in: /usr/share/quickcheck-2.4.2/ghc-7.0.4
- Documentation installed in: /usr/share/doc/quickcheck-2.4.2-r1
- Using alex version 3.0.1 found on system at: /usr/bin/alex
- Using ar found on system at: /usr/bin/ar
- Using c2hs version 0.16.3 found on system at: /usr/bin/c2hs
- Using cpphs version 1.12 found on system at: /usr/bin/cpphs
- No ffihugs found
- Using gcc version 4.5.3 found on system at: /usr/bin/gcc
- Using ghc version 7.0.4 given by user at: /usr/bin/ghc
- Using ghc-pkg version 7.0.4 given by user at: /usr/bin/ghc-pkg
- No greencard found
- Using haddock version 2.9.2 found on system at: /usr/bin/haddock
- Using happy version 1.18.8 found on system at: /usr/bin/happy
- No hmake found
- Using hsc2hs version 0.67 found on system at: /usr/bin/hsc2hs
- Using hscolour version 1.19 found on system at: /usr/bin/HsColour
- No hugs found
- No jhc found
- Using ld found on system at: /usr/bin/ld
- No lhc found
- No lhc-pkg found
- No nhc98 found
- Using pkg-config version 0.26 found on system at: /usr/bin/pkg-config
- Using ranlib found on system at: /usr/bin/ranlib
- Using strip found on system at: /usr/bin/strip
- Using tar found on system at: /bin/tar
- No uhc found
- >>> Source configured.
- >>> Compiling source in /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/work/QuickCheck-2.4.2 ...
- ./setup build
- Preprocessing library QuickCheck-2.4.2...
- Building QuickCheck-2.4.2...
- [ 1 of 13] Compiling Test.QuickCheck.Exception ( Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o )
- [ 2 of 13] Compiling Test.QuickCheck.Text ( Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o )
- [ 3 of 13] Compiling Test.QuickCheck.State ( Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o )
- [ 4 of 13] Compiling Test.QuickCheck.Gen ( Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o )
- [ 5 of 13] Compiling Test.QuickCheck.Arbitrary ( Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o )
- [ 6 of 13] Compiling Test.QuickCheck.Poly ( Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o )
- [ 7 of 13] Compiling Test.QuickCheck.Modifiers ( Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o )
- [ 8 of 13] Compiling Test.QuickCheck.Function ( Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o )
- [ 9 of 13] Compiling Test.QuickCheck.Property ( Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o )
- [10 of 13] Compiling Test.QuickCheck.Test ( Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o )
- [11 of 13] Compiling Test.QuickCheck.Monadic ( Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o )
- [12 of 13] Compiling Test.QuickCheck ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.o )
- [13 of 13] Compiling Test.QuickCheck.All ( Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o )
- [ 1 of 13] Compiling Test.QuickCheck.Exception ( Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.p_o )
- [ 2 of 13] Compiling Test.QuickCheck.Text ( Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.p_o )
- [ 3 of 13] Compiling Test.QuickCheck.State ( Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.p_o )
- [ 4 of 13] Compiling Test.QuickCheck.Gen ( Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.p_o )
- [ 5 of 13] Compiling Test.QuickCheck.Arbitrary ( Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.p_o )
- [ 6 of 13] Compiling Test.QuickCheck.Poly ( Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.p_o )
- [ 7 of 13] Compiling Test.QuickCheck.Modifiers ( Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.p_o )
- [ 8 of 13] Compiling Test.QuickCheck.Function ( Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.p_o )
- [ 9 of 13] Compiling Test.QuickCheck.Property ( Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.p_o )
- [10 of 13] Compiling Test.QuickCheck.Test ( Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.p_o )
- [11 of 13] Compiling Test.QuickCheck.Monadic ( Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.p_o )
- [12 of 13] Compiling Test.QuickCheck ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.p_o )
- [13 of 13] Compiling Test.QuickCheck.All ( Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.p_o )
- Registering QuickCheck-2.4.2...
- * hoogle USE flag requires doc USE flag, building with haddock, hoogle and hscolour
- ./setup haddock --hyperlink-source
- Running Haddock for QuickCheck-2.4.2...
- Preprocessing library QuickCheck-2.4.2...
- Running hscolour for QuickCheck-2.4.2...
- Warning: The documentation for the following packages are not installed. No
- links will be generated to these packages: array-0.3.0.2, base-4.3.1.0,
- ffi-1.0, rts-1.0, containers-0.4.0.0, extensible-exceptions-0.1.1.2,
- ghc-prim-0.2.0.0, integer-gmp-0.2.0.3, old-locale-1.0.0.2, pretty-1.0.1.2,
- random-1.0.1.1, template-haskell-2.5.0.0, time-1.2.0.3
- haddock coverage for dist/build/tmp23339/Test/QuickCheck/Exception.hs: 0/5 0%
- haddock coverage for dist/build/tmp23339/Test/QuickCheck/Text.hs: 0/16 0%
- haddock coverage for dist/build/tmp23339/Test/QuickCheck/State.hs: 1/2 50%
- haddock coverage for dist/build/tmp23339/Test/QuickCheck/Gen.hs: 20/21 95%
- haddock coverage for dist/build/tmp23339/Test/QuickCheck/Arbitrary.hs: 21/23 91%
- haddock coverage for dist/build/tmp23339/Test/QuickCheck/Poly.hs: 1/7 14%
- haddock coverage for dist/build/tmp23339/Test/QuickCheck/Modifiers.hs: 12/13 92%
- haddock coverage for dist/build/tmp23339/Test/QuickCheck/Function.hs: 1/7 14%
- haddock coverage for dist/build/tmp23339/Test/QuickCheck/Property.hs: 33/56 59%
- haddock coverage for dist/build/tmp23339/Test/QuickCheck/Test.hs: 13/27 48%
- haddock coverage for dist/build/tmp23339/Test/QuickCheck/Monadic.hs: 1/15 7%
- haddock coverage for dist/build/tmp23339/Test/QuickCheck/All.hs: 9/9 100%
- haddock coverage for dist/build/tmp23339/Test/QuickCheck.hs: 91/98 93%
- Warning: Test.QuickCheck.Text: could not find link destinations for:
- GHC.Base.String GHC.Show.Show GHC.Real.Integral GHC.Types.Int Test.QuickCheck.Text.Output GHC.Types.IO GHC.IO.Handle.Types.Handle
- Warning: Test.QuickCheck.State: could not find link destinations for:
- GHC.Types.Int GHC.Base.String GHC.Bool.Bool System.Random.StdGen
- Warning: Test.QuickCheck.Gen: could not find link destinations for:
- System.Random.StdGen GHC.Types.Int GHC.Base.Monad GHC.Base.Functor Control.Applicative.Applicative GHC.Real.Integral System.Random.Random GHC.Types.IO GHC.Show.Show GHC.Bool.Bool Data.Maybe.Maybe
- Warning: Test.QuickCheck.Arbitrary: could not find link destinations for:
- GHC.Bool.Bool GHC.Types.Char GHC.Types.Double GHC.Types.Float GHC.Types.Int GHC.Int.Int8 GHC.Int.Int16 GHC.Int.Int32 GHC.Int.Int64 GHC.Integer.Type.Integer GHC.Word.Word GHC.Word.Word8 GHC.Word.Word16 GHC.Word.Word32 GHC.Word.Word64 GHC.Real.Integral GHC.Real.Ratio Data.Maybe.Maybe GHC.Float.RealFloat Data.Complex.Complex GHC.Num.Num GHC.Classes.Ord Data.Either.Either GHC.Enum.Bounded GHC.Real.Fractional System.Random.Random GHC.Real.RealFrac GHC.Real.Real GHC.Show.Show
- Warning: Test.QuickCheck.Poly: could not find link destinations for:
- GHC.Integer.Type.Integer GHC.Classes.Eq GHC.Show.Show GHC.Num.Num GHC.Classes.Ord
- Warning: Test.QuickCheck.Modifiers: could not find link destinations for:
- GHC.Enum.Enum GHC.Classes.Eq GHC.Real.Integral GHC.Num.Num GHC.Classes.Ord GHC.Real.Real GHC.Show.Show GHC.Read.Read GHC.Types.Int
- Warning: Test.QuickCheck.Function: could not find link destinations for:
- GHC.Show.Show GHC.Base.Functor GHC.Bool.Bool GHC.Types.Char GHC.Types.Int GHC.Integer.Type.Integer GHC.Word.Word8 Data.Maybe.Maybe Data.Either.Either GHC.Read.Read
- Warning: Test.QuickCheck.Property: could not find link destinations for:
- GHC.Bool.Bool GHC.Show.Show GHC.Types.IO Test.QuickCheck.Exception.AnException GHC.Base.Monad GHC.Base.Functor Data.Maybe.Maybe GHC.Base.String GHC.Types.Int
- Warning: Test.QuickCheck.Test: could not find link destinations for:
- Data.Maybe.Maybe System.Random.StdGen GHC.Types.Int GHC.Bool.Bool GHC.Read.Read GHC.Show.Show GHC.Base.String GHC.Types.IO
- Warning: Test.QuickCheck.Monadic: could not find link destinations for:
- GHC.Base.Monad GHC.Base.Functor GHC.Bool.Bool GHC.Show.Show GHC.Types.IO GHC.ST.ST
- Warning: Test.QuickCheck.All: could not find link destinations for:
- Language.Haskell.TH.Syntax.Q Language.Haskell.TH.Syntax.Exp Language.Haskell.TH.Syntax.Name Language.Haskell.TH.Lib.ExpQ
- Warning: Test.QuickCheck: could not find link destinations for:
- GHC.Types.IO Data.Maybe.Maybe System.Random.StdGen GHC.Types.Int GHC.Bool.Bool GHC.Read.Read GHC.Show.Show GHC.Base.String GHC.Base.Monad GHC.Base.Functor Control.Applicative.Applicative System.Random.Random GHC.Classes.Ord GHC.Types.Char GHC.Types.Double GHC.Types.Float GHC.Int.Int8 GHC.Int.Int16 GHC.Int.Int32 GHC.Int.Int64 GHC.Integer.Type.Integer GHC.Word.Word GHC.Word.Word8 GHC.Word.Word16 GHC.Word.Word32 GHC.Word.Word64 GHC.Real.Integral GHC.Real.Ratio GHC.Float.RealFloat Data.Complex.Complex GHC.Num.Num Data.Either.Either GHC.Real.Fractional GHC.Enum.Bounded GHC.Real.RealFrac GHC.Real.Real GHC.Enum.Enum GHC.Classes.Eq
- Documentation created: dist/doc/html/QuickCheck/index.html
- ./setup haddock --hoogle
- Running Haddock for QuickCheck-2.4.2...
- Preprocessing library QuickCheck-2.4.2...
- Warning: The documentation for the following packages are not installed. No
- links will be generated to these packages: array-0.3.0.2, base-4.3.1.0,
- ffi-1.0, rts-1.0, containers-0.4.0.0, extensible-exceptions-0.1.1.2,
- ghc-prim-0.2.0.0, integer-gmp-0.2.0.3, old-locale-1.0.0.2, pretty-1.0.1.2,
- random-1.0.1.1, template-haskell-2.5.0.0, time-1.2.0.3
- haddock coverage for dist/build/tmp23411/Test/QuickCheck/Exception.hs: 0/5 0%
- haddock coverage for dist/build/tmp23411/Test/QuickCheck/Text.hs: 0/16 0%
- haddock coverage for dist/build/tmp23411/Test/QuickCheck/State.hs: 1/2 50%
- haddock coverage for dist/build/tmp23411/Test/QuickCheck/Gen.hs: 20/21 95%
- haddock coverage for dist/build/tmp23411/Test/QuickCheck/Arbitrary.hs: 21/23 91%
- haddock coverage for dist/build/tmp23411/Test/QuickCheck/Poly.hs: 1/7 14%
- haddock coverage for dist/build/tmp23411/Test/QuickCheck/Modifiers.hs: 12/13 92%
- haddock coverage for dist/build/tmp23411/Test/QuickCheck/Function.hs: 1/7 14%
- haddock coverage for dist/build/tmp23411/Test/QuickCheck/Property.hs: 33/56 59%
- haddock coverage for dist/build/tmp23411/Test/QuickCheck/Test.hs: 13/27 48%
- haddock coverage for dist/build/tmp23411/Test/QuickCheck/Monadic.hs: 1/15 7%
- haddock coverage for dist/build/tmp23411/Test/QuickCheck/All.hs: 9/9 100%
- haddock coverage for dist/build/tmp23411/Test/QuickCheck.hs: 91/98 93%
- Warning: Test.QuickCheck.Text: could not find link destinations for:
- GHC.Base.String GHC.Show.Show GHC.Real.Integral GHC.Types.Int Test.QuickCheck.Text.Output GHC.Types.IO GHC.IO.Handle.Types.Handle
- Warning: Test.QuickCheck.State: could not find link destinations for:
- GHC.Types.Int GHC.Base.String GHC.Bool.Bool System.Random.StdGen
- Warning: Test.QuickCheck.Gen: could not find link destinations for:
- System.Random.StdGen GHC.Types.Int GHC.Base.Monad GHC.Base.Functor Control.Applicative.Applicative GHC.Real.Integral System.Random.Random GHC.Types.IO GHC.Show.Show GHC.Bool.Bool Data.Maybe.Maybe
- Warning: Test.QuickCheck.Arbitrary: could not find link destinations for:
- GHC.Bool.Bool GHC.Types.Char GHC.Types.Double GHC.Types.Float GHC.Types.Int GHC.Int.Int8 GHC.Int.Int16 GHC.Int.Int32 GHC.Int.Int64 GHC.Integer.Type.Integer GHC.Word.Word GHC.Word.Word8 GHC.Word.Word16 GHC.Word.Word32 GHC.Word.Word64 GHC.Real.Integral GHC.Real.Ratio Data.Maybe.Maybe GHC.Float.RealFloat Data.Complex.Complex GHC.Num.Num GHC.Classes.Ord Data.Either.Either GHC.Enum.Bounded GHC.Real.Fractional System.Random.Random GHC.Real.RealFrac GHC.Real.Real GHC.Show.Show
- Warning: Test.QuickCheck.Poly: could not find link destinations for:
- GHC.Integer.Type.Integer GHC.Classes.Eq GHC.Show.Show GHC.Num.Num GHC.Classes.Ord
- Warning: Test.QuickCheck.Modifiers: could not find link destinations for:
- GHC.Enum.Enum GHC.Classes.Eq GHC.Real.Integral GHC.Num.Num GHC.Classes.Ord GHC.Real.Real GHC.Show.Show GHC.Read.Read GHC.Types.Int
- Warning: Test.QuickCheck.Function: could not find link destinations for:
- GHC.Show.Show GHC.Base.Functor GHC.Bool.Bool GHC.Types.Char GHC.Types.Int GHC.Integer.Type.Integer GHC.Word.Word8 Data.Maybe.Maybe Data.Either.Either GHC.Read.Read
- Warning: Test.QuickCheck.Property: could not find link destinations for:
- GHC.Bool.Bool GHC.Show.Show GHC.Types.IO Test.QuickCheck.Exception.AnException GHC.Base.Monad GHC.Base.Functor Data.Maybe.Maybe GHC.Base.String GHC.Types.Int
- Warning: Test.QuickCheck.Test: could not find link destinations for:
- Data.Maybe.Maybe System.Random.StdGen GHC.Types.Int GHC.Bool.Bool GHC.Read.Read GHC.Show.Show GHC.Base.String GHC.Types.IO
- Warning: Test.QuickCheck.Monadic: could not find link destinations for:
- GHC.Base.Monad GHC.Base.Functor GHC.Bool.Bool GHC.Show.Show GHC.Types.IO GHC.ST.ST
- Warning: Test.QuickCheck.All: could not find link destinations for:
- Language.Haskell.TH.Syntax.Q Language.Haskell.TH.Syntax.Exp Language.Haskell.TH.Syntax.Name Language.Haskell.TH.Lib.ExpQ
- Warning: Test.QuickCheck: could not find link destinations for:
- GHC.Types.IO Data.Maybe.Maybe System.Random.StdGen GHC.Types.Int GHC.Bool.Bool GHC.Read.Read GHC.Show.Show GHC.Base.String GHC.Base.Monad GHC.Base.Functor Control.Applicative.Applicative System.Random.Random GHC.Classes.Ord GHC.Types.Char GHC.Types.Double GHC.Types.Float GHC.Int.Int8 GHC.Int.Int16 GHC.Int.Int32 GHC.Int.Int64 GHC.Integer.Type.Integer GHC.Word.Word GHC.Word.Word8 GHC.Word.Word16 GHC.Word.Word32 GHC.Word.Word64 GHC.Real.Integral GHC.Real.Ratio GHC.Float.RealFloat Data.Complex.Complex GHC.Num.Num Data.Either.Either GHC.Real.Fractional GHC.Enum.Bounded GHC.Real.RealFrac GHC.Real.Real GHC.Enum.Enum GHC.Classes.Eq
- Documentation created: dist/doc/html/QuickCheck/QuickCheck.txt
- >>> Source compiled.
- >>> Test phase [not enabled]: dev-haskell/quickcheck-2.4.2-r1
- >>> Install quickcheck-2.4.2-r1 into /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/image/ category dev-haskell
- ./setup copy --destdir=/var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/image/
- Installing library in
- /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/image/usr/lib64/quickcheck-2.4.2/ghc-7.0.4
- Creating package registration file:
- /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/temp/quickcheck-2.4.2.conf
- Reading package info from stdin ... done.
- QuickCheck-2.4.2: dependency "base-4.3.1.0-d2298ea3d0e16f270dfe58dfbda12bff" doesn't exist (ignoring)
- QuickCheck-2.4.2: dependency "extensible-exceptions-0.1.1.2-d8c5b906654260efd7249f497d17a831" doesn't exist (ignoring)
- QuickCheck-2.4.2: dependency "random-1.0.1.1-e85534136ad5d5f0944a2d7518fbf165" doesn't exist (ignoring)
- QuickCheck-2.4.2: dependency "template-haskell-2.5.0.0-957162165c2e6480a35f6d14f7e5220f" doesn't exist (ignoring)
- Writing new package config file... done.
- >>> Completed installing quickcheck-2.4.2-r1 into /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/image/
- strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
- /usr/lib64/quickcheck-2.4.2/ghc-7.0.4/HSQuickCheck-2.4.2.o
- usr/lib64/quickcheck-2.4.2/ghc-7.0.4/libHSQuickCheck-2.4.2.a
- usr/lib64/quickcheck-2.4.2/ghc-7.0.4/libHSQuickCheck-2.4.2_p.a
- >>> Installing (1 of 1) dev-haskell/quickcheck-2.4.2-r1
- * Unregistering QuickCheck-2.4.2 ...
- unregistering QuickCheck-2.4.2 would break the following packages: vty-ui-1.4 show-0.4.1.2 repa-2.2.0.1 Stream-0.4.6 IOSpec-0.2.3 arrows-0.4.4.0 (ignoring) [ ok ]
- * Registering QuickCheck-2.4.2 ... [ ok ]
- * Messages for package dev-haskell/quickcheck-2.4.2-r1:
- * hoogle USE flag requires doc USE flag, building with haddock, hoogle and hscolour
- >>> Auto-cleaning packages...
- >>> No outdated packages were found on your system.
- * GNU info directory index is up-to-date.
Advertisement
Add Comment
Please, Sign In to add comment