=> Bootstrap dependency digest>=20010302: found digest-20121220 => Checksum SHA1 OK for ghc-7.6.2-boot-i386-unknown-freebsd.tar.xz => Checksum RMD160 OK for ghc-7.6.2-boot-i386-unknown-freebsd.tar.xz => Checksum SHA1 OK for ghc-7.6.2-boot-i386-unknown-netbsd.tar.xz => Checksum RMD160 OK for ghc-7.6.2-boot-i386-unknown-netbsd.tar.xz => Checksum SHA1 OK for ghc-7.6.2-boot-powerpc-apple-darwin.tar.xz => Checksum RMD160 OK for ghc-7.6.2-boot-powerpc-apple-darwin.tar.xz => Checksum SHA1 OK for ghc-7.6.2-boot-x86_64-unknown-linux.tar.xz => Checksum RMD160 OK for ghc-7.6.2-boot-x86_64-unknown-linux.tar.xz => Checksum SHA1 OK for ghc-7.6.2-boot-x86_64-unknown-netbsd.tar.xz => Checksum RMD160 OK for ghc-7.6.2-boot-x86_64-unknown-netbsd.tar.xz => Checksum SHA1 OK for ghc-7.6.2-src.tar.bz2 => Checksum RMD160 OK for ghc-7.6.2-src.tar.bz2 ===> Installing dependencies for ghc-7.6.2 => Tool dependency autoconf>=2.50: found autoconf-2.69nb2 => Tool dependency gmake>=3.81: found gmake-3.82nb7 => Tool dependency checkperms>=1.1: found checkperms-1.11 => Build dependency libxslt>=1.1.26nb3: found libxslt-1.1.28nb1 => Build dependency docbook-xsl>=1.76.1nb1: found docbook-xsl-1.77.1nb1 => Full dependency perl>=5.0: found perl-5.18.0 => Full dependency gmp>=5.0.1: found gmp-5.1.2 => Full dependency ncurses>=5.4nb1: found ncurses-5.9nb1 ===> Overriding tools for ghc-7.6.2 ===> Extracting for ghc-7.6.2 ===> Patching for ghc-7.6.2 => Applying pkgsrc patches for ghc-7.6.2 => Verifying /usr/pkgsrc/wip/ghc/patches/patch-Makefile => Applying pkgsrc patch /usr/pkgsrc/wip/ghc/patches/patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD$ | |Required by patches/patch-ghc.mk | | |--- Makefile.orig 2013-02-14 02:53:07.000000000 +0000 |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 75. done => Verifying /usr/pkgsrc/wip/ghc/patches/patch-ghc.mk => Applying pkgsrc patch /usr/pkgsrc/wip/ghc/patches/patch-ghc.mk Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD$ | |We want bootstrapping bindists to be as small as possible, and bzip2 |is not enough: | | % du -sh ghc-*.tar* | 291M ghc-7.6.2-boot-powerpc-apple-darwin.tar | 60M ghc-7.6.2-boot-powerpc-apple-darwin.tar.bz2 | 32M ghc-7.6.2-boot-powerpc-apple-darwin.tar.xz | | |--- ghc.mk.orig 2013-02-14 02:24:35.000000000 +0000 |+++ ghc.mk -------------------------- Patching file ghc.mk using Plan A... Hunk #1 succeeded at 1009. done => Verifying /usr/pkgsrc/wip/ghc/patches/patch-libraries_integer-gmp_configure.ac => Applying pkgsrc patch /usr/pkgsrc/wip/ghc/patches/patch-libraries_integer-gmp_configure.ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD$ | |In Darwin, integer-gmp prefers GMP.framework when it happens to be |installed somewhere in the system, even though it doesn't come with |Darwin. Let it stop that. (Already fixed in the upstream.) | | |--- libraries/integer-gmp/configure.ac.orig 2013-01-27 13:36:41.000000000 +0000 |+++ libraries/integer-gmp/configure.ac -------------------------- Patching file libraries/integer-gmp/configure.ac using Plan A... Hunk #1 succeeded at 45. done => Verifying /usr/pkgsrc/wip/ghc/patches/patch-libraries_integer-simple_GHC_Integer.hs => Applying pkgsrc patch /usr/pkgsrc/wip/ghc/patches/patch-libraries_integer-simple_GHC_Integer.hs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD$ | |Missing functions: already fixed in the upstream. | | |--- libraries/integer-simple/GHC/Integer.hs.orig 2013-02-13 18:50:32.000000000 +0000 |+++ libraries/integer-simple/GHC/Integer.hs -------------------------- Patching file libraries/integer-simple/GHC/Integer.hs using Plan A... Hunk #1 succeeded at 27. done => Verifying /usr/pkgsrc/wip/ghc/patches/patch-libraries_integer-simple_GHC_Integer_Type.hs => Applying pkgsrc patch /usr/pkgsrc/wip/ghc/patches/patch-libraries_integer-simple_GHC_Integer_Type.hs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD$ | |Missing functions: already fixed in the upstream. | | |--- libraries/integer-simple/GHC/Integer/Type.hs.orig 2013-02-13 18:45:55.000000000 +0000 |+++ libraries/integer-simple/GHC/Integer/Type.hs -------------------------- Patching file libraries/integer-simple/GHC/Integer/Type.hs using Plan A... Hunk #1 succeeded at 370. done => Verifying /usr/pkgsrc/wip/ghc/patches/patch-rts_StgCRun.c => Applying pkgsrc patch /usr/pkgsrc/wip/ghc/patches/patch-rts_StgCRun.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD$ | |We have to make the visiblity of StgRun and StgReturn to "hidden" not |to trigger a bug in old binutils which results in: | | ld: rts/dist/build/RtsStartup.dyn_o: relocation R_X86_64_PC32 | against `StgRun' can not be used when making a shared object; | recompile with -fPIC | |With this workaround we can no longer override those two symbols using |LD_PRELOAD, but I think there is no reason to do so anyway. | | |--- rts/StgCRun.c.orig 2013-01-27 13:21:52.000000000 +0000 |+++ rts/StgCRun.c -------------------------- Patching file rts/StgCRun.c using Plan A... Hunk #1 succeeded at 246. Hunk #2 succeeded at 281. done => Verifying /usr/pkgsrc/wip/ghc/patches/patch-rts_ghc.mk => Applying pkgsrc patch /usr/pkgsrc/wip/ghc/patches/patch-rts_ghc.mk Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD$ | |This is pkgsrc specific: dtrace(1) gets confused when we have gcc |wrappers in the PATH so we have to hide them: | | gcc: installation problem, cannot exec '/usr/pkgsrc/wip/ghc/work/.gcc/bin/p | owerpc-apple-darwin9-gcc-4.0.1': No such file or directory | dtrace: failed to compile script rts/RtsProbes.d: Preprocessor failed to pr | ocess input program | | |--- rts/ghc.mk.orig 2013-01-27 13:21:52.000000000 +0000 |+++ rts/ghc.mk -------------------------- Patching file rts/ghc.mk using Plan A... Hunk #1 succeeded at 484. done ===> Regenerating configuration scripts for ghc-7.6.2 ===> Creating toolchain wrappers for ghc-7.6.2 ===> Configuring for ghc-7.6.2 ===> Extracting bootstrapping compiler for ghc-7.6.2 ===> Preparing bootstrapping compiler for ghc-7.6.2 checking for path to top of build tree... /scratch/wip/ghc/work/build-extract/ghc-7.6.2-boot Build platform inferred as: x86_64-unknown-netbsd Host platform inferred as: x86_64-unknown-netbsd Target platform inferred as: x86_64-unknown-netbsd GHC build : x86_64-unknown-netbsd GHC host : x86_64-unknown-netbsd GHC target : x86_64-unknown-netbsd checking for perl... /scratch/wip/ghc/work/.tools/bin/perl checking if your perl works in shell scripts... yes checking for a BSD-compatible install... /scratch/wip/ghc/work/.tools/bin/install -c checking whether ln -s works... yes checking for gsed... sed checking for gcc... /usr/bin/gcc 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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking version of gcc... 4.5.3 checking how to run the C preprocessor... /usr/bin/gcc -E checking whether ld understands --hash-size=31... checking whether ld understands --reduce-memory-overheads... checking for extra options to pass gcc when compiling via C... -fwrapv checking Setting up CFLAGS, LDFLAGS, IGNORE_LINKER_LD_FLAGS and CPPFLAGS... done checking Setting up CONF_CC_OPTS_STAGE0, CONF_GCC_LINKER_OPTS_STAGE0, CONF_LD_LINKER_OPTS_STAGE0 and CONF_CPP_OPTS_STAGE0... done checking Setting up CONF_CC_OPTS_STAGE1, CONF_GCC_LINKER_OPTS_STAGE1, CONF_LD_LINKER_OPTS_STAGE1 and CONF_CPP_OPTS_STAGE1... done checking Setting up CONF_CC_OPTS_STAGE2, CONF_GCC_LINKER_OPTS_STAGE2, CONF_LD_LINKER_OPTS_STAGE2 and CONF_CPP_OPTS_STAGE2... done checking for .subsections_via_symbols... no checking whether your assembler supports .ident directive... yes checking for GNU non-executable stack support... yes checking for grep that handles long lines and -e... /scratch/wip/ghc/work/.tools/bin/grep checking for egrep... /scratch/wip/ghc/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 size of void *... 8 checking for ar... /usr/bin/ar checking whether /usr/bin/ar is GNU ar... yes checking for ar arguments... q checking whether ranlib is needed... no configure: creating ./config.status config.status: creating settings config.status: creating mk/config.mk config.status: creating mk/install.mk **************************************************** Configuration done, ready to 'make install' (see README and INSTALL files for more info.) **************************************************** /usr/pkg/bin/gmake -r --no-print-directory -f ghc.mk install BINDIST=YES NO_INCLUDE_DEPS=YES includes/ghc.mk:153: warning: overriding recipe for target `inplace/bin/mkDerivedConstants' includes/ghc.mk:146: warning: ignoring old recipe for target `inplace/bin/mkDerivedConstants' "rm" -f driver/split/dist/ghc-split echo '#!/scratch/wip/ghc/work/.tools/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 /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" /scratch/wip/ghc/work/.tools/bin/install -c -m 755 driver/split/dist/ghc-split "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/bin" "rm" -f "/scratch/wip/ghc/work/.tools/bin/ghci-7.6.2" create () { touch "$1" && chmod 755 "$1" ; } && create "/scratch/wip/ghc/work/.tools/bin/ghci-7.6.2" echo '#!/bin/sh' >> "/scratch/wip/ghc/work/.tools/bin/ghci-7.6.2" echo 'exec "/scratch/wip/ghc/work/.tools/bin/ghc-7.6.2" --interactive ${1+"$@"}' >> "/scratch/wip/ghc/work/.tools/bin/ghci-7.6.2" chmod +x "/scratch/wip/ghc/work/.tools/bin/ghci-7.6.2" "rm" -f "/scratch/wip/ghc/work/.tools/bin/ghci" ln -s ghci-7.6.2 "/scratch/wip/ghc/work/.tools/bin/ghci" /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/include" /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/include/." && /scratch/wip/ghc/work/.tools/bin/install -c -m 644 includes/./*.h "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/include/./" && /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/include/rts" && /scratch/wip/ghc/work/.tools/bin/install -c -m 644 includes/rts/*.h "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/include/rts/" && /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/include/rts/prof" && /scratch/wip/ghc/work/.tools/bin/install -c -m 644 includes/rts/prof/*.h "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/include/rts/prof/" && /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/include/rts/storage" && /scratch/wip/ghc/work/.tools/bin/install -c -m 644 includes/rts/storage/*.h "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/include/rts/storage/" && /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/include/stg" && /scratch/wip/ghc/work/.tools/bin/install -c -m 644 includes/stg/*.h "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/include/stg/" && true /scratch/wip/ghc/work/.tools/bin/install -c -m 644 includes/ghcautoconf.h includes/ghcplatform.h includes/dist-ghcconstants/header/GHCConstants.h includes/dist-derivedconstants/header/DerivedConstants.h "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/include/" /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/include" /scratch/wip/ghc/work/.tools/bin/install -c -m 644 rts/dist/build/ffi.h rts/dist/build/ffitarget.h "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/include/" /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/bin" "rm" -f "/scratch/wip/ghc/work/.tools/bin/hsc2hs" create () { touch "$1" && chmod 755 "$1" ; } && create "/scratch/wip/ghc/work/.tools/bin/hsc2hs" echo '#!/bin/sh' >> "/scratch/wip/ghc/work/.tools/bin/hsc2hs" echo 'exedir="/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2"' >> "/scratch/wip/ghc/work/.tools/bin/hsc2hs" echo 'exeprog="hsc2hs"' >> "/scratch/wip/ghc/work/.tools/bin/hsc2hs" echo 'executablename="$exedir/$exeprog"' >> "/scratch/wip/ghc/work/.tools/bin/hsc2hs" echo 'datadir="/scratch/wip/ghc/work/.tools/share"' >> "/scratch/wip/ghc/work/.tools/bin/hsc2hs" echo 'bindir="/scratch/wip/ghc/work/.tools/bin"' >> "/scratch/wip/ghc/work/.tools/bin/hsc2hs" echo 'topdir="/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2"' >> "/scratch/wip/ghc/work/.tools/bin/hsc2hs" echo 'HSC2HS_EXTRA="--cflag=-fno-stack-protector "' >> "/scratch/wip/ghc/work/.tools/bin/hsc2hs" cat utils/hsc2hs/hsc2hs.wrapper >> "/scratch/wip/ghc/work/.tools/bin/hsc2hs" chmod +x "/scratch/wip/ghc/work/.tools/bin/hsc2hs" /scratch/wip/ghc/work/.tools/bin/install -c -m 644 utils/hsc2hs/template-hsc.h "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/bin" "rm" -f "/scratch/wip/ghc/work/.tools/bin/ghc-pkg-7.6.2" create () { touch "$1" && chmod 755 "$1" ; } && create "/scratch/wip/ghc/work/.tools/bin/ghc-pkg-7.6.2" echo '#!/bin/sh' >> "/scratch/wip/ghc/work/.tools/bin/ghc-pkg-7.6.2" echo 'exedir="/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2"' >> "/scratch/wip/ghc/work/.tools/bin/ghc-pkg-7.6.2" echo 'exeprog="ghc-pkg"' >> "/scratch/wip/ghc/work/.tools/bin/ghc-pkg-7.6.2" echo 'executablename="$exedir/$exeprog"' >> "/scratch/wip/ghc/work/.tools/bin/ghc-pkg-7.6.2" echo 'datadir="/scratch/wip/ghc/work/.tools/share"' >> "/scratch/wip/ghc/work/.tools/bin/ghc-pkg-7.6.2" echo 'bindir="/scratch/wip/ghc/work/.tools/bin"' >> "/scratch/wip/ghc/work/.tools/bin/ghc-pkg-7.6.2" echo 'topdir="/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2"' >> "/scratch/wip/ghc/work/.tools/bin/ghc-pkg-7.6.2" cat utils/ghc-pkg/ghc-pkg.wrapper >> "/scratch/wip/ghc/work/.tools/bin/ghc-pkg-7.6.2" chmod +x "/scratch/wip/ghc/work/.tools/bin/ghc-pkg-7.6.2" /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/bin" "rm" -f "/scratch/wip/ghc/work/.tools/bin/ghc-pkg" ln -s ghc-pkg-7.6.2 "/scratch/wip/ghc/work/.tools/bin/ghc-pkg" /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/bin" "rm" -f "/scratch/wip/ghc/work/.tools/bin/runghc-7.6.2" create () { touch "$1" && chmod 755 "$1" ; } && create "/scratch/wip/ghc/work/.tools/bin/runghc-7.6.2" echo '#!/bin/sh' >> "/scratch/wip/ghc/work/.tools/bin/runghc-7.6.2" echo 'exedir="/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2"' >> "/scratch/wip/ghc/work/.tools/bin/runghc-7.6.2" echo 'exeprog="runghc"' >> "/scratch/wip/ghc/work/.tools/bin/runghc-7.6.2" echo 'executablename="$exedir/$exeprog"' >> "/scratch/wip/ghc/work/.tools/bin/runghc-7.6.2" echo 'datadir="/scratch/wip/ghc/work/.tools/share"' >> "/scratch/wip/ghc/work/.tools/bin/runghc-7.6.2" echo 'bindir="/scratch/wip/ghc/work/.tools/bin"' >> "/scratch/wip/ghc/work/.tools/bin/runghc-7.6.2" echo 'topdir="/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2"' >> "/scratch/wip/ghc/work/.tools/bin/runghc-7.6.2" cat utils/runghc/runghc.wrapper >> "/scratch/wip/ghc/work/.tools/bin/runghc-7.6.2" chmod +x "/scratch/wip/ghc/work/.tools/bin/runghc-7.6.2" "rm" -f "/scratch/wip/ghc/work/.tools/bin/runhaskell" ln -s runghc "/scratch/wip/ghc/work/.tools/bin/runhaskell" "rm" -f "/scratch/wip/ghc/work/.tools/bin/runghc" ln -s runghc-7.6.2 "/scratch/wip/ghc/work/.tools/bin/runghc" /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/bin" "rm" -f "/scratch/wip/ghc/work/.tools/bin/ghc-7.6.2" create () { touch "$1" && chmod 755 "$1" ; } && create "/scratch/wip/ghc/work/.tools/bin/ghc-7.6.2" echo '#!/bin/sh' >> "/scratch/wip/ghc/work/.tools/bin/ghc-7.6.2" echo 'exedir="/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2"' >> "/scratch/wip/ghc/work/.tools/bin/ghc-7.6.2" echo 'exeprog="ghc-stage2"' >> "/scratch/wip/ghc/work/.tools/bin/ghc-7.6.2" echo 'executablename="$exedir/$exeprog"' >> "/scratch/wip/ghc/work/.tools/bin/ghc-7.6.2" echo 'datadir="/scratch/wip/ghc/work/.tools/share"' >> "/scratch/wip/ghc/work/.tools/bin/ghc-7.6.2" echo 'bindir="/scratch/wip/ghc/work/.tools/bin"' >> "/scratch/wip/ghc/work/.tools/bin/ghc-7.6.2" echo 'topdir="/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2"' >> "/scratch/wip/ghc/work/.tools/bin/ghc-7.6.2" echo 'executablename="$exedir/ghc"' >> "/scratch/wip/ghc/work/.tools/bin/ghc-7.6.2" cat ghc/ghc.wrapper >> "/scratch/wip/ghc/work/.tools/bin/ghc-7.6.2" chmod +x "/scratch/wip/ghc/work/.tools/bin/ghc-7.6.2" "rm" -f "/scratch/wip/ghc/work/.tools/bin/ghc" ln -s ghc-7.6.2 "/scratch/wip/ghc/work/.tools/bin/ghc" /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" for i in driver/ghc-usage.txt driver/ghci-usage.txt rts/dist/build/libHSrts.a settings; do \ case $i in \ *.a) \ /scratch/wip/ghc/work/.tools/bin/install -c -m 644 $i "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2"; \ true /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/`basename $i` ;; \ *.dll) \ /scratch/wip/ghc/work/.tools/bin/install -c -m 755 $i "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" ; \ strip "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2"/$i ;; \ *.so) \ /scratch/wip/ghc/work/.tools/bin/install -c -m 755 $i "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" ;; \ *.dylib) \ /scratch/wip/ghc/work/.tools/bin/install -c -m 755 $i "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2";; \ *) \ /scratch/wip/ghc/work/.tools/bin/install -c -m 644 $i "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2"; \ esac; \ done /usr/bin/gcc -E -undef -traditional -P -DINSTALLING -DLIB_DIR='"/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2"' -DINCLUDE_DIR='"/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/include"' -DPAPI_INCLUDE_DIR="" -DPAPI_LIB_DIR="" -x c -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header rts/package.conf.in -o rts/package.conf.install.raw grep -v '^#pragma GCC' rts/package.conf.install.raw | sed -e 's/""//g' -e 's/:[ ]*,/: /g' >rts/package.conf.install /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" for i in utils/hsc2hs/dist-install/build/tmp/hsc2hs utils/ghc-pkg/dist-install/build/tmp/ghc-pkg utils/runghc/dist-install/build/tmp/runghc ghc/stage2/build/tmp/ghc-stage2; do \ /scratch/wip/ghc/work/.tools/bin/install -c -m 755 $i "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2"; \ done "mv" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-stage2" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" "rm" -rf "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/package.conf.d" /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/package.conf.d" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" --force --global-package-db "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/package.conf.d" update rts/package.conf.install Reading package info from "rts/package.conf.install" ... done. CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/ghc-prim dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-prim-0.3.0.0 Registering ghc-prim-0.3.0.0... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/integer-simple dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/integer-simple-0.1.0.1 Registering integer-simple-0.1.0.1... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/base dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/base-4.6.0.1 Registering base-4.6.0.1... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/filepath dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/filepath-1.3.0.1 Registering filepath-1.3.0.1... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/array dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/array-0.4.0.1 Registering array-0.4.0.1... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/deepseq dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/deepseq-1.3.0.1 Registering deepseq-1.3.0.1... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/bytestring dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/bytestring-0.10.0.2 Registering bytestring-0.10.0.2... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/containers dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/containers-0.5.0.0 Registering containers-0.5.0.0... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/old-locale dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/old-locale-1.0.0.5 Registering old-locale-1.0.0.5... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/old-time dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/old-time-1.1.0.1 Registering old-time-1.1.0.1... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/time dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/time-1.4.0.1 Registering time-1.4.0.1... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/unix dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/unix-2.6.0.1 Registering unix-2.6.0.1... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/directory dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/directory-1.2.0.1 Registering directory-1.2.0.1... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/process dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/process-1.1.0.2 Registering process-1.1.0.2... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/hpc dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/hpc-0.6.0.0 Registering hpc-0.6.0.0... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/pretty dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/pretty-1.1.1.0 Registering pretty-1.1.1.0... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/template-haskell dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/template-haskell-2.8.0.0 Registering template-haskell-2.8.0.0... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/Cabal/Cabal dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/Cabal-1.16.0 Registering Cabal-1.16.0... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/binary dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/binary-0.5.1.1 Registering binary-0.5.1.1... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/bin-package-db dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/bin-package-db-0.0.0.0 Registering bin-package-db-0.0.0.0... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/hoopl dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/hoopl-3.9.0.0 Registering hoopl-3.9.0.0... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" compiler stage2 '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-7.6.2 Registering ghc-7.6.2... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/haskell98 dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/haskell98-2.0.0.2 Registering haskell98-2.0.0.2... CROSS_COMPILE="" "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/ghc-pkg" "strip" "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" libraries/haskell2010 dist-install '' '/scratch/wip/ghc/work/.tools' '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2' '/scratch/wip/ghc/work/.tools/share/doc/ghc/html/libraries' NO Installing library in /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/haskell2010-1.1.1.0 Registering haskell2010-1.1.1.0... for f in '/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/package.conf.d'/*; do create () { touch "$1" && chmod 644 "$1" ; } && create "$f"; done /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/bin" for i in utils/hp2ps/dist/build/tmp/hp2ps utils/hpc/dist-install/build/tmp/hpc; do \ /scratch/wip/ghc/work/.tools/bin/install -c -m 755 $i "/scratch/wip/ghc/work/.tools/bin" ; \ done /scratch/wip/ghc/work/.tools/bin/install -c -m 755 -d "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2" for i in utils/unlit/dist/build/tmp/unlit; do \ /scratch/wip/ghc/work/.tools/bin/install -c -m 755 $i "/scratch/wip/ghc/work/.tools/lib/ghc-7.6.2"; \ done => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Checking for portability problems in extracted files /usr/pkgsrc/mk/check/check-portability.sh: cannot open libraries/haskeline/tests/dummy-μασ/ςεÏτ: no such file checking for gfind... no checking for find... /scratch/wip/ghc/work/.tools/bin/find checking for sort... /scratch/wip/ghc/work/.tools/bin/sort checking for ghc... /scratch/wip/ghc/work/.tools/bin/ghc checking version of ghc... 7.6.2 checking build system type... x86_64-unknown-netbsd6.0 checking host system type... x86_64-unknown-netbsd6.0 checking target system type... x86_64-unknown-netbsd6.0 HOST: x86_64-unknown-netbsd6.0 Build platform inferred as: x86_64-unknown-netbsd Host platform inferred as: x86_64-unknown-netbsd Target platform inferred as: x86_64-unknown-netbsd GHC build : x86_64-unknown-netbsd GHC host : x86_64-unknown-netbsd GHC target : x86_64-unknown-netbsd configure: Building in-tree ghc-pwd /scratch/wip/ghc/work/.tools/lib/ghc-7.6.2/time-1.4.0.1/libHStime-1.4.0.1.a(CTimeval.o): In function `s1Ls_info': (.text+0x2f): warning: warning: reference to compatibility gettimeofday(); include to generate correct reference checking for path to top of build tree... /scratch/wip/ghc/work/ghc-7.6.2 checking for ld... /scratch/wip/ghc/work/.wrapper/bin/ld checking for nm... /usr/bin/nm checking for llc... no checking for opt... no checking whether #! works in shell scripts... yes checking for perl... /usr/pkg/bin/perl checking if your perl works in shell scripts... yes checking for python... no checking for gcc... /usr/bin/gcc 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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking version of gcc... 4.5.3 checking whether C compiler has an LLVM back end... no checking whether ld understands --hash-size=31... --hash-size=31 checking whether ld understands --reduce-memory-overheads... --reduce-memory-overheads checking Setting up CFLAGS, LDFLAGS, IGNORE_LINKER_LD_FLAGS and CPPFLAGS... done checking Setting up CONF_CC_OPTS_STAGE0, CONF_GCC_LINKER_OPTS_STAGE0, CONF_LD_LINKER_OPTS_STAGE0 and CONF_CPP_OPTS_STAGE0... done checking Setting up CONF_CC_OPTS_STAGE1, CONF_GCC_LINKER_OPTS_STAGE1, CONF_LD_LINKER_OPTS_STAGE1 and CONF_CPP_OPTS_STAGE1... done checking Setting up CONF_CC_OPTS_STAGE2, CONF_GCC_LINKER_OPTS_STAGE2, CONF_LD_LINKER_OPTS_STAGE2 and CONF_CPP_OPTS_STAGE2... done checking for extra options to pass gcc when compiling via C... -fwrapv checking how to run the C preprocessor... /usr/bin/gcc -E checking for .subsections_via_symbols... no checking whether your assembler supports .ident directive... yes checking for GNU non-executable stack support... yes checking for a working context diff... diff -U 1 checking for a BSD-compatible install... /scratch/wip/ghc/work/.tools/bin/install -c checking for ar... /usr/bin/ar checking whether /usr/bin/ar is GNU ar... yes checking for ar arguments... q checking whether /usr/bin/ar supports @file... yes checking whether ranlib is needed... no checking whether ln -s works... yes checking for gsed... no checking for sed... /scratch/wip/ghc/work/.tools/bin/sed checking for time... /usr/bin/time checking for gnutar... no checking for gtar... no checking for tar... /scratch/wip/ghc/work/.tools/bin/tar checking for gpatch... no checking for patch... /scratch/wip/ghc/work/.tools/bin/patch checking for dtrace... no checking for HsColour... no checking for xmllint... /usr/pkg/bin/xmllint checking for DocBook DTD... ok checking for xsltproc... /usr/pkg/bin/xsltproc checking for DocBook XSL stylesheet... yes checking for dblatex... no configure: WARNING: cannot find dblatex in your PATH, you will not be able to build the PDF and PS documentation checking for ghc-pkg matching /scratch/wip/ghc/work/.tools/bin/ghc... /scratch/wip/ghc/work/.tools/bin/ghc-pkg checking for happy... no checking for version of happy... checking for alex... no checking for version of alex... checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no 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 bfd.h usability... no checking bfd.h presence... no checking for bfd.h... no checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.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 locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking nlist.h usability... yes checking nlist.h presence... yes checking for nlist.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.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 sys/cpuset.h usability... no checking sys/cpuset.h presence... no checking for sys/cpuset.h... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking sys/timers.h usability... no checking sys/timers.h presence... no checking for sys/timers.h... no checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.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 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 utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking winsock.h usability... no checking winsock.h presence... no checking for winsock.h... no checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking whether time.h and sys/time.h may both be included... yes checking for long long... yes checking size of char... 1 checking size of double... 8 checking size of float... 4 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of short... 2 checking size of unsigned char... 1 checking size of unsigned int... 4 checking size of unsigned long... 8 checking size of unsigned long long... 8 checking size of unsigned short... 2 checking size of void *... 8 checking for char... yes checking alignment of char... 1 checking for double... yes checking alignment of double... 8 checking for float... yes checking alignment of float... 4 checking for int... yes checking alignment of int... 4 checking for long... yes checking alignment of long... 8 checking for long long... (cached) yes checking alignment of long long... 8 checking for short... yes checking alignment of short... 2 checking for unsigned char... yes checking alignment of unsigned char... 1 checking for unsigned int... yes checking alignment of unsigned int... 4 checking for unsigned long... yes checking alignment of unsigned long... 8 checking for unsigned long long... yes checking alignment of unsigned long long... 8 checking for unsigned short... yes checking alignment of unsigned short... 2 checking for void *... yes checking alignment of void *... 8 checking for WinExec... no checking for GetModuleFileName... no checking return type of signal handlers... void checking for getclock... no checking for getrusage... yes checking for gettimeofday... yes checking for setitimer... yes checking for siginterrupt... yes checking for sysconf... yes checking for times... yes checking for ctime_r... yes checking for sched_setaffinity... no checking for setlocale... yes checking whether ctime_r is declared... yes checking for closedir in -lmingwex... no checking for atan in -lm... yes checking for xmalloc in -liberty... no checking for bfd_uncompress_section_contents in -lbfd... no checking for dlopen in -ldl... no checking for working alloca.h... no checking for alloca... 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 for an ANSI C-conforming const... yes checking whether byte ordering is bigendian... no checking whether float word order is big endian... no checking for nlist in -lelf... yes checking leading underscore in symbol names... no checking whether ld understands -x... -x checking whether ld is GNU ld... yes checking whether ld understands --build-id... yes checking whether ld understands -no_compact_unwind... yes checking whether __attribute__((visibility("hidden"))) is supported... yes checking for clock_gettime in -lrt... yes checking for clock_gettime... yes checking for timer_create... yes checking for timer_settime... yes checking for a working timer_create(CLOCK_REALTIME)... no checking for printf$LDBLStub... no checking sys/eventfd.h usability... no checking sys/eventfd.h presence... no checking for sys/eventfd.h... no checking for eventfd... no checking for pkg-config... no checking for PAPI_library_init in -lpapi... no checking papi.h usability... no checking papi.h presence... no checking for papi.h... no checking for __mingw_vfprintf... no configure: creating ./config.status config.status: creating mk/config.mk config.status: creating mk/install.mk config.status: creating mk/project.mk config.status: creating compiler/ghc.cabal config.status: creating ghc/ghc-bin.cabal config.status: creating utils/runghc/runghc.cabal config.status: creating ghc.spec config.status: creating settings config.status: creating docs/users_guide/ug-book.xml config.status: creating docs/users_guide/ug-ent.xml config.status: creating docs/index.html config.status: creating libraries/prologue.txt config.status: creating distrib/ghc.iss config.status: creating distrib/configure.ac config.status: creating mk/config.h config.status: executing mk/stamp-h commands ---------------------------------------------------------------------- Configure completed successfully. Building GHC version : 7.6.2 Build platform : x86_64-unknown-netbsd Host platform : x86_64-unknown-netbsd Target platform : x86_64-unknown-netbsd Bootstrapping using : /scratch/wip/ghc/work/.tools/bin/ghc which is version : 7.6.2 Using GCC : /usr/bin/gcc which is version : 4.5.3 Building a cross compiler : NO Porting to foreign arch : NO Alien script : ld : /scratch/wip/ghc/work/.wrapper/bin/ld Happy : () Alex : () Python : Perl : /usr/pkg/bin/perl dblatex : xsltproc : /usr/pkg/bin/xsltproc HsColour was not found; documentation will not contain source links Building DocBook HTML documentation : YES Building DocBook PS documentation : NO Building DocBook PDF documentation : NO ---------------------------------------------------------------------- For a standard build of GHC (fully optimised with profiling), type (g)make. To make changes to the default build configuration, copy the file mk/build.mk.sample to mk/build.mk, and edit the settings in there. For more information on how to configure your GHC build, see http://hackage.haskell.org/trac/ghc/wiki/Building