+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ghc-8.8.4nb8/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ghc-8.8.4nb8/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for ghc-8.4.4-boot-x86_64-unknown-solaris2.tar.xz => Checksum SHA512 OK for ghc-8.4.4-boot-x86_64-unknown-solaris2.tar.xz => Checksum BLAKE2s OK for ghc-8.8.4-src.tar.xz => Checksum SHA512 OK for ghc-8.8.4-src.tar.xz ===> Installing dependencies for ghc-8.8.4nb8 ========================================================================== The following variables will affect the build process of this package, ghc-8.8.4nb8. Their current value is shown below: * CURSES_DEFAULT = ncurses Based on these variables, the following variables have been set: * CURSES_TYPE = ncurses 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 `/opt/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.7nb1 => Tool dependency mktools-[0-9]*: found mktools-20220614 => Tool dependency autoconf>=2.50: found autoconf-2.71nb2 => Tool dependency gmake>=3.81: found gmake-4.3nb4 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency ncurses>=5.0: found ncurses-6.3nb1 => Full dependency perl>=5.0: found perl-5.36.0 => Full dependency libiconv>=1.9.1nb4: found libiconv-1.14nb3 => Full dependency libffi>=3.4.2nb3: found libffi-3.4.3 => Full dependency gmp>=5.0.1: found gmp-6.2.1nb3 => Full dependency ncurses>=6.3nb1: found ncurses-6.3nb1 ===> Overriding tools for ghc-8.8.4nb8 ===> Extracting for ghc-8.8.4nb8 ===> Patching for ghc-8.8.4nb8 => Applying pkgsrc patches for ghc-8.8.4nb8 => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-aclocal.m4 => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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.6 2021/02/09 12:42:08 ryoon Exp $ | |Hunk #1: | Remove _AC_PROG_CC_C99 macro that is removed in autoconf-2.71 | to fix build failure. | |Hunk #2: | Support SunOS/x86_64. | |Hunk #3: | Canonicalize OS name netbsd* to "netbsd": | https://gitlab.haskell.org/ghc/ghc/merge_requests/2496 | |--- aclocal.m4.orig 2020-07-08 16:43:03.000000000 +0000 |+++ aclocal.m4 -------------------------- Patching file aclocal.m4 using Plan A... Hunk #1 succeeded at 611. Hunk #2 succeeded at 650. Hunk #3 succeeded at 2036. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-compiler_main_DynFlags.hs => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-compiler_main_DynFlags.hs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-compiler_main_DynFlags.hs,v 1.1 2020/01/09 12:32:24 pho Exp $ | |Fix building bootkits: the stage being >= 2 doesn't imply that GHCI is |enabled. This is a logic error. We build our bootkits with GHCI |disabled. | |--- compiler/main/DynFlags.hs.orig 2020-01-08 12:22:53.874596542 +0000 |+++ compiler/main/DynFlags.hs -------------------------- Patching file compiler/main/DynFlags.hs using Plan A... Hunk #1 succeeded at 250. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-configure.ac => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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.4 2021/09/30 10:32:20 jperkin Exp $ | |Don't use non-portable operator ==: |https://gitlab.haskell.org/ghc/ghc/merge_requests/2497 | |Copy files rather than relying on hardlink behaviour. | |--- configure.ac.orig 2020-07-12 16:04:30.000000000 +0000 |+++ configure.ac -------------------------- Patching file configure.ac using Plan A... Hunk #1 succeeded at 685. Hunk #2 succeeded at 843. Hunk #3 succeeded at 950. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-ghc.mk => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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/05/01 03:00:07 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 2020-07-08 16:43:03.000000000 +0000 |+++ ghc.mk -------------------------- Patching file ghc.mk using Plan A... Hunk #1 succeeded at 959. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-ghc_ghc.mk => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-ghc_ghc.mk Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ghc_ghc.mk,v 1.3 2020/08/24 17:23:12 pho Exp $ | |Fix building bootkits: the ghc-bin package is threaded by default, but |the build system fails to opt out from it when threaded RTS is |disabled: |https://gitlab.haskell.org/ghc/ghc/issues/17692 | |--- ghc/ghc.mk.orig 2020-08-24 10:13:02.192874900 +0000 |+++ ghc/ghc.mk -------------------------- Patching file ghc/ghc.mk using Plan A... Hunk #1 succeeded at 61. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-libraries_Cabal_Cabal_Distribution_Simple_GHC.hs => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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.1 2020/01/17 07:10:57 pho Exp $ | |Enable Cabal's rpath overriding functionality on all the platforms |known to use ELF. | |When a Cabal package which defins both a library and an executable is |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. | |--- 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 1725. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-libraries_base_GHC_Event_KQueue.hsc => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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 2020/01/09 12:32:24 pho Exp $ | |Suppress linker warnings about compatibility syscall wrappers by using |"capi" instead of "ccall". | |--- libraries/base/GHC/Event/KQueue.hsc.orig 2019-12-26 18:05:56.276488590 +0000 |+++ libraries/base/GHC/Event/KQueue.hsc -------------------------- Patching file libraries/base/GHC/Event/KQueue.hsc using Plan A... Hunk #1 succeeded at 298 (offset 14 lines). done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-libraries_base_System_CPUTime_Posix_Times.hsc => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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 2020/01/09 12:32:24 pho 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 /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-libraries_base_System_Environment.hs => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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 2020/01/09 12:32:24 pho 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 /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-libraries_base_configure => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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.1 2020/09/16 17:26:31 jperkin Exp $ | |Ensure libiconv can be found at runtime. | |--- 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 4459. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-libraries_time_lib_Data_Time_Clock_Internal_CTimespec.hsc => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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 2020/01/09 12:32:24 pho 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 /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-libraries_time_lib_Data_Time_Clock_Internal_CTimeval.hs => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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 2020/01/09 12:32:24 pho Exp $ | |Suppress linker warnings about compatibility syscall wrappers by using |"capi" instead of "ccall". In Haskell FFI, "ccall" is actually an |interface to C ABI rather than C API. That is, GHC generates direct |references to the symbol even if it's actually defined as a cpp macro |or something like that, because GHC knows nothing about those macros |in foreign headers. Hence the following warnings: | | .../libHStime-1.4.0.1.a(CTimeval.o): In function `s1Kp_info': | (.text+0x2f): warning: warning: reference to compatibility | gettimeofday(); include to generate correct reference | |In other words, you can safely use "ccall" only when you are sure the |symbol you want to import is actually a symbol in the ABI sense, which |is not always the case for the POSIX API. | |--- libraries/time/lib/Data/Time/Clock/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 /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-libraries_unix_System_Posix_Env.hsc => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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 2020/01/09 12:32:24 pho 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 /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-libraries_unix_System_Posix_Env_ByteString.hsc => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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 2020/01/09 12:32:24 pho 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 /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-libraries_unix_System_Posix_Files_Common.hsc => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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 2020/01/09 12:32:24 pho 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 /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-libraries_unix_System_Posix_Signals.hsc => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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 2020/01/09 12:32:24 pho 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 590. Hunk #2 succeeded at 615. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-libraries_unix_include_execvpe.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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.1 2020/01/09 12:32:24 pho Exp $ | |Don't conflict with builtin execvpe(3). | |--- 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 /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-rts_StgCRun.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-rts_StgCRun.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-rts_StgCRun.c,v 1.1 2020/02/17 17:26:53 jperkin Exp $ | |https://gitlab.haskell.org/ghc/ghc/merge_requests/2607/diffs | |--- rts/StgCRun.c.orig 2019-08-25 04:26:28.000000000 +0000 |+++ rts/StgCRun.c -------------------------- Patching file rts/StgCRun.c using Plan A... Hunk #1 succeeded at 405. Hunk #2 succeeded at 519. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-rts_ghc.mk => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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 05:09:08 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 251. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-rules_build-package-way.mk => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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 05:09:08 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 /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/patches/patch-rules_distdir-way-opts.mk => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88/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.4 2021/04/29 05:09:08 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 209. done ===> Regenerating configuration scripts for ghc-8.8.4nb8 configure.ac:71: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:71: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:71: the top level configure.ac:101: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:101: 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:101: the top level configure.ac:108: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:108: 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:108: the top level configure.ac:115: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:115: 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:115: the top level configure.ac:275: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:275: 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:275: the top level configure.ac:457: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:457: 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:1761: FP_ICONV is expanded from... configure.ac:457: the top level configure.ac:458: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:458: 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:1787: FP_GMP is expanded from... configure.ac:458: the top level configure.ac:459: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:459: 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:1823: FP_CURSES is expanded from... configure.ac:459: the top level configure.ac:549: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:549: 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:2244: FP_CPP_CMD_WITH_ARGS is expanded from... configure.ac:549: the top level configure.ac:560: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:560: 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:2418: FIND_LD is expanded from... configure.ac:560: the top level configure.ac:832: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:832: 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:832: the top level configure.ac:900: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:900: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:900: the top level configure.ac:917: warning: The macro `AC_HEADER_TIME' is obsolete. configure.ac:917: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... configure.ac:917: the top level configure.ac:923: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:923: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:923: the top level configure.ac:924: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:924: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:924: the top level configure.ac:925: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:925: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:925: the top level configure.ac:926: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:926: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:926: the top level configure.ac:927: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:927: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:927: the top level configure.ac:929: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:929: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:929: the top level configure.ac:931: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:931: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:931: the top level configure.ac:932: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:932: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:932: the top level configure.ac:933: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:933: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:933: the top level configure.ac:934: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:934: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:934: the top level configure.ac:936: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:936: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:936: the top level configure.ac:938: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:938: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:938: the top level configure.ac:939: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:939: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:939: the top level configure.ac:941: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:941: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:941: the top level configure.ac:942: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:942: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:942: the top level configure.ac:943: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:943: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:943: the top level configure.ac:944: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:944: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:944: the top level configure.ac:945: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:945: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:945: the top level configure.ac:946: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:946: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:946: the top level configure.ac:947: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:947: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:947: the top level configure.ac:948: warning: The macro `_AC_COMPUTE_INT' is obsolete. configure.ac:948: You should run autoupdate. ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from... aclocal.m4:795: 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:804: FP_CHECK_ALIGNMENT is expanded from... aclocal.m4:828: FP_CHECK_SIZEOF_AND_ALIGNMENT is expanded from... configure.ac:948: the top level configure.ac:1001: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1001: 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:2341: FP_BFD_SUPPORT is expanded from... configure.ac:1001: the top level configure.ac:1001: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:1001: 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:2341: FP_BFD_SUPPORT is expanded from... configure.ac:1001: the top level configure.ac:1009: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1009: 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:1009: the top level configure.ac:1021: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1021: 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:1021: the top level configure.ac:1036: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1036: 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:1036: the top level configure.ac:1104: warning: The macro `AC_TRY_RUN' is obsolete. configure.ac:1104: 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:1650: FP_CHECK_TIMER_CREATE is expanded from... configure.ac:1104: the top level configure.ac:1152: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:1152: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:1152: the top level configure.ac:1195: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1195: 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:1195: the top level configure.ac:1255: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1255: 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:1255: the top level configure.ac:1276: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:1276: 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:1276: the top level ===> Creating toolchain wrappers for ghc-8.8.4nb8 ===> Configuring for ghc-8.8.4nb8 ===> Extracting bootstrapping compiler for ghc-8.8.4nb8 /usr/bin/gtar: ghc-8.4.4-boot/ghc/stage2/build/tmp/ghc-stage2: Cannot write: Disc quota exceeded /usr/bin/gtar: Exiting with failure status due to previous errors *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88 *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/ghc88