=> Bootstrap dependency digest>=20211023: found digest-20211023 => Checksum BLAKE2s OK for ghc-7.10.3-boot-x86_64-unknown-netbsd.tar.xz => Checksum SHA512 OK for ghc-7.10.3-boot-x86_64-unknown-netbsd.tar.xz => Checksum BLAKE2s OK for ghc-7.10.3-src.tar.xz => Checksum SHA512 OK for ghc-7.10.3-src.tar.xz ===> Installing dependencies for ghc-7.10.3nb7 ========================================================================== The following variables will affect the build process of this package, ghc-7.10.3nb7. Their current value is shown below: * CURSES_DEFAULT = curses Based on these variables, the following variables have been set: * CURSES_TYPE = curses You may want to abort the process now with CTRL-C and change the value of variables in the first group before continuing. Be sure to run `/usr/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb3 => Tool dependency autoconf>=2.50: found autoconf-2.71nb1 => Tool dependency gmake>=3.81: found gmake-4.3nb3 => Tool dependency gtar-base>=1.13.25: found gtar-base-1.34 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency libxslt-[0-9]*: found libxslt-1.1.34nb7 => Build dependency docbook-xsl-[0-9]*: found docbook-xsl-1.79.2nb5 => Build dependency compat80-[0-9]*: found compat80-8.0 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency perl>=5.0: found perl-5.34.0nb3 => Full dependency libffi>=3.4: found libffi-3.4.2nb2 => Full dependency gmp>=5.0.1: found gmp-6.2.1nb2 ===> 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'. ===> Overriding tools for ghc-7.10.3nb7 ===> Extracting for ghc-7.10.3nb7 ===> Patching for ghc-7.10.3nb7 => Applying pkgsrc patches for ghc-7.10.3nb7 => Verifying /usr/pkgsrc/lang/ghc7/patches/patch-configure => Applying pkgsrc patch /usr/pkgsrc/lang/ghc7/patches/patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-configure,v 1.1 2020/02/14 23:36:54 jperkin Exp $ | |ld: fatal: symbol '__dtrace_HaskellEvent___task-create' is multiply-defined | |--- configure.orig 2015-11-30 23:39:05.000000000 +0000 |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 9125. done => Verifying /usr/pkgsrc/lang/ghc7/patches/patch-ghc.mk => Applying pkgsrc patch /usr/pkgsrc/lang/ghc7/patches/patch-ghc.mk Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ghc.mk,v 1.3 2021/04/30 18:52:05 pho Exp $ | |* Use the wrapper scripts for ghc as we can't use the ones from the DESTDIR | as the libraries are not in the right place yet. | |* Fix building bootkits: we don't generate documentation for them. | |--- ghc.mk.orig 2015-10-19 15:59:58.000000000 +0000 |+++ ghc.mk -------------------------- Patching file ghc.mk using Plan A... Hunk #1 succeeded at 897. Hunk #2 succeeded at 912. Hunk #3 succeeded at 996. done => Verifying /usr/pkgsrc/lang/ghc7/patches/patch-libraries_base_GHC_Event_KQueue.hsc => Applying pkgsrc patch /usr/pkgsrc/lang/ghc7/patches/patch-libraries_base_GHC_Event_KQueue.hsc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libraries_base_GHC_Event_KQueue.hsc,v 1.1 2019/12/29 16:59:09 pho Exp $ | |Suppress linker warnings about compatibility syscall wrappers by using |"capi" instead of "ccall". | |--- libraries/base/GHC/Event/KQueue.hsc.orig 2019-12-26 18:05:56.276488590 +0000 |+++ libraries/base/GHC/Event/KQueue.hsc -------------------------- Patching file libraries/base/GHC/Event/KQueue.hsc using Plan A... Hunk #1 succeeded at 284. done => Verifying /usr/pkgsrc/lang/ghc7/patches/patch-libraries_base_System_Environment.hs => Applying pkgsrc patch /usr/pkgsrc/lang/ghc7/patches/patch-libraries_base_System_Environment.hs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libraries_base_System_Environment.hs,v 1.1 2019/12/29 16:59:09 pho Exp $ | |Suppress linker warnings about compatibility syscall wrappers by using |"capi" instead of "ccall". | |--- libraries/base/System/Environment.hs.orig 2019-12-26 18:13:03.344291616 +0000 |+++ libraries/base/System/Environment.hs -------------------------- Patching file libraries/base/System/Environment.hs using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 303. done => Verifying /usr/pkgsrc/lang/ghc7/patches/patch-libraries_base_configure.ac => Applying pkgsrc patch /usr/pkgsrc/lang/ghc7/patches/patch-libraries_base_configure.ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libraries_base_configure.ac,v 1.2 2015/02/16 07:04:58 pho Exp $ | |Upstream Trac #10093: |https://ghc.haskell.org/trac/ghc/ticket/10093 | |Do not clobber CPPFLAGS nor LDFLAGS: | |When we are using pkgsrc converters/libiconv, we have libiconv.so in |${PREFIX}/lib and "-Wl,-R${PREFIX}/lib" in LDFLAGS. In this case |FP_SEARCH_LIBS_PROTO(iconv) appends "-liconv" to $LIBS so it will be |linked to any conftest executables that follow, including one which |will be generated by AC_CHECK_SIZEOF(). | |The problem is that if libraries listed in $LIBS are in a non-standard |path while rpath flags are missing (due to LDFLAGS being clobbered in |this case), conftest executables cannot run even if they can be |linked. And if anything goes wrong during AC_CHECK_SIZEOF(T), it |considers sizeof(T) as 0 unless T is known to be an existing type: | | ... | checking for library containing iconv... -liconv | checking for library containing locale_charset... none required | checking size of struct MD5Context... 0 | ... | |This means SIZEOF_STRUCT_MD5CONTEXT gets defined to 0, |GHC.Fingerprint.fingerprintData allocates 0 bytes on the heap, |MD5Init/Update/Final corrupts the heap and then Bad Things will |happen. | |--- libraries/base/configure.ac.orig 2013-04-18 21:30:14.000000000 +0000 |+++ libraries/base/configure.ac -------------------------- Patching file libraries/base/configure.ac using Plan A... Hunk #1 succeeded at 92 (offset 22 lines). Hunk #2 succeeded at 205 (offset 22 lines). done => Verifying /usr/pkgsrc/lang/ghc7/patches/patch-libraries_time_lib_Data_Time_Clock_CTimeval.hs => Applying pkgsrc patch /usr/pkgsrc/lang/ghc7/patches/patch-libraries_time_lib_Data_Time_Clock_CTimeval.hs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libraries_time_lib_Data_Time_Clock_CTimeval.hs,v 1.1 2019/12/29 16:59:09 pho Exp $ | |Suppress linker warnings about compatibility syscall wrappers by using |"capi" instead of "ccall". In Haskell FFI, "ccall" is actually an |interface to C ABI rather than C API. That is, GHC generates direct |references to the symbol even if it's actually defined as a cpp macro |or something like that, because GHC knows nothing about those macros |in foreign headers. Hence the following warnings: | | .../libHStime-1.4.0.1.a(CTimeval.o): In function `s1Kp_info': | (.text+0x2f): warning: warning: reference to compatibility | gettimeofday(); include to generate correct reference | |In other words, you can safely use "ccall" only when you are sure the |symbol you want to import is actually a symbol in the ABI sense, which |is not always the case for the POSIX API. | |--- libraries/time/lib/Data/Time/Clock/CTimeval.hs.orig 2015-07-23 22:04:53.000000000 +0000 |+++ libraries/time/lib/Data/Time/Clock/CTimeval.hs -------------------------- Patching file libraries/time/lib/Data/Time/Clock/CTimeval.hs using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 25. done => Verifying /usr/pkgsrc/lang/ghc7/patches/patch-libraries_unix_System_Posix_Env.hsc => Applying pkgsrc patch /usr/pkgsrc/lang/ghc7/patches/patch-libraries_unix_System_Posix_Env.hsc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libraries_unix_System_Posix_Env.hsc,v 1.1 2019/12/31 07:10:30 pho Exp $ | |Suppress linker warnings about compatibility symbols by using "capi" |instead of "ccall". | |--- libraries/unix/System/Posix/Env.hsc.orig 2019-12-31 00:05:02.553011557 +0000 |+++ libraries/unix/System/Posix/Env.hsc -------------------------- Patching file libraries/unix/System/Posix/Env.hsc using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 143. done => Verifying /usr/pkgsrc/lang/ghc7/patches/patch-libraries_unix_System_Posix_Env_ByteString.hsc => Applying pkgsrc patch /usr/pkgsrc/lang/ghc7/patches/patch-libraries_unix_System_Posix_Env_ByteString.hsc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libraries_unix_System_Posix_Env_ByteString.hsc,v 1.1 2019/12/31 07:10:30 pho Exp $ | |Suppress linker warnings about compatibility symbols by using "capi" |instead of "ccall". | |--- libraries/unix/System/Posix/Env/ByteString.hsc.orig 2019-12-31 00:06:05.528517546 +0000 |+++ libraries/unix/System/Posix/Env/ByteString.hsc -------------------------- Patching file libraries/unix/System/Posix/Env/ByteString.hsc using Plan A... Hunk #1 succeeded at 4. Hunk #2 succeeded at 119. done => Verifying /usr/pkgsrc/lang/ghc7/patches/patch-libraries_unix_System_Posix_Files_Common.hsc => Applying pkgsrc patch /usr/pkgsrc/lang/ghc7/patches/patch-libraries_unix_System_Posix_Files_Common.hsc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libraries_unix_System_Posix_Files_Common.hsc,v 1.1 2019/12/29 16:59:09 pho Exp $ | |Suppress linker warnings about compatibility syscall wrappers by using |"capi" instead of "ccall". | |--- libraries/unix/System/Posix/Files/Common.hsc.orig 2019-12-26 18:14:23.311242161 +0000 |+++ libraries/unix/System/Posix/Files/Common.hsc -------------------------- Patching file libraries/unix/System/Posix/Files/Common.hsc using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 457. done => Verifying /usr/pkgsrc/lang/ghc7/patches/patch-libraries_unix_System_Posix_Signals.hsc => Applying pkgsrc patch /usr/pkgsrc/lang/ghc7/patches/patch-libraries_unix_System_Posix_Signals.hsc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libraries_unix_System_Posix_Signals.hsc,v 1.2 2019/12/29 16:59:09 pho Exp $ | |Suppress linker warnings about compatibility syscall wrappers by using |"capi" instead of "ccall". In Haskell FFI, "ccall" is actually an |interface to C ABI rather than C API. That is, GHC generates direct |references to the symbol even if it's actually defined as a cpp macro |or something like that, because GHC knows nothing about those macros |in foreign headers. Hence the following warnings: | | .../libHSunix-2.6.0.1.a(Signals.o): In function `s4SG_info': | (.text+0x3a3e): warning: warning: reference to compatibility | sigsuspend(); include for correct reference | .../libHSunix-2.6.0.1.a(Signals.o): In function `s5uV_info': | (.text+0x6adb): warning: warning: reference to compatibility | sigpending(); include for correct reference | |In other words, you can safely use "ccall" only when you are sure the |symbol you want to import is actually a symbol in the ABI sense, which |is not always the case for the POSIX API. | |--- libraries/unix/System/Posix/Signals.hsc.orig 2015-07-23 22:04:56.000000000 +0000 |+++ libraries/unix/System/Posix/Signals.hsc -------------------------- Patching file libraries/unix/System/Posix/Signals.hsc using Plan A... Hunk #1 succeeded at 603. Hunk #2 succeeded at 638. done => Verifying /usr/pkgsrc/lang/ghc7/patches/patch-libraries_unix_include_execvpe.h => Applying pkgsrc patch /usr/pkgsrc/lang/ghc7/patches/patch-libraries_unix_include_execvpe.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libraries_unix_include_execvpe.h,v 1.2 2019/12/29 16:59:09 pho Exp $ | |Don't conflict with builtin execvpe(3). | |--- libraries/unix/include/execvpe.h.orig 2015-07-23 22:04:56.000000000 +0000 |+++ libraries/unix/include/execvpe.h -------------------------- Patching file libraries/unix/include/execvpe.h using Plan A... Hunk #1 succeeded at 16. done => Verifying /usr/pkgsrc/lang/ghc7/patches/patch-rts_PosixSource.h => Applying pkgsrc patch /usr/pkgsrc/lang/ghc7/patches/patch-rts_PosixSource.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-rts_PosixSource.h,v 1.2 2019/12/29 16:59:09 pho Exp $ | |Set _XOPEN_SOURCE correctly on SunOS. Fixed in later versions. | |--- rts/PosixSource.h.orig 2013-04-18 21:22:46.000000000 +0000 |+++ rts/PosixSource.h -------------------------- Patching file rts/PosixSource.h using Plan A... Hunk #1 succeeded at 11. done => Verifying /usr/pkgsrc/lang/ghc7/patches/patch-rts_ghc.mk => Applying pkgsrc patch /usr/pkgsrc/lang/ghc7/patches/patch-rts_ghc.mk Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-rts_ghc.mk,v 1.8 2021/04/30 18:52:05 pho Exp $ | |This is for Darwin. See the patch to rules/distdir-way-opts.mk. | |--- rts/ghc.mk.orig 2015-07-23 22:06:18.000000000 +0000 |+++ rts/ghc.mk -------------------------- Patching file rts/ghc.mk using Plan A... Hunk #1 succeeded at 189. done => Verifying /usr/pkgsrc/lang/ghc7/patches/patch-rules_build-package-way.mk => Applying pkgsrc patch /usr/pkgsrc/lang/ghc7/patches/patch-rules_build-package-way.mk Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-rules_build-package-way.mk,v 1.1 2021/04/30 18:52:05 pho Exp $ | |This is for Darwin. See the patch to rules/distdir-way-opts.mk. | |--- rules/build-package-way.mk.orig 2015-07-23 22:06:18.000000000 +0000 |+++ rules/build-package-way.mk -------------------------- Patching file rules/build-package-way.mk using Plan A... Hunk #1 succeeded at 90. done => Verifying /usr/pkgsrc/lang/ghc7/patches/patch-rules_distdir-way-opts.mk => Applying pkgsrc patch /usr/pkgsrc/lang/ghc7/patches/patch-rules_distdir-way-opts.mk Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-rules_distdir-way-opts.mk,v 1.1 2021/04/30 18:52:05 pho Exp $ | |Use correct RPATHs. On ELF we replace "$ORIGIN/../{PACKAGE_ID}" with |the final installation path. | |On Darwin library paths work differently. If an executable (or a |library) A depends on a library B, the installation path of B is first |embedded in B, and then the path propagates to A at the time when A is |linked. So we remove -rpath to libraries here, and do the other half |in rules/build-package-way.mk and rts/ghc.mk. | |--- rules/distdir-way-opts.mk.orig 2015-07-23 22:06:18.000000000 +0000 |+++ rules/distdir-way-opts.mk -------------------------- Patching file rules/distdir-way-opts.mk using Plan A... Hunk #1 succeeded at 186. done ===> Regenerating configuration scripts for ghc-7.10.3nb7 configure.ac:30: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:30: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:30: the top level configure.ac:92: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:92: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... configure.ac:92: the top level configure.ac:98: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:98: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... configure.ac:98: the top level configure.ac:108: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:108: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:108: the top level configure.ac:109: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:109: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:109: the top level configure.ac:110: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:110: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:110: the top level configure.ac:111: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:111: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:111: the top level configure.ac:112: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:112: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:112: the top level configure.ac:113: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:113: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:113: the top level configure.ac:114: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:114: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:114: the top level configure.ac:115: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:115: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:115: the top level configure.ac:116: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:116: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:116: the top level configure.ac:118: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:118: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:118: the top level configure.ac:119: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:119: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:119: the top level configure.ac:121: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:121: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:121: the top level configure.ac:122: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:122: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:122: the top level configure.ac:123: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:123: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:123: the top level configure.ac:124: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:124: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:124: the top level configure.ac:125: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:125: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:125: the top level configure.ac:126: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:126: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:126: the top level configure.ac:127: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:127: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:127: the top level configure.ac:128: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:128: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:128: the top level configure.ac:129: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:129: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:129: the top level configure.ac:130: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:130: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... configure.ac:130: the top level configure.ac:138: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:138: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:138: the top level configure.ac:139: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:139: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:139: the top level configure.ac:140: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:140: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:140: the top level configure.ac:141: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:141: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:141: the top level configure.ac:142: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:142: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:142: the top level configure.ac:143: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:143: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:143: the top level configure.ac:144: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:144: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:144: the top level configure.ac:145: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:145: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:145: the top level configure.ac:146: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:146: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:146: the top level configure.ac:147: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:147: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:147: the top level configure.ac:148: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:148: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:148: the top level configure.ac:149: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:149: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:149: the top level configure.ac:150: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:150: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:150: the top level configure.ac:152: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:152: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:152: the top level configure.ac:153: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:153: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:153: the top level configure.ac:154: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:154: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:154: the top level configure.ac:155: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:155: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... aclocal.m4:116: FPTOOLS_CHECK_HTYPE_ELSE is expanded from... aclocal.m4:188: FPTOOLS_CHECK_HTYPE is expanded from... configure.ac:155: the top level configure.ac:158: warning: The macro `AC_FOREACH' is obsolete. configure.ac:158: You should run autoupdate. ./lib/autoconf/general.m4:191: AC_FOREACH is expanded from... aclocal.m4:45: FP_CHECK_CONSTS is expanded from... configure.ac:158: the top level configure.ac:158: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:158: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... aclocal.m4:21: FP_CHECK_CONST is expanded from... aclocal.m4:45: FP_CHECK_CONSTS is expanded from... configure.ac:158: the top level configure.ac:162: warning: The macro `AC_FOREACH' is obsolete. configure.ac:162: You should run autoupdate. ./lib/autoconf/general.m4:191: AC_FOREACH is expanded from... aclocal.m4:45: FP_CHECK_CONSTS is expanded from... configure.ac:162: the top level configure.ac:162: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:162: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... aclocal.m4:21: FP_CHECK_CONST is expanded from... aclocal.m4:45: FP_CHECK_CONSTS is expanded from... configure.ac:162: the top level configure.ac:168: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:168: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:12: FP_COMPUTE_INT is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... aclocal.m4:21: FP_CHECK_CONST is expanded from... configure.ac:168: the top level configure.ac:18: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:18: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... configure.ac:18: the top level configure.ac:24: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:24: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... configure.ac:24: the top level configure.ac:30: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:30: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... configure.ac:30: the top level configure.ac:36: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:36: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... configure.ac:36: the top level ===> Creating toolchain wrappers for ghc-7.10.3nb7 ===> Configuring for ghc-7.10.3nb7 ===> Extracting bootstrapping compiler for ghc-7.10.3nb7 ===> Preparing bootstrapping compiler for ghc-7.10.3nb7 checking for path to top of build tree... /tmp/work/lang/ghc7/work/build-extract/ghc-7.10.3-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... /usr/pkg/bin/perl checking for a BSD-compatible install... /tmp/work/lang/ghc7/work/.tools/bin/install -c checking whether ln -s works... yes checking for gsed... sed checking for gcc... /tmp/work/lang/ghc7/work/.cwrapper/bin/gcc checking for llc-3.5... no checking for llc... no checking is version 3.5... ./configure: --version: not found no checking for opt-3.5... no checking for opt... no checking is version 3.5... ./configure: --version: not found no checking for ld... /tmp/work/lang/ghc7/work/.cwrapper/bin/ld checking for gcc... /tmp/work/lang/ghc7/work/.cwrapper/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 /tmp/work/lang/ghc7/work/.cwrapper/bin/gcc accepts -g... yes checking for /tmp/work/lang/ghc7/work/.cwrapper/bin/gcc option to accept ISO C89... none needed checking version of gcc... 7.5.0 checking how to run the C preprocessor... /tmp/work/lang/ghc7/work/.cwrapper/bin/gcc -E checking whether ld is GNU ld... yes checking whether ld understands --build-id... yes checking whether ld understands -no_compact_unwind... yes checking whether ld understands -filelist... no 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... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep 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... (cached) ar checking whether ar is GNU ar... yes checking for ar arguments... q checking whether ar supports @file... yes checking for ranlib... ranlib checking for readelf... (cached) readelf 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 "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 "rm" -f utils/ghc-pkg/dist/build/Version.hs echo "module Version where" >> utils/ghc-pkg/dist/build/Version.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 /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include" /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include/." && /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 644 includes/./*.h "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include/./" && /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include/rts" && /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 644 includes/rts/*.h "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include/rts/" && /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include/rts/prof" && /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 644 includes/rts/prof/*.h "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include/rts/prof/" && /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include/rts/storage" && /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 644 includes/rts/storage/*.h "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include/rts/storage/" && /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include/stg" && /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 644 includes/stg/*.h "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include/stg/" && true /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 644 includes/ghcautoconf.h includes/ghcplatform.h includes/ghcversion.h includes/dist-derivedconstants/header/DerivedConstants.h "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include/" /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include" /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 644 rts/dist/build/ffi.h rts/dist/build/ffitarget.h "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include/" /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/bin" "rm" -f "/tmp/work/lang/ghc7/work/.tools/bin/hsc2hs" create () { touch "$1" && chmod 755 "$1" ; } && create "/tmp/work/lang/ghc7/work/.tools/bin/hsc2hs" echo '#!/bin/sh' >> "/tmp/work/lang/ghc7/work/.tools/bin/hsc2hs" echo 'exedir="/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin"' >> "/tmp/work/lang/ghc7/work/.tools/bin/hsc2hs" echo 'exeprog="hsc2hs"' >> "/tmp/work/lang/ghc7/work/.tools/bin/hsc2hs" echo 'executablename="$exedir/$exeprog"' >> "/tmp/work/lang/ghc7/work/.tools/bin/hsc2hs" echo 'datadir="/tmp/work/lang/ghc7/work/.tools/share"' >> "/tmp/work/lang/ghc7/work/.tools/bin/hsc2hs" echo 'bindir="/tmp/work/lang/ghc7/work/.tools/bin"' >> "/tmp/work/lang/ghc7/work/.tools/bin/hsc2hs" echo 'topdir="/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3"' >> "/tmp/work/lang/ghc7/work/.tools/bin/hsc2hs" echo 'HSC2HS_EXTRA="--cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib"' >> "/tmp/work/lang/ghc7/work/.tools/bin/hsc2hs" cat utils/hsc2hs/hsc2hs.wrapper >> "/tmp/work/lang/ghc7/work/.tools/bin/hsc2hs" chmod +x "/tmp/work/lang/ghc7/work/.tools/bin/hsc2hs" /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 644 utils/hsc2hs/template-hsc.h "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/bin" "rm" -f "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg-7.10.3" create () { touch "$1" && chmod 755 "$1" ; } && create "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg-7.10.3" echo '#!/bin/sh' >> "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg-7.10.3" echo 'exedir="/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin"' >> "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg-7.10.3" echo 'exeprog="ghc-pkg"' >> "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg-7.10.3" echo 'executablename="$exedir/$exeprog"' >> "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg-7.10.3" echo 'datadir="/tmp/work/lang/ghc7/work/.tools/share"' >> "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg-7.10.3" echo 'bindir="/tmp/work/lang/ghc7/work/.tools/bin"' >> "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg-7.10.3" echo 'topdir="/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3"' >> "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg-7.10.3" cat utils/ghc-pkg/ghc-pkg.wrapper >> "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg-7.10.3" chmod +x "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg-7.10.3" /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/bin" "rm" -f "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" ln -s ghc-pkg-7.10.3 "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/bin" "rm" -f "/tmp/work/lang/ghc7/work/.tools/bin/hpc" create () { touch "$1" && chmod 755 "$1" ; } && create "/tmp/work/lang/ghc7/work/.tools/bin/hpc" echo '#!/bin/sh' >> "/tmp/work/lang/ghc7/work/.tools/bin/hpc" echo 'exedir="/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin"' >> "/tmp/work/lang/ghc7/work/.tools/bin/hpc" echo 'exeprog="hpc"' >> "/tmp/work/lang/ghc7/work/.tools/bin/hpc" echo 'executablename="$exedir/$exeprog"' >> "/tmp/work/lang/ghc7/work/.tools/bin/hpc" echo 'datadir="/tmp/work/lang/ghc7/work/.tools/share"' >> "/tmp/work/lang/ghc7/work/.tools/bin/hpc" echo 'bindir="/tmp/work/lang/ghc7/work/.tools/bin"' >> "/tmp/work/lang/ghc7/work/.tools/bin/hpc" echo 'topdir="/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3"' >> "/tmp/work/lang/ghc7/work/.tools/bin/hpc" cat utils/hpc/hpc.wrapper >> "/tmp/work/lang/ghc7/work/.tools/bin/hpc" chmod +x "/tmp/work/lang/ghc7/work/.tools/bin/hpc" /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/bin" "rm" -f "/tmp/work/lang/ghc7/work/.tools/bin/runghc-7.10.3" create () { touch "$1" && chmod 755 "$1" ; } && create "/tmp/work/lang/ghc7/work/.tools/bin/runghc-7.10.3" echo '#!/bin/sh' >> "/tmp/work/lang/ghc7/work/.tools/bin/runghc-7.10.3" echo 'exedir="/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin"' >> "/tmp/work/lang/ghc7/work/.tools/bin/runghc-7.10.3" echo 'exeprog="runghc"' >> "/tmp/work/lang/ghc7/work/.tools/bin/runghc-7.10.3" echo 'executablename="$exedir/$exeprog"' >> "/tmp/work/lang/ghc7/work/.tools/bin/runghc-7.10.3" echo 'datadir="/tmp/work/lang/ghc7/work/.tools/share"' >> "/tmp/work/lang/ghc7/work/.tools/bin/runghc-7.10.3" echo 'bindir="/tmp/work/lang/ghc7/work/.tools/bin"' >> "/tmp/work/lang/ghc7/work/.tools/bin/runghc-7.10.3" echo 'topdir="/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3"' >> "/tmp/work/lang/ghc7/work/.tools/bin/runghc-7.10.3" cat utils/runghc/runghc.wrapper >> "/tmp/work/lang/ghc7/work/.tools/bin/runghc-7.10.3" chmod +x "/tmp/work/lang/ghc7/work/.tools/bin/runghc-7.10.3" "rm" -f "/tmp/work/lang/ghc7/work/.tools/bin/runhaskell" ln -s runghc "/tmp/work/lang/ghc7/work/.tools/bin/runhaskell" "rm" -f "/tmp/work/lang/ghc7/work/.tools/bin/runghc" ln -s runghc-7.10.3 "/tmp/work/lang/ghc7/work/.tools/bin/runghc" /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/bin" "rm" -f "/tmp/work/lang/ghc7/work/.tools/bin/ghc-7.10.3" create () { touch "$1" && chmod 755 "$1" ; } && create "/tmp/work/lang/ghc7/work/.tools/bin/ghc-7.10.3" echo '#!/bin/sh' >> "/tmp/work/lang/ghc7/work/.tools/bin/ghc-7.10.3" echo 'exedir="/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin"' >> "/tmp/work/lang/ghc7/work/.tools/bin/ghc-7.10.3" echo 'exeprog="ghc-stage2"' >> "/tmp/work/lang/ghc7/work/.tools/bin/ghc-7.10.3" echo 'executablename="$exedir/$exeprog"' >> "/tmp/work/lang/ghc7/work/.tools/bin/ghc-7.10.3" echo 'datadir="/tmp/work/lang/ghc7/work/.tools/share"' >> "/tmp/work/lang/ghc7/work/.tools/bin/ghc-7.10.3" echo 'bindir="/tmp/work/lang/ghc7/work/.tools/bin"' >> "/tmp/work/lang/ghc7/work/.tools/bin/ghc-7.10.3" echo 'topdir="/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3"' >> "/tmp/work/lang/ghc7/work/.tools/bin/ghc-7.10.3" echo 'executablename="$exedir/ghc"' >> "/tmp/work/lang/ghc7/work/.tools/bin/ghc-7.10.3" cat ghc/ghc.wrapper >> "/tmp/work/lang/ghc7/work/.tools/bin/ghc-7.10.3" chmod +x "/tmp/work/lang/ghc7/work/.tools/bin/ghc-7.10.3" "rm" -f "/tmp/work/lang/ghc7/work/.tools/bin/ghc" ln -s ghc-7.10.3 "/tmp/work/lang/ghc7/work/.tools/bin/ghc" # driver/ghc-usage.txt driver/ghci-usage.txt includes/dist-derivedconstants/header/platformConstants settings = libraries to install # "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" = directory to install to /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" for i in driver/ghc-usage.txt driver/ghci-usage.txt includes/dist-derivedconstants/header/platformConstants settings; do case $i in *.a) /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 644 $i "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3"; true "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3"/`basename $i` ;; *.dll) /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 $i "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" ; strip "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3"/`basename $i` ;; *.so) /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 $i "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" ;; *.dylib) /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 $i "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3";; *) /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 644 $i "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3"; esac; done /tmp/work/lang/ghc7/work/.cwrapper/bin/gcc -E -I/usr/include -I/usr/pkg/include -undef -traditional -P -DINSTALLING -DLIB_DIR='"/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3"' -DINCLUDE_DIR='"/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include"' -DPAPI_INCLUDE_DIR="" -DPAPI_LIB_DIR="" -DFFI_INCLUDE_DIR= -DFFI_LIB_DIR= '-DFFI_LIB="Cffi"' -x c -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header rts/package.conf.in -o rts/dist/package.conf.install.raw grep -v '^#pragma GCC' rts/dist/package.conf.install.raw | sed -e 's/""//g' -e 's/:[ ]*,/: /g' >rts/dist/package.conf.install /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin" for i in utils/hsc2hs/dist-install/build/tmp/hsc2hs utils/hsc2hs/dist-install/build/tmp/hsc2hs utils/ghc-pkg/dist-install/build/tmp/ghc-pkg utils/ghc-pkg/dist-install/build/tmp/ghc-pkg utils/hpc/dist-install/build/tmp/hpc utils/hpc/dist-install/build/tmp/hpc utils/runghc/dist-install/build/tmp/runghc utils/runghc/dist-install/build/tmp/runghc ghc/stage2/build/tmp/ghc-stage2 ghc/stage2/build/tmp/ghc-stage2; do \ /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 $i "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin"; \ done "mv" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-stage2" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" "rm" -rf "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/package.conf.d" /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/package.conf.d" /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts" # rts/dist/build/libHSrts.a rts/dist/build/libCffi.a = libraries to install # "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts" = directory to install to /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts" for i in rts/dist/build/libHSrts.a rts/dist/build/libCffi.a; do case $i in *.a) /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 644 $i "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts"; true "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts"/`basename $i` ;; *.dll) /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 $i "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts" ; strip "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts"/`basename $i` ;; *.so) /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 $i "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts" ;; *.dylib) /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 $i "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts";; *) /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 644 $i "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts"; esac; done "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/ghc-prim dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/integer-simple dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/integ_DrKBJ7wo9zkGiLmhPp116e "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/base dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/base_2lcyO1PzLwjHA5BlcgluBo "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/filepath dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/filep_1zL8wQ6buHdBkdXLIOikbk "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/array dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/array_5PK0Kn0jOMaGzumcYJPgRc "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/deepseq dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/deeps_LMn8ZXkk16aLlc0Awy5v7w "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/bytestring dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bytes_5uxHMIZkNTp9O0tsdC8daM "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/containers dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/conta_JOLExAcFnznHipKDDX15uc "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/time dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/time_K4qX0Iz0vbW6IVFLy8GwNO "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/unix dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/unix_IweUSEahCMuCJMM6fnRRNh "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/directory dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/direc_4Sod2TaWh9Z6fieXcjcSyq "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/process dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/proce_LLFeAXFmOJnGNbJ2y0dKUi "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/hpc dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/hpc_DDwDHQgWWA09CucvRU5R4m "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/pretty dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/prett_LKtfO1B9Sg3Fa1Xnd7C21Y "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/template-haskell dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/templ_2TT17RLmHFdH0eqVPYTYTh "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/binary dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/binar_0SY9l9eefH5Kx0uHIPdgLw "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/Cabal/Cabal dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/Cabal_1lO1N0pKbwf4zBgHJflENk "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/bin-package-db dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/binpa_7ekaVkdTyruAPquAD2LLSf "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/hoopl dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/hoopl_GC8oB7yJZlR3MSSEIbKJ9S "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/transformers dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/trans_LUSLxXYOxhVEUh1JsY7DGq "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/terminfo dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/termi_8LJwG2OwEnAJiUE53fPy86 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/haskeline dist-install "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/haske_5PEVOeskhFgJSVO44UgKhn "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy compiler stage2 "strip" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' 'v' Installing library in /tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/ghc_BAR00MpaztyCxzOpNyu87g "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" --force --global-package-db "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/package.conf.d" update rts/dist/package.conf.install Reading package info from "rts/dist/package.conf.install" ... done. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/ghc-prim dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering ghc-prim-0.4.0.0... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/integer-simple dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering integer-simple-0.1.1.0... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/base dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering base-4.8.2.0... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/filepath dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering filepath-1.4.0.0... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/array dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering array-0.5.1.0... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/deepseq dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering deepseq-1.4.1.1... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/bytestring dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering bytestring-0.10.6.0... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/containers dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering containers-0.5.6.2... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/time dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering time-1.5.0.1... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/unix dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering unix-2.7.1.0... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/directory dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering directory-1.2.2.0... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/process dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering process-1.2.3.0... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/hpc dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering hpc-0.6.0.2... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/pretty dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering pretty-1.1.2.0... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/template-haskell dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering template-haskell-2.10.0.0... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/binary dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering binary-0.7.5.0... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/Cabal/Cabal dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering Cabal-1.22.5.0... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/bin-package-db dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering bin-package-db-0.0.0.0... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/hoopl dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering hoopl-3.10.0.2... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/transformers dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering transformers-0.4.2.0... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/terminfo dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering terminfo-0.4.0.1... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/haskeline dist-install "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering haskeline-0.7.2.1... "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register compiler stage2 "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bin/ghc-pkg" "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" '' '/tmp/work/lang/ghc7/work/.tools' '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3' '/tmp/work/lang/ghc7/work/.tools/share/doc/ghc/html/libraries' NO Registering ghc-7.10.3... for f in '/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/package.conf.d'/*; do create () { touch "$1" && chmod 644 "$1" ; } && create "$f"; done /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/bin" for i in utils/hp2ps/dist/build/tmp/hp2ps; do \ /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 $i "/tmp/work/lang/ghc7/work/.tools/bin" ; \ done /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 -d "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3" for i in utils/unlit/dist/build/tmp/unlit inplace/lib/ghc-split; do \ /tmp/work/lang/ghc7/work/.tools/bin/install -c -m 755 $i "/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3"; \ 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 checking for gfind... no checking for find... /tmp/work/lang/ghc7/work/.tools/bin/find checking for sort... /tmp/work/lang/ghc7/work/.tools/bin/sort checking for GHC Git commit id... given 97e7c293abbde5223d2bf0516f8969bdd1a9a7a2 checking for ghc... /tmp/work/lang/ghc7/work/.tools/bin/ghc checking version of ghc... 7.10.3 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 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 checking for path to top of build tree... /tmp/work/lang/ghc7/work/ghc-7.10.3 configure: Not cross-compiling, so --with-gcc also sets CC_STAGE0 checking for nm... /usr/bin/nm checking for ar... /usr/bin/ar checking for ranlib... /usr/bin/ranlib checking for readelf... (cached) readelf checking for llc-3.5... no checking for llc... no checking is version 3.5... ./configure: --version: not found no checking for opt-3.5... no checking for opt... no checking is version 3.5... ./configure: --version: not found no checking for llc... no checking for opt... no checking whether #! works in shell scripts... yes checking for perl... /usr/pkg/bin/perl 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 version of gcc... 7.5.0 checking whether C compiler is clang... no checking whether C compiler has an LLVM back end... no checking whether ld is GNU ld... yes checking whether ld understands --build-id... yes checking whether ld understands -no_compact_unwind... yes checking whether ld understands -filelist... no 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... cc -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... /usr/bin/install -c -o pbulk -g users checking for ar... (cached) ar checking whether ar is GNU ar... yes checking for ar arguments... q checking whether ar supports @file... yes checking for ranlib... /usr/bin/ranlib checking whether ln -s works... yes checking for gsed... no checking for sed... /tmp/work/lang/ghc7/work/.tools/bin/sed checking for time... /usr/bin/time checking for gnutar... no checking for gtar... /tmp/work/lang/ghc7/work/.tools/bin/gtar checking for gpatch... no checking for patch... /tmp/work/lang/ghc7/work/.tools/bin/patch checking for dtrace... /usr/sbin/dtrace 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 /tmp/work/lang/ghc7/work/.tools/bin/ghc... /tmp/work/lang/ghc7/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 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/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes 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 for sys/cpuset.h... no 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 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 ffi_call in -lffi... yes checking ffi.h usability... yes checking ffi.h presence... yes checking for ffi.h... yes checking for dlopen in -ldl... no checking for size_t... yes 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 __attribute__((visibility("hidden"))) is supported... yes checking for clock_gettime in -lrt... yes checking for clock_gettime... yes checking for timer_settime... yes checking for timer_create... yes checking for a working timer_create(CLOCK_REALTIME)... no checking for printf$LDBLStub... no checking for pthread_setname_np in -lpthread... yes checking for pthread_setname_np... 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 __thread support... yes 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 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/configure.ac config.status: creating mk/config.h ---------------------------------------------------------------------- Configure completed successfully. Building GHC version : 7.10.3 Git commit id : 97e7c293abbde5223d2bf0516f8969bdd1a9a7a2 Build platform : x86_64-unknown-netbsd Host platform : x86_64-unknown-netbsd Target platform : x86_64-unknown-netbsd Bootstrapping using : /tmp/work/lang/ghc7/work/.tools/bin/ghc which is version : 7.10.3 Using gcc : cc which is version : 7.5.0 Building a cross compiler : NO cpp : cc cpp-flags : -E -undef -traditional ld : ld Happy : () Alex : () Perl : /usr/pkg/bin/perl dblatex : xsltproc : /usr/pkg/bin/xsltproc Using LLVM tools llc : opt : 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://ghc.haskell.org/trac/ghc/wiki/Building => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp