printf ' ' | fink --no-use-binary-dist --yes --build-as-nobody rebuild ghc-exceptions 2>&1 The package 'ghc-exceptions' will be built without being installed. Reading build dependency for ghc-exceptions-0.6.1-1... Reading dependency for ghc-exceptions-0.6.1-1... Reading build conflict for ghc-exceptions-0.6.1-1... The package 'ghc' will be installed. Reading dependency for ghc-7.8.2-1... Reading runtime dependency for ghc-7.8.2-1... The package 'ghc-mtl' will be installed. Reading dependency for ghc-mtl-2.1.2-2... Reading runtime dependency for ghc-mtl-2.1.2-2... The package 'ghc-transformers' will be installed. Reading dependency for ghc-transformers-0.3.0.0-2... Reading runtime dependency for ghc-transformers-0.3.0.0-2... The following package will be rebuilt: ghc-exceptions The following 3 additional packages will be installed: ghc ghc-mtl ghc-transformers Do you want to continue? [Y/n] (assuming default) curl --connect-timeout 30 -f -L -A 'fink/0.37.0' -O http://distfiles.master.finkmirrors.net/distfiles/exceptions-0.6.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11392 100 11392 0 0 47556 0 --:--:-- --:--:-- --:--:-- 47665 Reading buildlock packages... All buildlocks accounted for. /sw/bin/dpkg-lockwait -i /sw/fink/debs/ghc_7.8.2-1_darwin-x86_64.deb Selecting previously deselected package ghc. (Reading database ... 4296 files and directories currently installed.) Unpacking ghc (from .../ghc_7.8.2-1_darwin-x86_64.deb) ... Setting up ghc (7.8.2-1) ... Reading buildlock packages... All buildlocks accounted for. /sw/bin/dpkg-lockwait -i /sw/fink/debs/ghc-transformers_0.3.0.0-2_darwin-x86_64.deb Selecting previously deselected package ghc-transformers. (Reading database ... 11132 files and directories currently installed.) Unpacking ghc-transformers (from .../ghc-transformers_0.3.0.0-2_darwin-x86_64.deb) ... Setting up ghc-transformers (0.3.0.0-2) ... WARNING: cache is out of date: /sw/lib/ghc-7.8.2/package.conf.d/package.cache Use 'ghc-pkg recache' to fix. Reading package info from stdin ... done. Reading buildlock packages... All buildlocks accounted for. /sw/bin/dpkg-lockwait -i /sw/fink/debs/ghc-mtl_2.1.2-2_darwin-x86_64.deb Selecting previously deselected package ghc-mtl. (Reading database ... 11258 files and directories currently installed.) Unpacking ghc-mtl (from .../ghc-mtl_2.1.2-2_darwin-x86_64.deb) ... Setting up ghc-mtl (2.1.2-2) ... Reading package info from stdin ... done. Setting runtime build-lock... dpkg-deb -b /sw/build.build/root-fink-buildlock-ghc-exceptions-0.6.1-1 /sw/build.build dpkg-deb: building package `fink-buildlock-ghc-exceptions-0.6.1-1' in `/sw/build.build/fink-buildlock-ghc-exceptions-0.6.1-1_2014.07.30-19.02.59_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/build.build/fink-buildlock-ghc-exceptions-0.6.1-1_2014.07.30-19.02.59_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-ghc-exceptions-0.6.1-1. (Reading database ... 11392 files and directories currently installed.) Unpacking fink-buildlock-ghc-exceptions-0.6.1-1 (from .../fink-buildlock-ghc-exceptions-0.6.1-1_2014.07.30-19.02.59_darwin-x86_64.deb) ... Setting up fink-buildlock-ghc-exceptions-0.6.1-1 (2014.07.30-19.02.59) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.FhLSU env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xvf /sw/src/exceptions-0.6.1.tar.gz exceptions-0.6.1/ exceptions-0.6.1/.ghci exceptions-0.6.1/.gitignore exceptions-0.6.1/.travis.yml exceptions-0.6.1/.vim.custom exceptions-0.6.1/AUTHORS.markdown exceptions-0.6.1/CHANGELOG.markdown exceptions-0.6.1/exceptions.cabal exceptions-0.6.1/LICENSE exceptions-0.6.1/README.markdown exceptions-0.6.1/Setup.lhs exceptions-0.6.1/src/ exceptions-0.6.1/src/Control/ exceptions-0.6.1/src/Control/Monad/ exceptions-0.6.1/src/Control/Monad/Catch.hs exceptions-0.6.1/src/Control/Monad/Catch/ exceptions-0.6.1/src/Control/Monad/Catch/Pure.hs exceptions-0.6.1/tests/ exceptions-0.6.1/tests/Tests.hs exceptions-0.6.1/tests/Control/ exceptions-0.6.1/tests/Control/Monad/ exceptions-0.6.1/tests/Control/Monad/Catch/ exceptions-0.6.1/tests/Control/Monad/Catch/Tests.hs exceptions-0.6.1/travis/ exceptions-0.6.1/travis/cabal-apt-install exceptions-0.6.1/travis/config sudo -u fink-bld [ENV] sh -c /tmp/fink.GunHP runghc Setup.lhs configure --prefix=/sw --docdir=/sw/share/doc/ghc-exceptions Configuring exceptions-0.6.1... runghc Setup.lhs build Building exceptions-0.6.1... Preprocessing library exceptions-0.6.1... [1 of 2] Compiling Control.Monad.Catch ( src/Control/Monad/Catch.hs, dist/build/Control/Monad/Catch.o ) src/Control/Monad/Catch.hs:99:1: Warning: The import of ‘Control.Monad.Trans.Reader’ is redundant except perhaps to import instances from ‘Control.Monad.Trans.Reader’ To import instances alone, use: import Control.Monad.Trans.Reader() [2 of 2] Compiling Control.Monad.Catch.Pure ( src/Control/Monad/Catch/Pure.hs, dist/build/Control/Monad/Catch/Pure.o ) In-place registering exceptions-0.6.1... runghc Setup.lhs haddock Running Haddock for exceptions-0.6.1... Preprocessing library exceptions-0.6.1... dist/build/tmp-47186/src/Control/Monad/Catch.hs:99:1: Warning: The import of ‘Control.Monad.Trans.Reader’ is redundant except perhaps to import instances from ‘Control.Monad.Trans.Reader’ To import instances alone, use: import Control.Monad.Trans.Reader() Haddock coverage: 100% ( 31 / 31) in 'Control.Monad.Catch' 80% ( 8 / 10) in 'Control.Monad.Catch.Pure' Documentation created: dist/doc/html/exceptions/index.html runghc Setup.lhs register --gen-script Creating package registration script: register.sh runghc Setup.lhs unregister --gen-script Unregistering exceptions-0.6.1... /bin/rm -rf /sw/build.build/root-ghc-exceptions-0.6.1-1 /bin/mkdir -p /sw/build.build/root-ghc-exceptions-0.6.1-1/sw /bin/mkdir -p /sw/build.build/root-ghc-exceptions-0.6.1-1/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-ghc-exceptions-0.6.1-1 sudo -u fink-bld [ENV] sh -c /tmp/fink.vtNn8 runghc Setup.lhs copy --destdir=/sw/build.build/root-ghc-exceptions-0.6.1-1 Installing library in /sw/build.build/root-ghc-exceptions-0.6.1-1/sw/lib/x86_64-osx-ghc-7.8.2/exceptions-0.6.1 sudo -u fink-bld [ENV] sh -c /tmp/fink.Ejd0g /usr/bin/install -d -m 700 /sw/build.build/root-ghc-exceptions-0.6.1-1/sw/share/doc/ghc-exceptions /bin/cp -r LICENSE /sw/build.build/root-ghc-exceptions-0.6.1-1/sw/share/doc/ghc-exceptions/ /bin/cp -r register.sh /sw/build.build/root-ghc-exceptions-0.6.1-1/sw/share/doc/ghc-exceptions/ /bin/cp -r unregister.sh /sw/build.build/root-ghc-exceptions-0.6.1-1/sw/share/doc/ghc-exceptions/ /bin/chmod -R go=u-w /sw/build.build/root-ghc-exceptions-0.6.1-1/sw/share/doc/ghc-exceptions /bin/rm -f /sw/build.build/root-ghc-exceptions-0.6.1-1/sw/info/dir /sw/build.build/root-ghc-exceptions-0.6.1-1/sw/info/dir.old /sw/build.build/root-ghc-exceptions-0.6.1-1/sw/share/info/dir /sw/build.build/root-ghc-exceptions-0.6.1-1/sw/share/info/dir.old Reverting ownership of install dir to root Writing control file... Writing package script postinst... Writing package script prerm... Writing md5sums file... env LANG=C LC_ALL=C dpkg-deb -b root-ghc-exceptions-0.6.1-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/libs/ghc dpkg-deb: building package `ghc-exceptions' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/libs/ghc/ghc-exceptions_0.6.1-1_darwin-x86_64.deb'. Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-ghc-exceptions-0.6.1-1 (Reading database ... 11393 files and directories currently installed.) Removing fink-buildlock-ghc-exceptions-0.6.1-1 ...