=> Bootstrap dependency digest>=20010302: found digest-20190127 => Checksum SHA1 OK for ghc-8.10.4-boot-x86_64-unknown-netbsd.tar.xz => Checksum RMD160 OK for ghc-8.10.4-boot-x86_64-unknown-netbsd.tar.xz => Checksum SHA512 OK for ghc-8.10.4-boot-x86_64-unknown-netbsd.tar.xz => Checksum SHA1 OK for ghc-9.0.1-src.tar.xz => Checksum RMD160 OK for ghc-9.0.1-src.tar.xz => Checksum SHA512 OK for ghc-9.0.1-src.tar.xz ===> Installing dependencies for ghc-9.0.1nb5 ========================================================================== The supported build options for ghc are: llvm The currently selected options are: llvm You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.ghc (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, ghc-9.0.1nb5. Their current value is shown below: * CURSES_DEFAULT = curses * TERMINFO_DEFAULT = terminfo Based on these variables, the following variables have been set: * CURSES_TYPE = curses * TERMINFO_TYPE = terminfo 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/bin/make clean' after the changes. ========================================================================== => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb2 => Tool dependency autoconf>=2.50: found autoconf-2.71 => Tool dependency gmake>=3.81: found gmake-4.3nb1 => Tool dependency gtar-base>=1.13.25: found gtar-base-1.34 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency compat80-[0-9]*: found compat80-8.0 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency llvm>=10.0.1: found llvm-10.0.1nb3 => Full dependency libffi>=3.3nb1: found libffi-3.3nb4 => Full dependency gmp>=5.0.1: found gmp-6.2.1 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Overriding tools for ghc-9.0.1nb5 ===> Extracting for ghc-9.0.1nb5 => Accept whichever version of LLVM installed via pkgsrc ===> Patching for ghc-9.0.1nb5 => Applying pkgsrc patches for ghc-9.0.1nb5 => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-aclocal.m4 => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-aclocal.m4 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aclocal.m4,v 1.5 2021/05/22 09:10:36 pho Exp $ | |Hunk #0: | Remove _AC_PROG_CC_C99 macro that is removed in autoconf-2.71 to fix | build failure. | | Already fixed in the upstream: | https://gitlab.haskell.org/ghc/ghc/-/merge_requests/4987 | |Hunk #1: | Mark the stack as non-executable on NetBSD/aarch64. | https://gitlab.haskell.org/ghc/ghc/-/merge_requests/5805 | |--- aclocal.m4.orig 2021-01-26 14:49:54.000000000 +0000 |+++ aclocal.m4 -------------------------- Patching file aclocal.m4 using Plan A... Hunk #1 succeeded at 656. Hunk #2 succeeded at 748. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-compiler_GHC_Driver_Pipeline.hs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-compiler_GHC_Driver_Pipeline.hs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-compiler_GHC_Driver_Pipeline.hs,v 1.1 2021/05/01 09:04:57 pho Exp $ | |Do not use -Xpreprocessor to pass options to CPP. Our tool wrappers |may remove some of them, and if that happens an unpaired |-Xpreprocessor will be left behind and confuses CC. | |--- compiler/GHC/Driver/Pipeline.hs.orig 2021-05-01 06:52:42.897138372 +0000 |+++ compiler/GHC/Driver/Pipeline.hs -------------------------- Patching file compiler/GHC/Driver/Pipeline.hs using Plan A... Hunk #1 succeeded at 1293. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-compiler_GHC_SysTools_Process.hs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-compiler_GHC_SysTools_Process.hs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-compiler_GHC_SysTools_Process.hs,v 1.1 2021/05/01 09:04:57 pho Exp $ | |This is more like pkgsrc-specific than an upstream issue. Unless we |are on Windows, don't use "response file", the @FILE syntax while |invoking CC or LD. Our tool wrappers don't look into response files, |and therefore can't detect mistakes like depending on Cabal packages |that aren't declared as pkgsrc dependency. | |The reason why GHC does it is due to some limitation on the length of |argv on Windows. So maybe the patch is worth sending to the upstream. | |Note that this patch would break the package if we didn't have its |$ORIGIN use eliminated because our wrappers hate relative rpaths. | |--- compiler/GHC/SysTools/Process.hs.orig 2021-05-01 04:49:05.262346202 +0000 |+++ compiler/GHC/SysTools/Process.hs -------------------------- Patching file compiler/GHC/SysTools/Process.hs using Plan A... Hunk #1 succeeded at 30. Hunk #2 succeeded at 143. Hunk #3 succeeded at 186. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-configure.ac => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-configure.ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-configure.ac,v 1.2 2021/05/05 09:18:52 pho Exp $ | |Disable DTrace support on solaris2. |XXX: But why? | |--- configure.ac.orig 2021-02-02 21:05:56.000000000 +0000 |+++ configure.ac -------------------------- Patching file configure.ac using Plan A... Hunk #1 succeeded at 888. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-ghc.mk => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/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.2 2021/04/30 03:05:31 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. | |--- ghc.mk.orig 2021-01-25 16:30:28.000000000 +0000 |+++ ghc.mk -------------------------- Patching file ghc.mk using Plan A... Hunk #1 succeeded at 938. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-libraries_Cabal_Cabal_Distribution_Simple_GHC.hs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-libraries_Cabal_Cabal_Distribution_Simple_GHC.hs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libraries_Cabal_Cabal_Distribution_Simple_GHC.hs,v 1.2 2021/05/05 09:18:52 pho Exp $ | |Enable Cabal's rpath overriding functionality on all the platforms |known to use ELF. | |When a Cabal package which defines both a library and an executable |to be built, GHC by default embeds an rpath to the *build* directory |into the executable. This may sound like a bug in GHC but is actually |not, because GHC doesn't know the fact that the said library is going |to be installed elsewhere. To overcome this issue, Cabal has a |functionality to disable the default rpath handling of GHC and |construct the correct set of rpaths... but only on certain platforms |for some reason. | |Pull request: https://github.com/haskell/cabal/pull/7382 | |--- libraries/Cabal/Cabal/Distribution/Simple/GHC.hs.orig 2020-01-16 22:47:21.132921936 +0000 |+++ libraries/Cabal/Cabal/Distribution/Simple/GHC.hs -------------------------- Patching file libraries/Cabal/Cabal/Distribution/Simple/GHC.hs using Plan A... Hunk #1 succeeded at 1731 (offset 6 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-libraries_base_GHC_Event_KQueue.hsc => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/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 2021/02/09 13:18:36 ryoon 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 298 (offset 14 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-libraries_base_System_CPUTime_Posix_Times.hsc => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-libraries_base_System_CPUTime_Posix_Times.hsc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libraries_base_System_CPUTime_Posix_Times.hsc,v 1.1 2021/02/09 13:18:36 ryoon Exp $ | |Suppress linker warnings about compatibility syscall wrappers by using |"capi" instead of "ccall". | |--- libraries/base/System/CPUTime/Posix/Times.hsc.orig 2020-01-04 12:08:39.515726533 +0000 |+++ libraries/base/System/CPUTime/Posix/Times.hsc -------------------------- Patching file libraries/base/System/CPUTime/Posix/Times.hsc using Plan A... Hunk #1 succeeded at 27. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-libraries_base_System_Environment.hs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/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 2021/02/09 13:18:36 ryoon Exp $ | |Suppress linker warnings about compatibility syscall wrappers by using |"capi" instead of "ccall". | |--- libraries/base/System/Environment.hs.orig 2018-02-25 20:02:28.000000000 +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 247. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-libraries_base_configure => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-libraries_base_configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libraries_base_configure,v 1.2 2021/05/05 09:18:52 pho Exp $ | |Ensure libiconv can be found at runtime. | |XXX: I don't think this is needed because rpath flags are handled by |Cabal. LDFLAGS is not used anyway. (pho@) | |--- libraries/base/configure.orig 2020-09-15 12:39:44.549328929 +0000 |+++ libraries/base/configure -------------------------- Patching file libraries/base/configure using Plan A... Hunk #1 succeeded at 4463 (offset 4 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-libraries_time_lib_Data_Time_Clock_Internal_CTimespec.hsc => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-libraries_time_lib_Data_Time_Clock_Internal_CTimespec.hsc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libraries_time_lib_Data_Time_Clock_Internal_CTimespec.hsc,v 1.1 2021/02/09 13:18:36 ryoon Exp $ | |Suppress linker warnings about compatibility symbols. | |--- libraries/time/lib/Data/Time/Clock/Internal/CTimespec.hsc.orig 2020-01-04 02:21:30.506303962 +0000 |+++ libraries/time/lib/Data/Time/Clock/Internal/CTimespec.hsc -------------------------- Patching file libraries/time/lib/Data/Time/Clock/Internal/CTimespec.hsc using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 30. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-libraries_time_lib_Data_Time_Clock_Internal_CTimeval.hs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-libraries_time_lib_Data_Time_Clock_Internal_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_Internal_CTimeval.hs,v 1.1 2021/02/09 13:18:36 ryoon 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/Internal/CTimeval.hs.orig 2020-01-04 06:13:10.008205366 +0000 |+++ libraries/time/lib/Data/Time/Clock/Internal/CTimeval.hs -------------------------- Patching file libraries/time/lib/Data/Time/Clock/Internal/CTimeval.hs using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 24. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-libraries_unix_System_Posix_Env.hsc => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/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 2021/02/09 13:18:36 ryoon Exp $ | |Suppress linker warnings about compatibility symbols by using "capi" |instead of "ccall". | |--- libraries/unix/System/Posix/Env.hsc.orig 2016-11-17 22:08:50.000000000 +0000 |+++ libraries/unix/System/Posix/Env.hsc -------------------------- Patching file libraries/unix/System/Posix/Env.hsc using Plan A... Hunk #1 succeeded at 156. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-libraries_unix_System_Posix_Env_ByteString.hsc => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/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 2021/02/09 13:18:36 ryoon Exp $ | |Suppress linker warnings about compatibility symbols by using "capi" |instead of "ccall". | |--- libraries/unix/System/Posix/Env/ByteString.hsc.orig 2016-11-17 22:08:50.000000000 +0000 |+++ libraries/unix/System/Posix/Env/ByteString.hsc -------------------------- Patching file libraries/unix/System/Posix/Env/ByteString.hsc using Plan A... Hunk #1 succeeded at 130. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-libraries_unix_System_Posix_Files_Common.hsc => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/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 2021/02/09 13:18:36 ryoon Exp $ | |Suppress linker warnings about compatibility syscall wrappers by using |"capi" instead of "ccall". | |--- libraries/unix/System/Posix/Files/Common.hsc.orig 2016-04-20 10:08:26.000000000 +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 449. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-libraries_unix_System_Posix_Signals.hsc => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/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.1 2021/02/09 13:18:36 ryoon Exp $ | |Suppress linker warnings about compatibility symbols. | |--- libraries/unix/System/Posix/Signals.hsc.orig 2016-04-20 10:08:26.000000000 +0000 |+++ libraries/unix/System/Posix/Signals.hsc -------------------------- Patching file libraries/unix/System/Posix/Signals.hsc using Plan A... Hunk #1 succeeded at 594 (offset 4 lines). Hunk #2 succeeded at 619 (offset 4 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-libraries_unix_include_execvpe.h => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/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 2021/05/05 09:18:52 pho Exp $ | |Don't conflict with builtin execvpe(3). | |Already fixed in the upstream (unix-2.8.0.0). | |--- libraries/unix/include/execvpe.h.orig 2016-02-04 16:16:38.000000000 +0000 |+++ libraries/unix/include/execvpe.h -------------------------- Patching file libraries/unix/include/execvpe.h using Plan A... Hunk #1 succeeded at 15. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-llvm-targets => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-llvm-targets Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-llvm-targets,v 1.2 2021/05/22 09:10:36 pho Exp $ | |Define the LLVM target for NetBSD/aarch64. This file is generated with |utils/llvm-targets/gen-data-layout.sh | |https://gitlab.haskell.org/ghc/ghc/-/merge_requests/5805 | |--- llvm-targets.orig 2020-12-21 18:11:39.000000000 +0000 |+++ llvm-targets -------------------------- Patching file llvm-targets using Plan A... Hunk #1 succeeded at 48. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-rts_ProfHeap.c => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-rts_ProfHeap.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-rts_ProfHeap.c,v 1.4 2021/05/05 09:18:52 pho Exp $ | |NetBSD does not have uselocale(3). | |Sent to the upstream: |https://gitlab.haskell.org/ghc/ghc/-/merge_requests/5677 | |--- rts/ProfHeap.c.orig 2021-01-25 16:30:28.000000000 +0000 |+++ rts/ProfHeap.c -------------------------- Patching file rts/ProfHeap.c using Plan A... Hunk #1 succeeded at 69. Hunk #2 succeeded at 83. Hunk #3 succeeded at 98. Hunk #4 succeeded at 111. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-rts_ghc.mk => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/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.1 2021/04/29 07:02:42 pho Exp $ | |This is for Darwin. See the patch to rules/distdir-way-opts.mk. | |--- rts/ghc.mk.orig 2021-04-29 03:14:20.000000000 +0000 |+++ rts/ghc.mk -------------------------- Patching file rts/ghc.mk using Plan A... Hunk #1 succeeded at 255 (offset 4 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-rts_posix_GetTime.c => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-rts_posix_GetTime.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-rts_posix_GetTime.c,v 1.2 2021/05/05 09:18:52 pho Exp $ | |OmniOS defines CLOCK_THREAD_CPUTIME_ID but it isn't actually usable: |clock_gettime(2) always returns EINVAL. Use Solaris-specific |gethrvtime(3) instead. | |Sent to the upstream: |https://gitlab.haskell.org/ghc/ghc/-/merge_requests/5678 | |--- rts/posix/GetTime.c.orig 2021-04-29 21:06:04.382045075 +0000 |+++ rts/posix/GetTime.c -------------------------- Patching file rts/posix/GetTime.c using Plan A... Hunk #1 succeeded at 32. Hunk #2 succeeded at 85. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-rts_posix_OSThreads.c => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-rts_posix_OSThreads.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-rts_posix_OSThreads.c,v 1.2 2021/05/05 09:18:52 pho Exp $ | |Implementation of getNumberOfProcessors() for NetBSD | |Sent to the upstream: |https://gitlab.haskell.org/ghc/ghc/-/merge_requests/5679 | |--- rts/posix/OSThreads.c.orig 2021-04-22 12:36:33.476115260 +0000 |+++ rts/posix/OSThreads.c -------------------------- Patching file rts/posix/OSThreads.c using Plan A... Hunk #1 succeeded at 14. Hunk #2 succeeded at 47. Hunk #3 succeeded at 284. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-rules_build-package-way.mk => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/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/29 07:02:42 pho Exp $ | |This is for Darwin. See the patch to rules/distdir-way-opts.mk. | |--- rules/build-package-way.mk.orig 2021-04-28 17:51:42.000000000 +0000 |+++ rules/build-package-way.mk -------------------------- Patching file rules/build-package-way.mk using Plan A... Hunk #1 succeeded at 64. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-rules_distdir-way-opts.mk => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/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/29 07:02:42 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 2020-07-08 16:43:04.000000000 +0000 |+++ rules/distdir-way-opts.mk -------------------------- Patching file rules/distdir-way-opts.mk using Plan A... Hunk #1 succeeded at 208 (offset -1 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-utils_haddock_driver_Main.hs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/ghc90/patches/patch-utils_haddock_driver_Main.hs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-utils_haddock_driver_Main.hs,v 1.1 2021/04/26 07:41:21 pho Exp $ | |Workaround for haddock dying when the locale isn't "*.UTF-8". Of course |this isn't a real fix. Haddock is very fragile when it comes to locale |setting, and fixing it properly would be seriously a lot of work. | |--- utils/haddock/driver/Main.hs.orig 2020-07-28 17:05:24.000000000 +0000 |+++ utils/haddock/driver/Main.hs -------------------------- Patching file utils/haddock/driver/Main.hs using Plan A... Hunk #1 succeeded at 1. done ===> Regenerating configuration scripts for ghc-9.0.1nb5 configure.ac:69: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:69: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:69: the top level configure.ac:95: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:95: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:95: the top level configure.ac:102: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:102: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:102: the top level configure.ac:109: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:109: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:109: the top level configure.ac:120: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:120: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:120: the top level configure.ac:293: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:293: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... aclocal.m4:909: FP_DEFAULT_CHOICE_OVERRIDE_CHECK is expanded from... configure.ac:293: the top level configure.ac:334: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:334: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... aclocal.m4:909: FP_DEFAULT_CHOICE_OVERRIDE_CHECK is expanded from... configure.ac:334: the top level configure.ac:500: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:500: 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... aclocal.m4:1842: FP_ICONV is expanded from... configure.ac:500: the top level configure.ac:501: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:501: 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... aclocal.m4:1868: FP_GMP is expanded from... configure.ac:501: the top level configure.ac:502: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:502: 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... aclocal.m4:1904: FP_CURSES is expanded from... configure.ac:502: the top level configure.ac:598: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:598: 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... aclocal.m4:2339: FP_CPP_CMD_WITH_ARGS is expanded from... configure.ac:598: the top level configure.ac:610: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:610: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... aclocal.m4:2513: FIND_LD is expanded from... configure.ac:610: the top level configure.ac:877: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:877: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:877: the top level configure.ac:958: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:958: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:958: the top level configure.ac:975: warning: The macro `AC_HEADER_TIME' is obsolete. configure.ac:975: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... configure.ac:975: the top level configure.ac:981: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:981: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:981: the top level configure.ac:982: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:982: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:982: the top level configure.ac:983: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:983: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:983: the top level configure.ac:984: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:984: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:984: the top level configure.ac:985: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:985: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:985: the top level configure.ac:987: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:987: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:987: the top level configure.ac:989: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:989: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:989: the top level configure.ac:990: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:990: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:990: the top level configure.ac:991: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:991: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:991: the top level configure.ac:992: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:992: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:992: the top level configure.ac:994: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:994: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:994: the top level configure.ac:996: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:996: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:996: the top level configure.ac:997: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:997: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:997: the top level configure.ac:999: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:999: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:999: the top level configure.ac:1000: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:1000: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:1000: the top level configure.ac:1001: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:1001: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:1001: the top level configure.ac:1002: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:1002: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:1002: the top level configure.ac:1003: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:1003: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:1003: the top level configure.ac:1004: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:1004: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:1004: the top level configure.ac:1005: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:1005: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:1005: the top level configure.ac:1006: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:1006: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:855: 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:864: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:888: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:1006: the top level configure.ac:1063: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1063: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... aclocal.m4:2436: FP_BFD_SUPPORT is expanded from... configure.ac:1063: the top level configure.ac:1063: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:1063: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... aclocal.m4:2436: FP_BFD_SUPPORT is expanded from... configure.ac:1063: the top level configure.ac:1071: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1071: 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:1071: the top level configure.ac:1082: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1082: 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:1082: the top level configure.ac:1097: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1097: 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:1097: the top level configure.ac:1167: warning: The macro `AC_TRY_RUN' is obsolete. configure.ac:1167: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN 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:1731: FP_CHECK_TIMER_CREATE is expanded from... configure.ac:1167: the top level configure.ac:1215: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:1215: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:1215: the top level configure.ac:1258: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1258: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:1258: the top level configure.ac:1320: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1320: 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:1320: the top level configure.ac:1331: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1331: 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:1331: the top level configure.ac:1344: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1344: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:1344: the top level configure.ac:1373: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1373: 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:1373: the top level configure.ac:1384: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1384: 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:1384: the top level configure.ac:1396: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1396: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:1396: the top level ===> Creating toolchain wrappers for ghc-9.0.1nb5 ===> Configuring for ghc-9.0.1nb5 ===> Extracting bootstrapping compiler for ghc-9.0.1nb5 ===> Preparing bootstrapping compiler for ghc-9.0.1nb5 checking build system type... x86_64-unknown-netbsd9.0 checking host system type... x86_64-unknown-netbsd9.0 checking target system type... x86_64-unknown-netbsd9.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 LLVM target: x86_64-unknown-netbsd checking for path to top of build tree... /tmp/lang/ghc90/work/bootkit-dist/ghc-8.10.4-boot checking for a BSD-compatible install... /tmp/lang/ghc90/work/.tools/bin/install -c checking for gfind... no checking for find... /tmp/lang/ghc90/work/.tools/bin/find checking whether ln -s works... yes checking for gsed... sed checking for python3... no checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking how to run the C preprocessor... gcc -E checking for -ld... ld checking for ld.gold object merging bug (binutils 22266)... 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 -strip... no checking for strip... strip checking /usr/pkg/bin/llc is version 9... no checking /usr/pkg/bin/opt is version 9... no checking version of gcc... checking version of gcc... 7.4.0 7.4.0 checking whether GCC supports -no-pie... yes checking for extra options to pass gcc when compiling via C... 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 stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking 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 configure: creating ./config.status 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 --no-print-directory -f ghc.mk install BINDIST=YES NO_INCLUDE_DEPS=YES "rm" -f libraries/ghc-boot/dist-install/build/GHC/Version.hs done. "rm" -f libraries/ghc-boot/dist-install/build/GHC/Platform/Host.hs done. "inplace/bin/mkdirhier" libraries/ghc-boot/dist-boot/build/GHC//. "rm" -f libraries/ghc-boot/dist-boot/build/GHC/Version.hs done. "inplace/bin/mkdirhier" libraries/ghc-boot/dist-boot/build/GHC/Platform//. "rm" -f libraries/ghc-boot/dist-boot/build/GHC/Platform/Host.hs done. /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/bin" "rm" -f "/tmp/lang/ghc90/work/.tools/bin/hp2ps" create () { touch "$1" && chmod 755 "$1" ; } && create "/tmp/lang/ghc90/work/.tools/bin/hp2ps" echo '#!/bin/sh' >> "/tmp/lang/ghc90/work/.tools/bin/hp2ps" echo 'exedir="/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin"' >> "/tmp/lang/ghc90/work/.tools/bin/hp2ps" echo 'exeprog="hp2ps"' >> "/tmp/lang/ghc90/work/.tools/bin/hp2ps" echo 'executablename="$exedir/$exeprog"' >> "/tmp/lang/ghc90/work/.tools/bin/hp2ps" echo 'datadir="/tmp/lang/ghc90/work/.tools/share"' >> "/tmp/lang/ghc90/work/.tools/bin/hp2ps" echo 'bindir="/tmp/lang/ghc90/work/.tools/bin"' >> "/tmp/lang/ghc90/work/.tools/bin/hp2ps" echo 'topdir="/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4"' >> "/tmp/lang/ghc90/work/.tools/bin/hp2ps" cat utils/hp2ps/hp2ps.wrapper >> "/tmp/lang/ghc90/work/.tools/bin/hp2ps" chmod +x "/tmp/lang/ghc90/work/.tools/bin/hp2ps" /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/include" /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/include/." && /tmp/lang/ghc90/work/.tools/bin/install -c -m 644 includes/./*.h "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/include/./" && /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/include/rts" && /tmp/lang/ghc90/work/.tools/bin/install -c -m 644 includes/rts/*.h "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/include/rts/" && /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/include/rts/prof" && /tmp/lang/ghc90/work/.tools/bin/install -c -m 644 includes/rts/prof/*.h "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/include/rts/prof/" && /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/include/rts/storage" && /tmp/lang/ghc90/work/.tools/bin/install -c -m 644 includes/rts/storage/*.h "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/include/rts/storage/" && /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/include/stg" && /tmp/lang/ghc90/work/.tools/bin/install -c -m 644 includes/stg/*.h "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/include/stg/" && true /tmp/lang/ghc90/work/.tools/bin/install -c -m 644 \ includes/dist-install/build/ghcautoconf.h includes/dist-install/build/ghcplatform.h includes/dist-install/build/ghcversion.h \ includes/dist-derivedconstants/header/DerivedConstants.h \ "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/include/" /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/include" /tmp/lang/ghc90/work/.tools/bin/install -c -m 644 rts/dist/build/ffi.h rts/dist/build/ffitarget.h "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/include/" /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/bin" "rm" -f "/tmp/lang/ghc90/work/.tools/bin/hsc2hs" create () { touch "$1" && chmod 755 "$1" ; } && create "/tmp/lang/ghc90/work/.tools/bin/hsc2hs" echo '#!/bin/sh' >> "/tmp/lang/ghc90/work/.tools/bin/hsc2hs" echo 'exedir="/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin"' >> "/tmp/lang/ghc90/work/.tools/bin/hsc2hs" echo 'exeprog="hsc2hs"' >> "/tmp/lang/ghc90/work/.tools/bin/hsc2hs" echo 'executablename="$exedir/$exeprog"' >> "/tmp/lang/ghc90/work/.tools/bin/hsc2hs" echo 'datadir="/tmp/lang/ghc90/work/.tools/share"' >> "/tmp/lang/ghc90/work/.tools/bin/hsc2hs" echo 'bindir="/tmp/lang/ghc90/work/.tools/bin"' >> "/tmp/lang/ghc90/work/.tools/bin/hsc2hs" echo 'topdir="/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4"' >> "/tmp/lang/ghc90/work/.tools/bin/hsc2hs" echo 'HSC2HS_EXTRA=" --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib"' >> "/tmp/lang/ghc90/work/.tools/bin/hsc2hs" cat utils/hsc2hs/hsc2hs.wrapper >> "/tmp/lang/ghc90/work/.tools/bin/hsc2hs" chmod +x "/tmp/lang/ghc90/work/.tools/bin/hsc2hs" /tmp/lang/ghc90/work/.tools/bin/install -c -m 644 utils/hsc2hs/template-hsc.h "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/bin" "rm" -f "/tmp/lang/ghc90/work/.tools/bin/ghc-pkg-8.10.4" create () { touch "$1" && chmod 755 "$1" ; } && create "/tmp/lang/ghc90/work/.tools/bin/ghc-pkg-8.10.4" echo '#!/bin/sh' >> "/tmp/lang/ghc90/work/.tools/bin/ghc-pkg-8.10.4" echo 'exedir="/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin"' >> "/tmp/lang/ghc90/work/.tools/bin/ghc-pkg-8.10.4" echo 'exeprog="ghc-pkg"' >> "/tmp/lang/ghc90/work/.tools/bin/ghc-pkg-8.10.4" echo 'executablename="$exedir/$exeprog"' >> "/tmp/lang/ghc90/work/.tools/bin/ghc-pkg-8.10.4" echo 'datadir="/tmp/lang/ghc90/work/.tools/share"' >> "/tmp/lang/ghc90/work/.tools/bin/ghc-pkg-8.10.4" echo 'bindir="/tmp/lang/ghc90/work/.tools/bin"' >> "/tmp/lang/ghc90/work/.tools/bin/ghc-pkg-8.10.4" echo 'topdir="/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4"' >> "/tmp/lang/ghc90/work/.tools/bin/ghc-pkg-8.10.4" cat utils/ghc-pkg/ghc-pkg.wrapper >> "/tmp/lang/ghc90/work/.tools/bin/ghc-pkg-8.10.4" chmod +x "/tmp/lang/ghc90/work/.tools/bin/ghc-pkg-8.10.4" /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/bin" "rm" -f "/tmp/lang/ghc90/work/.tools/bin/ghc-pkg" ln -s ghc-pkg-8.10.4 "/tmp/lang/ghc90/work/.tools/bin/ghc-pkg" /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/bin" "rm" -f "/tmp/lang/ghc90/work/.tools/bin/hpc" create () { touch "$1" && chmod 755 "$1" ; } && create "/tmp/lang/ghc90/work/.tools/bin/hpc" echo '#!/bin/sh' >> "/tmp/lang/ghc90/work/.tools/bin/hpc" echo 'exedir="/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin"' >> "/tmp/lang/ghc90/work/.tools/bin/hpc" echo 'exeprog="hpc"' >> "/tmp/lang/ghc90/work/.tools/bin/hpc" echo 'executablename="$exedir/$exeprog"' >> "/tmp/lang/ghc90/work/.tools/bin/hpc" echo 'datadir="/tmp/lang/ghc90/work/.tools/share"' >> "/tmp/lang/ghc90/work/.tools/bin/hpc" echo 'bindir="/tmp/lang/ghc90/work/.tools/bin"' >> "/tmp/lang/ghc90/work/.tools/bin/hpc" echo 'topdir="/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4"' >> "/tmp/lang/ghc90/work/.tools/bin/hpc" cat utils/hpc/hpc.wrapper >> "/tmp/lang/ghc90/work/.tools/bin/hpc" chmod +x "/tmp/lang/ghc90/work/.tools/bin/hpc" /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/bin" "rm" -f "/tmp/lang/ghc90/work/.tools/bin/ghc-8.10.4" create () { touch "$1" && chmod 755 "$1" ; } && create "/tmp/lang/ghc90/work/.tools/bin/ghc-8.10.4" echo '#!/bin/sh' >> "/tmp/lang/ghc90/work/.tools/bin/ghc-8.10.4" echo 'exedir="/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin"' >> "/tmp/lang/ghc90/work/.tools/bin/ghc-8.10.4" echo 'exeprog="ghc-stage2"' >> "/tmp/lang/ghc90/work/.tools/bin/ghc-8.10.4" echo 'executablename="$exedir/$exeprog"' >> "/tmp/lang/ghc90/work/.tools/bin/ghc-8.10.4" echo 'datadir="/tmp/lang/ghc90/work/.tools/share"' >> "/tmp/lang/ghc90/work/.tools/bin/ghc-8.10.4" echo 'bindir="/tmp/lang/ghc90/work/.tools/bin"' >> "/tmp/lang/ghc90/work/.tools/bin/ghc-8.10.4" echo 'topdir="/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4"' >> "/tmp/lang/ghc90/work/.tools/bin/ghc-8.10.4" echo 'executablename="$exedir/ghc"' >> "/tmp/lang/ghc90/work/.tools/bin/ghc-8.10.4" cat ghc/ghc.wrapper >> "/tmp/lang/ghc90/work/.tools/bin/ghc-8.10.4" chmod +x "/tmp/lang/ghc90/work/.tools/bin/ghc-8.10.4" "rm" -f "/tmp/lang/ghc90/work/.tools/bin/ghc" ln -s ghc-8.10.4 "/tmp/lang/ghc90/work/.tools/bin/ghc" "inplace/bin/mkdirhier" includes/dist/build//. "rm" -f includes/dist/build/settings # driver/ghc-usage.txt driver/ghci-usage.txt includes/dist-derivedconstants/header/platformConstants includes/dist/build/settings llvm-targets llvm-passes = libraries to install # "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" = directory to install to # # The .dll case calls STRIP_CMD explicitly, instead of `install -s`, because # on Win64, "install -s" calls a strip that doesn't understand 64bit binaries. # For some reason, this means the DLLs end up non-executable, which means # executables that use them just segfault. /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" for i in driver/ghc-usage.txt driver/ghci-usage.txt includes/dist-derivedconstants/header/platformConstants includes/dist/build/settings llvm-targets llvm-passes; do case $i in *.a) /tmp/lang/ghc90/work/.tools/bin/install -c -m 644 $i "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4"; true "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4"/`basename $i` ;; *.dll) /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 $i "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" ; strip "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4"/`basename $i` ;; *.so) /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 $i "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" ;; *.dylib) /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 $i "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4";; *) /tmp/lang/ghc90/work/.tools/bin/install -c -m 644 $i "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4"; esac; done gcc -E -undef -traditional -P -DINSTALLING -DLIB_DIR='"/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4"' -DINCLUDE_DIR='"/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/include"' -DFFI_INCLUDE_DIR= -DFFI_LIB_DIR= '-DFFI_LIB="Cffi"' -DLIBDW_INCLUDE_DIR= -DLIBDW_LIB_DIR= -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iincludes/dist-install/build -x c 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/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin" for i in utils/unlit/dist-install/build/tmp/unlit utils/hp2ps/dist-install/build/tmp/hp2ps utils/hp2ps/dist-install/build/tmp/hp2ps 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 ghc/stage2/build/tmp/ghc-stage2 ghc/stage2/build/tmp/ghc-stage2 utils/iserv/stage2/build/tmp/ghc-iserv; do \ /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 $i "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin"; \ done "mv" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-stage2" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" "rm" -rf "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/package.conf.d" /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/package.conf.d" /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/rts" # rts/dist/build/libHSrts.a rts/dist/build/libCffi.a = libraries to install # "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/rts" = directory to install to # # The .dll case calls STRIP_CMD explicitly, instead of `install -s`, because # on Win64, "install -s" calls a strip that doesn't understand 64bit binaries. # For some reason, this means the DLLs end up non-executable, which means # executables that use them just segfault. /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/rts" for i in rts/dist/build/libHSrts.a rts/dist/build/libCffi.a; do case $i in *.a) /tmp/lang/ghc90/work/.tools/bin/install -c -m 644 $i "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/rts"; true "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/rts"/`basename $i` ;; *.dll) /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 $i "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/rts" ; strip "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/rts"/`basename $i` ;; *.so) /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 $i "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/rts" ;; *.dylib) /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 $i "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/rts";; *) /tmp/lang/ghc90/work/.tools/bin/install -c -m 644 $i "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/rts"; esac; done "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/ghc-prim dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/ghc-prim-0.6.1 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/integer-simple dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/integer-simple-0.1.2.0 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/base dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/base-4.14.1.0 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/filepath dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/filepath-1.4.2.1 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/array dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/array-0.5.4.0 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/deepseq dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/deepseq-1.4.4.0 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/bytestring dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bytestring-0.10.12.0 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/containers/containers dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/containers-0.6.2.1 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/time dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/time-1.9.3 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/unix dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/unix-2.7.2.2 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/directory dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/directory-1.3.6.0 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/process dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/process-1.6.9.0 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/hpc dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/hpc-0.6.1.0 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/pretty dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/pretty-1.1.3.6 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/binary dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/binary-0.8.8.0 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/transformers dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/transformers-0.5.6.2 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/mtl dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/mtl-2.2.2 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/ghc-boot-th dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/ghc-boot-th-8.10.4 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/ghc-boot dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/ghc-boot-8.10.4 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/template-haskell dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/template-haskell-2.16.0.0 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/text dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/text-1.2.4.1 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/parsec dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/parsec-3.1.14.0 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/Cabal/Cabal dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/Cabal-3.2.1.0 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/ghc-compact dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/ghc-compact-0.1.0.0 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/ghc-heap dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/ghc-heap-8.10.4 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/terminfo dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/terminfo-0.4.1.4 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/stm dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/stm-2.5.0.0 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/exceptions dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/exceptions-0.10.4 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/haskeline dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/haskeline-0.8.0.1 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/ghci dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/ghci-8.10.4 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/libiserv dist-install "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/libiserv-8.10.4 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy compiler stage2 "strip" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' 'v' Installing library in /tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/ghc-8.10.4 "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" --force --global-package-db "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/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/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for ghc-prim-0.6.1.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/integer-simple dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for integer-simple-0.1.2.0.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/base dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for base-4.14.1.0.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/filepath dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for filepath-1.4.2.1.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/array dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for array-0.5.4.0.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/deepseq dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for deepseq-1.4.4.0.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/bytestring dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for bytestring-0.10.12.0.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/containers/containers dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for containers-0.6.2.1.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/time dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for time-1.9.3.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/unix dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for unix-2.7.2.2.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/directory dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for directory-1.3.6.0.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/process dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for process-1.6.9.0.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/hpc dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for hpc-0.6.1.0.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/pretty dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for pretty-1.1.3.6.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/binary dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for binary-0.8.8.0.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/transformers dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for transformers-0.5.6.2.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/mtl dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for mtl-2.2.2.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/ghc-boot-th dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for ghc-boot-th-8.10.4.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/ghc-boot dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for ghc-boot-8.10.4.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/template-haskell dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for template-haskell-2.16.0.0.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/text dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for text-1.2.4.1.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/parsec dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for parsec-3.1.14.0.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/Cabal/Cabal dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for Cabal-3.2.1.0.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/ghc-compact dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for ghc-compact-0.1.0.0.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/ghc-heap dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for ghc-heap-8.10.4.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/terminfo dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for terminfo-0.4.1.4.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/stm dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for stm-2.5.0.0.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/exceptions dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for exceptions-0.10.4.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/haskeline dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for haskeline-0.8.0.1.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/ghci dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for ghci-8.10.4.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/libiserv dist-install "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for libiserv-8.10.4.. "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register compiler stage2 "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4" '' '/tmp/lang/ghc90/work/.tools' '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4' '/tmp/lang/ghc90/work/.tools/share/doc/ghc-8.10.4/html/libraries' NO Registering library for ghc-8.10.4.. for f in '/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/package.conf.d'/*; do create () { touch "$1" && chmod 644 "$1" ; } && create "$f"; done "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/bin/ghc-pkg" --global-package-db "/tmp/lang/ghc90/work/.tools/lib/ghc-8.10.4/package.conf.d" recache /tmp/lang/ghc90/work/.tools/bin/install -c -m 755 -d "/tmp/lang/ghc90/work/.tools/bin" => 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/lang/ghc90/work/.tools/bin/find checking for sort... /tmp/lang/ghc90/work/.tools/bin/sort checking for GHC Git commit id... given da53a348150d30193a6f28e1b7ddcabdf45ab726 checking for ghc... /tmp/lang/ghc90/work/.tools/bin/ghc checking version of ghc... 8.10.4 checking build system type... x86_64-unknown-netbsd9.0 checking host system type... x86_64-unknown-netbsd9.0 checking target system type... x86_64-unknown-netbsd9.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 LLVM target: x86_64-unknown-netbsd checking whether target supports a registerised ABI... yes checking whether target supports tables next to code... yes checking for path to top of build tree... /tmp/lang/ghc90/work/ghc-9.0.1 checking for -windres... no checking for windres... no checking for -dllwrap... no checking for dllwrap... no checking for -objdump... no checking for objdump... objdump checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for sys/time.h... yes checking for vfork.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking how to run the C preprocessor... gcc -E checking for -ld... ld checking for ld.gold object merging bug (binutils 22266)... 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 -nm... no checking for nm... nm checking for ranlib... ranlib checking for -strip... no checking for strip... strip checking for -libtool... (cached) libtool checking for -otool... no checking for otool... no checking for -install_name_tool... no checking for install_name_tool... no checking for -clang... false checking /usr/pkg/bin/llc is version 10... yes checking /usr/pkg/bin/opt is version 10... yes configure: Creating links for in-tree file handling routines configure: Routines in place. Packages can now be build normally. configure: Creating links for ghci wrapper configure: done. checking whether #! works in shell scripts... yes checking version of gcc... checking version of gcc... 7.4.0 7.4.0 checking whether GCC supports -no-pie... yes checking whether GCC supports __atomic_ builtins... yes checking for extra options to pass gcc when compiling via C... checking whether C compiler has an LLVM back end... 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 .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 wheel 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... (cached) ranlib checking whether ln -s works... yes checking for gsed... no checking for sed... /tmp/lang/ghc90/work/.tools/bin/sed checking for time... /usr/bin/time checking for gnutar... no checking for gtar... /tmp/lang/ghc90/work/.tools/bin/gtar checking for bzip2... /usr/bin/bzip2 checking for gzip... /usr/bin/gzip checking for pxz... no checking for xz... /tmp/lang/ghc90/work/.tools/bin/xz checking for gpatch... no checking for patch... /tmp/lang/ghc90/work/.tools/bin/patch checking for autoreconf... /tmp/lang/ghc90/work/.tools/bin/autoreconf checking for dtrace... no checking for HsColour... no checking for sphinx-build... no checking for version of sphinx-build... configure: WARNING: Sphinx version 1.0.0 or later is required to build documentation checking for xelatex... no checking for makeindex... no checking for makeinfo... /tmp/lang/ghc90/work/.tools/bin/makeinfo checking for python3... no checking for ghc-pkg matching /tmp/lang/ghc90/work/.tools/bin/ghc... /tmp/lang/ghc90/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 special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for ctype.h... yes checking for dirent.h... yes checking for dlfcn.h... yes checking for errno.h... yes checking for fcntl.h... yes checking for grp.h... yes checking for limits.h... yes checking for locale.h... yes checking for nlist.h... yes checking for pthread.h... yes checking for pwd.h... yes checking for signal.h... yes checking for sys/param.h... yes checking for sys/mman.h... yes checking for sys/resource.h... yes checking for sys/select.h... yes checking for sys/time.h... (cached) yes checking for sys/timeb.h... yes checking for sys/timerfd.h... no checking for sys/timers.h... no checking for sys/times.h... yes checking for sys/utsname.h... yes checking for sys/wait.h... yes checking for termios.h... yes checking for time.h... yes checking for utime.h... yes checking for windows.h... no checking for winsock.h... no checking for sched.h... yes checking for sys/cpuset.h... no checking for long long... yes checking size of char... 1 checking for char... yes checking alignment of char... 1 checking size of double... 8 checking for double... yes checking alignment of double... 8 checking size of float... 4 checking for float... yes checking alignment of float... 4 checking size of int... 4 checking for int... yes checking alignment of int... 4 checking size of long... 8 checking for long... yes checking alignment of long... 8 checking size of long long... 8 checking for long long... (cached) yes checking alignment of long long... 8 checking size of short... 2 checking for short... yes checking alignment of short... 2 checking size of unsigned char... 1 checking for unsigned char... yes checking alignment of unsigned char... 1 checking size of unsigned int... 4 checking for unsigned int... yes checking alignment of unsigned int... 4 checking size of unsigned long... 8 checking for unsigned long... yes checking alignment of unsigned long... 8 checking size of unsigned long long... 8 checking for unsigned long long... yes checking alignment of unsigned long long... 8 checking size of unsigned short... 2 checking for unsigned short... yes checking alignment of unsigned short... 2 checking size of void *... 8 checking for void *... yes checking alignment of void *... 8 checking size of int8_t... 1 checking for int8_t... yes checking alignment of int8_t... 1 checking size of uint8_t... 1 checking for uint8_t... yes checking alignment of uint8_t... 1 checking size of int16_t... 2 checking for int16_t... yes checking alignment of int16_t... 2 checking size of uint16_t... 2 checking for uint16_t... yes checking alignment of uint16_t... 2 checking size of int32_t... 4 checking for int32_t... yes checking alignment of int32_t... 4 checking size of uint32_t... 4 checking for uint32_t... yes checking alignment of uint32_t... 4 checking size of int64_t... 8 checking for int64_t... yes checking alignment of int64_t... 8 checking size of uint64_t... 8 checking for uint64_t... yes checking alignment of uint64_t... 8 checking whether byte ordering is bigendian... no 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 sched_getaffinity... no checking for setlocale... yes checking for gcc options needed to detect all undeclared functions... none needed 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 for ffi.h... yes checking for dlopen in -ldl... no checking for dlopen in -ldl... (cached) no checking for dlinfo... yes checking for size_t... yes checking for working alloca.h... no checking for alloca... yes checking for pid_t... yes 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... (cached) 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 in -lrt... (cached) yes checking for clock_gettime... yes checking for timer_settime... yes checking for timer_create... yes checking for a working timer_create(CLOCK_REALTIME)... yes checking for printf$LDBLStub... no checking whether -lpthread is needed for pthreads... checking for pthread_create... no checking for pthread_create in -lpthread... yes yes checking for pthread_setname_np in -lpthread... yes checking for pthread_setname_np... no checking for sys/eventfd.h... no checking for eventfd... no checking for __thread support... yes checking whether MAP_NORESERVE is declared... yes checking whether MADV_FREE is declared... yes checking whether MADV_DONTNEED is declared... yes checking for numa.h... no checking for numaif.h... no configure: creating ./config.status config.status: creating hadrian/cfg/system.config config.status: creating hadrian/ghci-cabal config.status: creating hadrian/ghci-stack config.status: creating mk/config.mk config.status: creating mk/install.mk config.status: creating mk/project.mk config.status: creating rts/rts.cabal config.status: creating compiler/ghc.cabal config.status: creating ghc/ghc-bin.cabal config.status: creating utils/runghc/runghc.cabal config.status: creating driver/ghci/ghci-wrapper.cabal config.status: creating utils/iserv/iserv.cabal config.status: creating utils/iserv-proxy/iserv-proxy.cabal config.status: creating utils/remote-iserv/remote-iserv.cabal config.status: creating utils/gen-dll/gen-dll.cabal config.status: creating libraries/ghc-boot/ghc-boot.cabal config.status: creating libraries/ghc-boot-th/ghc-boot-th.cabal config.status: creating libraries/ghci/ghci.cabal config.status: creating libraries/ghc-heap/ghc-heap.cabal config.status: creating libraries/libiserv/libiserv.cabal config.status: creating libraries/template-haskell/template-haskell.cabal config.status: creating docs/users_guide/ghc_config.py 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 : 9.0.1 Git commit id : da53a348150d30193a6f28e1b7ddcabdf45ab726 Build platform : x86_64-unknown-netbsd Host platform : x86_64-unknown-netbsd Target platform : x86_64-unknown-netbsd Bootstrapping using : /tmp/lang/ghc90/work/.tools/bin/ghc which is version : 8.10.4 with threaded RTS? : NO Using (for bootstrapping) : gcc Using gcc : gcc which is version : 7.4.0 linker options : Building a cross compiler : NO Unregisterised : NO TablesNextToCode : YES Build GMP in tree : NO hs-cpp : gcc hs-cpp-flags : -E -undef -traditional ar : ar ld : ld nm : nm libtool : libtool objdump : objdump ranlib : ranlib otool : install_name_tool : windres : dllwrap : genlib : Happy : () Alex : () sphinx-build : xelatex : makeinfo : /tmp/lang/ghc90/work/.tools/bin/makeinfo Using LLVM tools clang : false llc : /usr/pkg/bin/llc opt : /usr/pkg/bin/opt HsColour was not found; documentation will not contain source links Tools to build Sphinx HTML documentation available: NO Tools to build Sphinx PDF documentation available: NO Tools to build Sphinx INFO documentation available: 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 https://gitlab.haskell.org/ghc/ghc/wikis/building => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp