+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gcc10-libjit-10.5.0nb1/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gcc10-libjit-10.5.0nb1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
(cd ../../devel/gmp && /usr/pkg/bin/bmake WRKDIR=/home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0/.devel.gmp EXTRACT_DIR=/home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0  WRKSRC='${EXTRACT_DIR}/${DISTNAME:C/a$//}' SKIP_DEPENDS=YES checksum)
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for gmp-6.3.0.tar.bz2
=> Checksum SHA512 OK for gmp-6.3.0.tar.bz2
(cd ../../math/mpcomplex && /usr/pkg/bin/bmake WRKDIR=/home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0/.devel.mpcomplex EXTRACT_DIR=/home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0  WRKSRC='${EXTRACT_DIR}/${DISTNAME}' SKIP_DEPENDS=YES checksum)
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for mpc-1.3.1.tar.gz
=> Checksum SHA512 OK for mpc-1.3.1.tar.gz
(cd ../../math/mpfr && /usr/pkg/bin/bmake WRKDIR=/home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0/.devel.mpfr EXTRACT_DIR=/home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0  WRKSRC='${EXTRACT_DIR}/${DISTNAME}' SKIP_DEPENDS=YES checksum)
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for mpfr-4.2.1.tar.bz2
=> Checksum SHA512 OK for mpfr-4.2.1.tar.bz2
=> Checksum BLAKE2s OK for gcc-10.5.0.tar.xz
=> Checksum SHA512 OK for gcc-10.5.0.tar.xz
=> Checksum BLAKE2s OK for isl-0.16.1.tar.bz2
=> Checksum SHA512 OK for isl-0.16.1.tar.bz2
===> Installing dependencies for gcc10-libjit-10.5.0nb1
==========================================================================
The supported build options for gcc10-libjit are:

	always-libgcc gcc-c++ gcc-fortran gcc-go gcc-graphite
	gcc-inplace-math gcc-objc gcc-objc++ nls

The currently selected options are:

	always-libgcc gcc-c++ gcc-fortran gcc-graphite
	gcc-inplace-math gcc-objc gcc-objc++ nls

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable.  Its current value is shown:

	PKG_OPTIONS.gcc10 (not defined)

==========================================================================
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency nbpatch-[0-9]*: found nbpatch-20151107
=> Tool dependency perl>=5.0: found perl-5.38.2
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
===> Overriding tools for gcc10-libjit-10.5.0nb1
===> Extracting for gcc10-libjit-10.5.0nb1
(cd ../../devel/gmp && /usr/pkg/bin/bmake WRKDIR=/home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0/.devel.gmp EXTRACT_DIR=/home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0  WRKSRC='${EXTRACT_DIR}/${DISTNAME:C/a$//}' SKIP_DEPENDS=YES patch)
===> Overriding tools for gmp-6.3.0
===> Extracting for gmp-6.3.0
===> Patching for gmp-6.3.0
=> Applying pkgsrc patches for gmp-6.3.0
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/devel/gmp/patches/patch-acinclude.m4
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/devel/gmp/patches/patch-acinclude.m4
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-acinclude.m4,v 1.2 2020/01/20 21:25:24 adam Exp $
|
|Fixed detection of __attribute__((__mode__(XX))) for sunpro.
|
|--- acinclude.m4.orig	2016-12-17 00:45:27.000000000 +0900
|+++ acinclude.m4	2017-06-14 13:05:04.000000000 +0900
--------------------------
Patching file acinclude.m4 using Plan A...
Hunk #1 succeeded at 3191 (offset -37 lines).
done
/bin/mv /home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0/gmp-* /home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0/gmp
(cd ../../math/mpcomplex && /usr/pkg/bin/bmake WRKDIR=/home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0/.devel.mpcomplex EXTRACT_DIR=/home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0  WRKSRC='${EXTRACT_DIR}/${DISTNAME}' SKIP_DEPENDS=YES patch)
===> Overriding tools for mpcomplex-1.3.1
===> Extracting for mpcomplex-1.3.1
===> Patching for mpcomplex-1.3.1
=> Applying pkgsrc patches for mpcomplex-1.3.1
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/mpcomplex/patches/patch-src_get__x.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/mpcomplex/patches/patch-src_get__x.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_get__x.c,v 1.1 2023/10/29 18:06:32 wiz Exp $
|
|Work around bug in SunOS complex.h to make this build with Sun's gcc
|
|--- src/get_x.c.orig	2011-11-04 18:20:19.000000000 +0000
|+++ src/get_x.c
--------------------------
Patching file src/get_x.c using Plan A...
Hunk #1 succeeded at 32 (offset -3 lines).
done
/bin/mv /home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0/mpc-* /home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0/mpc
(cd ../../math/mpfr && /usr/pkg/bin/bmake WRKDIR=/home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0/.devel.mpfr EXTRACT_DIR=/home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0  WRKSRC='${EXTRACT_DIR}/${DISTNAME}' SKIP_DEPENDS=YES patch)
===> Overriding tools for mpfr-4.2.1
===> Extracting for mpfr-4.2.1
===> Patching for mpfr-4.2.1
/bin/mv /home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0/mpfr-* /home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0/mpfr
/bin/mv /home/pbulk/build/lang/gcc10-libjit/work/isl-0.16.1 /home/pbulk/build/lang/gcc10-libjit/work/gcc-10.5.0/isl
===> Patching for gcc10-libjit-10.5.0nb1
=> Applying pkgsrc patches for gcc10-libjit-10.5.0nb1
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-contrib_download__prerequisites
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-contrib_download__prerequisites
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-contrib_download__prerequisites,v 1.1 2020/05/10 15:02:44 maya Exp $
|
|Non-portable test
|
|https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90142
|
|--- contrib/download_prerequisites.orig	2017-04-11 16:34:07.000000000 +0000
|+++ contrib/download_prerequisites
--------------------------
Patching file contrib/download_prerequisites using Plan A...
Hunk #1 succeeded at 122.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-fixincludes_inclhack.def
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-fixincludes_inclhack.def
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-fixincludes_inclhack.def,v 1.1 2020/05/10 15:02:44 maya Exp $
|
|A workaround for Catalina SDK bug from
|https://github.com/Homebrew/homebrew-core/pull/44762
|
|--- fixincludes/inclhack.def.orig	2020-03-04 08:29:59.000000000 +0000
|+++ fixincludes/inclhack.def
--------------------------
Patching file fixincludes/inclhack.def using Plan A...
Hunk #1 succeeded at 1311 (offset 42 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_aarch64_aarch64-builtins.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_aarch64_aarch64-builtins.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_config_aarch64_aarch64-builtins.c,v 1.2 2021/02/13 15:56:17 maya Exp $
|
|initialise subtarget builtins so cabs*() are renamed.
|https://gcc.gnu.org/pipermail/gcc-patches/2021-February/565289.html
|
|--- gcc/config/aarch64/aarch64-builtins.c.orig	2017-01-20 21:03:41.000000000 +0000
|+++ gcc/config/aarch64/aarch64-builtins.c	2018-11-10 00:44:41.905576216 +0000
--------------------------
Patching file gcc/config/aarch64/aarch64-builtins.c using Plan A...
Hunk #1 succeeded at 1310 (offset 7 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_aarch64_aarch64-netbsd.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_aarch64_aarch64-netbsd.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_config_aarch64_aarch64-netbsd.h,v 1.1 2021/04/24 09:35:31 mrg Exp $
|
|Match what is in NetBSD src.  Fixes at least aarch64eb, and
|probably several others.
|
|--- gcc/config/aarch64/aarch64-netbsd.h.orig	2021-04-08 04:56:28.033740243 -0700
|+++ gcc/config/aarch64/aarch64-netbsd.h	2021-04-24 00:16:41.451665444 -0700
--------------------------
Patching file gcc/config/aarch64/aarch64-netbsd.h using Plan A...
Hunk #1 succeeded at 20.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_aarch64_driver-aarch64.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_aarch64_driver-aarch64.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_config_aarch64_driver-aarch64.c,v 1.1 2021/04/24 09:35:31 mrg Exp $
|
|Match what is in NetBSD src.  Fixes at least aarch64eb, and
|probably several others.
|
|--- gcc/config/aarch64/driver-aarch64.c.orig	2021-04-08 04:56:28.041740341 -0700
|+++ gcc/config/aarch64/driver-aarch64.c	2021-04-24 00:16:45.471750258 -0700
--------------------------
Patching file gcc/config/aarch64/driver-aarch64.c using Plan A...
Hunk #1 succeeded at 25.
Hunk #2 succeeded at 245.
Hunk #3 succeeded at 291.
Hunk #4 succeeded at 384.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_arm_arm.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_arm_arm.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_config_arm_arm.h,v 1.1 2022/02/02 22:07:28 mrg Exp $
|
|--- gcc/config/arm/arm.h.orig	2021-04-08 04:56:28.057740534 -0700
|+++ gcc/config/arm/arm.h	2022-01-31 21:11:39.595024008 -0800
--------------------------
Patching file gcc/config/arm/arm.h using Plan A...
Hunk #1 succeeded at 937.
Hunk #2 succeeded at 953.
Hunk #3 succeeded at 2355.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_arm_bpabi.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_arm_bpabi.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_config_arm_bpabi.h,v 1.1 2022/02/02 22:07:28 mrg Exp $
|
|--- gcc/config/arm/bpabi.h.orig	2021-04-08 04:56:28.061740583 -0700
|+++ gcc/config/arm/bpabi.h	2022-01-31 21:13:16.734263818 -0800
--------------------------
Patching file gcc/config/arm/bpabi.h using Plan A...
Hunk #1 succeeded at 24.
Hunk #2 succeeded at 108.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_arm_elf.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_arm_elf.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_config_arm_elf.h,v 1.1 2022/02/02 22:07:28 mrg Exp $
|
|--- gcc/config/arm/elf.h.orig	2021-04-08 04:56:28.065740630 -0700
|+++ gcc/config/arm/elf.h	2022-01-31 21:14:04.684223580 -0800
--------------------------
Patching file gcc/config/arm/elf.h using Plan A...
Hunk #1 succeeded at 147.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_arm_netbsd-eabi.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_arm_netbsd-eabi.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_config_arm_netbsd-eabi.h,v 1.1 2022/02/02 22:07:28 mrg Exp $
|
|--- gcc/config/arm/netbsd-eabi.h.orig	2021-04-08 04:56:28.065740630 -0700
|+++ gcc/config/arm/netbsd-eabi.h	2022-01-31 21:15:29.555403989 -0800
--------------------------
Patching file gcc/config/arm/netbsd-eabi.h using Plan A...
Hunk #1 succeeded at 49.
Hunk #2 succeeded at 59.
Hunk #3 succeeded at 81.
Hunk #4 succeeded at 110.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_arm_netbsd-elf.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_arm_netbsd-elf.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_config_arm_netbsd-elf.h,v 1.1 2022/02/02 22:07:28 mrg Exp $
|
|--- gcc/config/arm/netbsd-elf.h.orig	2021-04-08 04:56:28.065740630 -0700
|+++ gcc/config/arm/netbsd-elf.h	2022-01-31 21:14:32.314234515 -0800
--------------------------
Patching file gcc/config/arm/netbsd-elf.h using Plan A...
Hunk #1 succeeded at 27.
Hunk #2 succeeded at 67.
Hunk #3 succeeded at 99.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config.gcc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config.gcc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_config.gcc,v 1.5 2024/04/01 14:33:57 js Exp $
|
|Match what is in NetBSD src. Fixes at least aarch64eb, and
|probably several others.
|
|Allow builds on Darwin 21.
|
|Fix build on QNX.
|
|--- gcc/config.gcc.orig	2023-07-07 07:08:19.000000000 +0000
|+++ gcc/config.gcc
--------------------------
Patching file gcc/config.gcc using Plan A...
Hunk #1 succeeded at 462.
Hunk #2 succeeded at 901.
Hunk #3 succeeded at 1140.
Hunk #4 succeeded at 1286.
Hunk #5 succeeded at 1294.
Hunk #6 succeeded at 1969.
Hunk #7 succeeded at 2100.
Hunk #8 succeeded at 2292.
Hunk #9 succeeded at 2414.
Hunk #10 succeeded at 2572.
Hunk #11 succeeded at 3007.
Hunk #12 succeeded at 3496.
Hunk #13 succeeded at 4015.
Hunk #14 succeeded at 4528.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config.host
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config.host
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_config.host,v 1.1 2020/10/20 18:37:37 tnn Exp $
|
|Add aarch64*-*-netbsd*.
|
|--- gcc/config.host.orig	2020-07-23 06:35:17.316384243 +0000
|+++ gcc/config.host
--------------------------
Patching file gcc/config.host using Plan A...
Hunk #1 succeeded at 99.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_sparc_sparc.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_config_sparc_sparc.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_config_sparc_sparc.c,v 1.1 2021/02/13 15:56:17 maya Exp $
|
|Invoke subtarget-specific code for replacing builtin functions.
|Causes "cabsl" to be converted to _c99_cabsl on NetBSD.
|https://gcc.gnu.org/pipermail/gcc-patches/2021-February/565290.html
|
|--- gcc/config/sparc/sparc.c.orig	2020-07-23 06:35:17.480386051 +0000
|+++ gcc/config/sparc/sparc.c
--------------------------
Patching file gcc/config/sparc/sparc.c using Plan A...
Hunk #1 succeeded at 11109 (offset 116 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_configure
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_configure
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_configure,v 1.1 2020/05/10 15:02:44 maya Exp $
|
|https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90143
|
|--- gcc/configure.orig	2015-09-30 23:06:11.000000000 +0000
|+++ gcc/configure
--------------------------
Patching file gcc/configure using Plan A...
Hunk #1 succeeded at 30197 (offset 1876 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_ggc-common.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_ggc-common.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_ggc-common.c,v 1.1 2020/05/10 15:02:44 maya Exp $
|
|--- gcc/ggc-common.c.orig	2014-12-10 03:45:40.000000000 +0000
|+++ gcc/ggc-common.c
--------------------------
Patching file gcc/ggc-common.c using Plan A...
Hunk #1 succeeded at 591.
Hunk #2 succeeded at 605.
Hunk #3 succeeded at 613.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_ginclude_stddef.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_ginclude_stddef.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_ginclude_stddef.h,v 1.1 2024/04/01 18:08:48 js Exp $
|
|Include the system <stddef.h> first, as otherwise we'll end up without
|ptrdiff_t and size_t depending on include order.
|
|--- gcc/ginclude/stddef.h.orig	2023-07-07 07:08:19.000000000 +0000
|+++ gcc/ginclude/stddef.h
--------------------------
Patching file gcc/ginclude/stddef.h using Plan A...
Hunk #1 succeeded at 21.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_lto_lto.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_lto_lto.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_lto_lto.c,v 1.1 2020/05/10 15:02:44 maya Exp $
|
|Better fallback for netbsd<8 lacking WALLSIG.
|
|--- gcc/lto/lto.c.orig	2018-01-03 21:42:12.000000000 +0000
|+++ gcc/lto/lto.c
--------------------------
Patching file gcc/lto/lto.c using Plan A...
No such line 2320 in input file, ignoring
Hunk #1 succeeded at 192 (offset -2129 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_Makefile.in
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_Makefile.in
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_Makefile.in,v 1.2 2024/04/01 14:33:57 js Exp $
|
|Add gcc libdir to programs' rpath so that _this gcc's_ support libraries
|are found.
|
|Add a hack to increase the stack for genautomata on QNX.
|
|--- gcc/Makefile.in.orig	2023-07-07 07:08:18.000000000 +0000
|+++ gcc/Makefile.in
--------------------------
Patching file gcc/Makefile.in using Plan A...
Hunk #1 succeeded at 2206.
Hunk #2 succeeded at 2861.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_opts-common.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_opts-common.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_opts-common.c,v 1.1 2024/04/01 14:33:57 js Exp $
|
|--- gcc/opts-common.c.orig	2023-07-07 07:08:19.000000000 +0000
|+++ gcc/opts-common.c
--------------------------
Patching file gcc/opts-common.c using Plan A...
Hunk #1 succeeded at 1808.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_opts-jobserver.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_opts-jobserver.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_opts-jobserver.h,v 1.1 2024/04/01 14:33:57 js Exp $
|
|--- gcc/opts-jobserver.h.orig	2023-07-07 07:08:19.000000000 +0000
|+++ gcc/opts-jobserver.h
--------------------------
Patching file gcc/opts-jobserver.h using Plan A...
Hunk #1 succeeded at 30.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_plugin.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_plugin.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_plugin.c,v 1.2 2024/04/01 14:33:57 js Exp $
|
|Support dynamic link interface functions.
|
|Needs to come after the other includes as those add some defines that change
|behavior (breaks QNX otherwise).
|
|--- gcc/plugin.c.orig	2023-07-07 07:08:19.000000000 +0000
|+++ gcc/plugin.c
--------------------------
Patching file gcc/plugin.c using Plan A...
Hunk #1 succeeded at 30.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_targhooks.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gcc_targhooks.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gcc_targhooks.c,v 1.1 2020/05/10 15:02:44 maya Exp $
|
|PR pkg/53436
|netbsd can't handle hidden reference to stack_chk_fail_local.
|(note: this code is only happening if targeting i386)
|
|--- gcc/targhooks.c.orig	2018-01-13 18:00:59.000000000 +0000
|+++ gcc/targhooks.c
--------------------------
Patching file gcc/targhooks.c using Plan A...
Hunk #1 succeeded at 909 (offset -10 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gmp_gen-sieve.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gmp_gen-sieve.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gmp_gen-sieve.c,v 1.1 2024/04/01 14:33:57 js Exp $
|
|Fix compiling with GCC 4.4.2 on QNX.
|
|--- gmp/gen-sieve.c.orig	2023-07-29 13:42:16.000000000 +0000
|+++ gmp/gen-sieve.c
--------------------------
Patching file gmp/gen-sieve.c using Plan A...
Hunk #1 succeeded at 95.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gmp_mpn_generic_compute_powtab.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gmp_mpn_generic_compute_powtab.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gmp_mpn_generic_compute_powtab.c,v 1.1 2024/04/01 14:33:57 js Exp $
|
|Fix compiling with GCC 4.4.2 on QNX.
|
|--- gmp/mpn/generic/compute_powtab.c.orig	2023-07-29 13:42:16.000000000 +0000
|+++ gmp/mpn/generic/compute_powtab.c
--------------------------
Patching file gmp/mpn/generic/compute_powtab.c using Plan A...
Hunk #1 succeeded at 70.
Hunk #2 succeeded at 140.
Hunk #3 succeeded at 224.
Hunk #4 succeeded at 273.
Hunk #5 succeeded at 295.
Hunk #6 succeeded at 304.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gmp_mpz_millerrabin.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gmp_mpz_millerrabin.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gmp_mpz_millerrabin.c,v 1.1 2024/04/01 14:33:57 js Exp $
|
|Fix compiling with GCC 4.4.2 on QNX.
|
|--- gmp/mpz/millerrabin.c.orig	2023-07-29 13:42:17.000000000 +0000
|+++ gmp/mpz/millerrabin.c
--------------------------
Patching file gmp/mpz/millerrabin.c using Plan A...
Hunk #1 succeeded at 206.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gmp_mpz_nextprime.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gmp_mpz_nextprime.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gmp_mpz_nextprime.c,v 1.1 2024/04/01 14:33:57 js Exp $
|
|Fix compiling with GCC 4.4.2 on QNX.
|
|--- gmp/mpz/nextprime.c.orig	2023-07-29 13:42:17.000000000 +0000
|+++ gmp/mpz/nextprime.c
--------------------------
Patching file gmp/mpz/nextprime.c using Plan A...
Hunk #1 succeeded at 113.
Hunk #2 succeeded at 183.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gmp_mpz_primorial_ui.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gmp_mpz_primorial_ui.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gmp_mpz_primorial_ui.c,v 1.1 2024/04/01 14:33:57 js Exp $
|
|Fix compiling with GCC 4.4.2 on QNX.
|
|--- gmp/mpz/primorial_ui.c.orig	2023-07-29 13:42:17.000000000 +0000
|+++ gmp/mpz/primorial_ui.c
--------------------------
Patching file gmp/mpz/primorial_ui.c using Plan A...
Hunk #1 succeeded at 106.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gmp_primesieve.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-gmp_primesieve.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gmp_primesieve.c,v 1.1 2024/04/01 14:33:57 js Exp $
|
|Fix compiling with GCC 4.4.2 on QNX.
|
|--- gmp/primesieve.c.orig	2023-07-29 13:42:17.000000000 +0000
|+++ gmp/primesieve.c
--------------------------
Patching file gmp/primesieve.c using Plan A...
Hunk #1 succeeded at 288.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-include_plugin-api.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-include_plugin-api.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-include_plugin-api.h,v 1.1 2024/04/01 14:33:57 js Exp $
|
|QNX uses __LITTLEENDIAN__ / __BIGENDIAN__, so detect based on that as well.
|
|--- include/plugin-api.h.orig	2023-07-07 07:08:21.000000000 +0000
|+++ include/plugin-api.h
--------------------------
Patching file include/plugin-api.h using Plan A...
Hunk #1 succeeded at 89.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-isl_configure
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-isl_configure
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-isl_configure,v 1.1 2020/05/10 15:02:44 maya Exp $
|
|Make test portable
|
|https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90144
|
|--- isl/configure.orig	2016-01-14 17:26:10.000000000 +0000
|+++ isl/configure
--------------------------
Patching file isl/configure using Plan A...
Hunk #1 succeeded at 17561.
Hunk #2 succeeded at 17569.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libffi_configure
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libffi_configure
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libffi_configure,v 1.1 2020/05/10 15:02:44 maya Exp $
|
|https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90146
|https://github.com/libffi/libffi/issues/485
|
|--- libffi/configure.orig	2013-06-01 17:03:49.000000000 +0000
|+++ libffi/configure
--------------------------
Patching file libffi/configure using Plan A...
Hunk #1 succeeded at 15994 (offset 3305 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libffi_testsuite_libffi.call_float2.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libffi_testsuite_libffi.call_float2.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libffi_testsuite_libffi.call_float2.c,v 1.1 2020/05/10 15:02:44 maya Exp $
|
|https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90146
|
|--- libffi/testsuite/libffi.call/float2.c.orig	2013-06-01 17:08:18.000000000 +0000
|+++ libffi/testsuite/libffi.call/float2.c
--------------------------
Patching file libffi/testsuite/libffi.call/float2.c using Plan A...
Hunk #1 succeeded at 45.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgcc_config.host
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgcc_config.host
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libgcc_config.host,v 1.3 2024/04/01 14:33:57 js Exp $
|
|This is needed for arm64 to get Out-of-line LSE atomics linked into libgcc.
|libsupc++ fails to link without this, and for arm to build.
|
|Fix build on QNX.
|
|--- libgcc/config.host.orig	2023-07-07 07:08:21.000000000 +0000
|+++ libgcc/config.host
--------------------------
Patching file libgcc/config.host using Plan A...
Hunk #1 succeeded at 405.
Hunk #2 succeeded at 492.
Hunk #3 succeeded at 799.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgcc_crtstuff.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgcc_crtstuff.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libgcc_crtstuff.c,v 1.2 2024/04/01 14:33:57 js Exp $
|
|https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90147
|
|Disable TM clone registry on QNX, as the linker does not support it.
|
|--- libgcc/crtstuff.c.orig	2023-07-07 07:08:21.000000000 +0000
|+++ libgcc/crtstuff.c
--------------------------
Patching file libgcc/crtstuff.c using Plan A...
Hunk #1 succeeded at 81.
Hunk #2 succeeded at 151.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgfortran_intrinsics_execute_command_line.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgfortran_intrinsics_execute_command_line.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libgfortran_intrinsics_execute_command_line.c,v 1.1 2024/04/01 14:33:57 js Exp $
|
|--- libgfortran/intrinsics/execute_command_line.c.orig	2023-07-07 07:08:21.000000000 +0000
|+++ libgfortran/intrinsics/execute_command_line.c
--------------------------
Patching file libgfortran/intrinsics/execute_command_line.c using Plan A...
Hunk #1 succeeded at 45.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgfortran_intrinsics_string_intrinsics_inc.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgfortran_intrinsics_string_intrinsics_inc.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libgfortran_intrinsics_string_intrinsics_inc.c,v 1.1 2024/04/01 14:33:57 js Exp $
|
|--- libgfortran/intrinsics/string_intrinsics_inc.c.orig	2023-07-07 07:08:21.000000000 +0000
|+++ libgfortran/intrinsics/string_intrinsics_inc.c
--------------------------
Patching file libgfortran/intrinsics/string_intrinsics_inc.c using Plan A...
Hunk #1 succeeded at 203.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgfortran_io_format.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgfortran_io_format.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libgfortran_io_format.c,v 1.1 2020/05/17 19:47:19 rillig Exp $
|
|Fix -Werror=char-subscripts.
|
|https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95177
|
|--- libgfortran/io/format.c.orig	2020-05-07 10:50:02.000000000 +0000
|+++ libgfortran/io/format.c
--------------------------
Patching file libgfortran/io/format.c using Plan A...
Hunk #1 succeeded at 193.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgfortran_io_io.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgfortran_io_io.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libgfortran_io_io.h,v 1.1 2020/05/10 15:02:44 maya Exp $
|
|Don't declare old_locale* an internal_proto to avoid linking problems
|
|--- libgfortran/io/io.h.orig	2018-01-07 10:17:52.000000000 +0000
|+++ libgfortran/io/io.h
--------------------------
Patching file libgfortran/io/io.h using Plan A...
Hunk #1 succeeded at 58 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgfortran_io_list__read.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgfortran_io_list__read.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libgfortran_io_list__read.c,v 1.1 2020/05/17 19:47:19 rillig Exp $
|
|Fix -Werror=char-subscripts.
|
|https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95177
|
|--- libgfortran/io/list_read.c.orig	2020-05-07 10:50:02.000000000 +0000
|+++ libgfortran/io/list_read.c
--------------------------
Patching file libgfortran/io/list_read.c using Plan A...
Hunk #1 succeeded at 2757.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgfortran_io_read.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgfortran_io_read.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libgfortran_io_read.c,v 1.1 2020/05/17 19:47:20 rillig Exp $
|
|Fix -Werror=char-subscripts.
|
|https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95177
|
|--- libgfortran/io/read.c.orig	2020-05-07 10:50:02.000000000 +0000
|+++ libgfortran/io/read.c
--------------------------
Patching file libgfortran/io/read.c using Plan A...
Hunk #1 succeeded at 959.
Hunk #2 succeeded at 981.
Hunk #3 succeeded at 1109.
Hunk #4 succeeded at 1137.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgfortran_runtime_environ.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libgfortran_runtime_environ.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libgfortran_runtime_environ.c,v 1.1 2020/05/17 19:47:20 rillig Exp $
|
|Fix -Werror=char-subscripts.
|
|https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95177
|
|--- libgfortran/runtime/environ.c.orig	2020-05-07 10:50:02.000000000 +0000
|+++ libgfortran/runtime/environ.c
--------------------------
Patching file libgfortran/runtime/environ.c using Plan A...
Hunk #1 succeeded at 91.
Hunk #2 succeeded at 344.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libiberty_pex-unix.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libiberty_pex-unix.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libiberty_pex-unix.c,v 1.1 2024/04/01 14:33:58 js Exp $
|
|QNX has spawnve and spawnvpe, which makes configure assume it's the same
|spawnve / spawnvpe that exists on Windows.
|
|--- libiberty/pex-unix.c.orig	2023-07-07 07:08:21.000000000 +0000
|+++ libiberty/pex-unix.c
--------------------------
Patching file libiberty/pex-unix.c using Plan A...
Hunk #1 succeeded at 366.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libquadmath_printf_printf_fphex.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libquadmath_printf_printf_fphex.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libquadmath_printf_printf_fphex.c,v 1.1 2024/04/01 14:33:58 js Exp $
|
|--- libquadmath/printf/printf_fphex.c.orig	2023-07-07 07:08:21.000000000 +0000
|+++ libquadmath/printf/printf_fphex.c
--------------------------
Patching file libquadmath/printf/printf_fphex.c using Plan A...
Hunk #1 succeeded at 23.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libquadmath_printf_quadmath-printf.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libquadmath_printf_quadmath-printf.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libquadmath_printf_quadmath-printf.c,v 1.2 2024/04/01 14:33:58 js Exp $
|
|Fix -Werror=char-subscripts.
|
|https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95178
|
|--- libquadmath/printf/quadmath-printf.c.orig	2023-07-07 07:08:21.000000000 +0000
|+++ libquadmath/printf/quadmath-printf.c
--------------------------
Patching file libquadmath/printf/quadmath-printf.c using Plan A...
Hunk #1 succeeded at 22.
Hunk #2 succeeded at 190.
Hunk #3 succeeded at 207.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libquadmath_strtod_strtod__l.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libquadmath_strtod_strtod__l.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libquadmath_strtod_strtod__l.c,v 1.2 2024/04/01 14:33:58 js Exp $
|
|Fix -Werror=char-subscripts.
|
|https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95178
|
|Fix _MAX and _MIN being defined on QNX and breaking the concatenation.
|
|--- libquadmath/strtod/strtod_l.c.orig	2023-07-07 07:08:21.000000000 +0000
|+++ libquadmath/strtod/strtod_l.c
--------------------------
Patching file libquadmath/strtod/strtod_l.c using Plan A...
Hunk #1 succeeded at 57.
Hunk #2 succeeded at 89.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libstdc++-v3_include_bits_std_abs.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libstdc++-v3_include_bits_std_abs.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libstdc++-v3_include_bits_std_abs.h,v 1.1 2024/04/01 14:33:58 js Exp $
|
|--- libstdc++-v3/include/bits/std_abs.h.orig	2023-07-07 07:08:22.000000000 +0000
|+++ libstdc++-v3/include/bits/std_abs.h
--------------------------
Patching file libstdc++-v3/include/bits/std_abs.h using Plan A...
Hunk #1 succeeded at 41.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libstdc++-v3_include_bits_stl_function.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libstdc++-v3_include_bits_stl_function.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libstdc++-v3_include_bits_stl_function.h,v 1.1 2024/04/01 14:33:58 js Exp $
|
|--- libstdc++-v3/include/bits/stl_function.h.orig	2023-07-07 07:08:22.000000000 +0000
|+++ libstdc++-v3/include/bits/stl_function.h
--------------------------
Patching file libstdc++-v3/include/bits/stl_function.h using Plan A...
Hunk #1 succeeded at 60.
Hunk #2 succeeded at 423.
Hunk #3 succeeded at 442.
Hunk #4 succeeded at 461.
Hunk #5 succeeded at 480.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libstdc++-v3_include_c_global_cmath
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libstdc++-v3_include_c_global_cmath
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libstdc++-v3_include_c_global_cmath,v 1.1 2024/04/01 14:33:58 js Exp $
|
|--- libstdc++-v3/include/c_global/cmath.orig	2023-07-07 07:08:22.000000000 +0000
|+++ libstdc++-v3/include/c_global/cmath
--------------------------
Patching file libstdc++-v3/include/c_global/cmath using Plan A...
Hunk #1 succeeded at 49.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libstdc++-v3_include_c_global_cstring
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libstdc++-v3_include_c_global_cstring
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libstdc++-v3_include_c_global_cstring,v 1.1 2024/04/01 14:33:58 js Exp $
|
|--- libstdc++-v3/include/c_global/cstring.orig	2023-07-07 07:08:22.000000000 +0000
|+++ libstdc++-v3/include/c_global/cstring
--------------------------
Patching file libstdc++-v3/include/c_global/cstring using Plan A...
Hunk #1 succeeded at 44.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libstdc++-v3_include_c_global_cwchar
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libstdc++-v3_include_c_global_cwchar
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libstdc++-v3_include_c_global_cwchar,v 1.1 2024/04/01 14:33:58 js Exp $
|
|--- libstdc++-v3/include/c_global/cwchar.orig	2023-07-07 07:08:22.000000000 +0000
|+++ libstdc++-v3/include/c_global/cwchar
--------------------------
Patching file libstdc++-v3/include/c_global/cwchar using Plan A...
Hunk #1 succeeded at 47.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libstdc++-v3_libsupc++_new__opa.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libstdc++-v3_libsupc++_new__opa.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libstdc++-v3_libsupc++_new__opa.cc,v 1.1 2020/05/10 15:02:44 maya Exp $
|
|Ensure we can find SunOS std::aligned_alloc if using it.
|
|--- libstdc++-v3/libsupc++/new_opa.cc.orig	2020-03-04 08:30:03.000000000 +0000
|+++ libstdc++-v3/libsupc++/new_opa.cc
--------------------------
Patching file libstdc++-v3/libsupc++/new_opa.cc using Plan A...
Hunk #1 succeeded at 58 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libstdc++-v3_src_c++11_system_error.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/gcc10-libjit/../../lang/gcc10/patches/patch-libstdc++-v3_src_c++11_system_error.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libstdc++-v3_src_c++11_system_error.cc,v 1.1 2024/04/01 14:33:58 js Exp $
|
|EALREADY and EBUSY are the same on QNX.
|
|--- libstdc++-v3/src/c++11/system_error.cc.orig	2023-07-07 07:08:22.000000000 +0000
|+++ libstdc++-v3/src/c++11/system_error.cc
--------------------------
Patching file libstdc++-v3/src/c++11/system_error.cc using Plan A...
Hunk #1 succeeded at 100.
done
===> Creating toolchain wrappers for gcc10-libjit-10.5.0nb1
===> Configuring for gcc10-libjit-10.5.0nb1
=> 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 build system type... x86_64-redhat-linux-gnu
checking host system type... x86_64-redhat-linux-gnu
checking target system type... x86_64-redhat-linux-gnu
checking for a BSD-compatible install... /bin/install -c -o pbulk -g pbulk
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... /bin/gawk
checking for libatomic support... yes
checking for libitm support... yes
checking for libsanitizer support... yes
checking for libvtv support... yes
checking for libhsail-rt support... yes
checking for libphobos support... yes
checking for x86_64-redhat-linux-gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... no
checking for x86_64-redhat-linux-gnatbind... no
checking for gnatbind... no
checking for x86_64-redhat-linux-gnatmake... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
configure: WARNING: using in-tree isl, disabling version check
The following languages will be built: c,jit,lto
*** This configuration is not supported in the following subdirectories:
     gnattools gotools target-libada target-libhsail-rt target-libstdc++-v3 target-libphobos target-zlib target-libbacktrace target-libgfortran target-libgo target-libffi target-libobjc target-liboffloadmic target-libitm target-libsanitizer target-libvtv
    (Any other directories should still work fine.)
checking for default BUILD_CONFIG... 
checking for --enable-vtable-verify... no
checking for bison... no
checking for byacc... no
checking for yacc... no
checking for bison... no
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... no
checking for lex... no
checking for flex... no
checking for makeinfo... /home/pbulk/build/lang/gcc10-libjit/work/.tools/bin/makeinfo
checking for expect... no
checking for runtest... no
checking for x86_64-redhat-linux-ar... no
checking for ar... ar
checking for x86_64-redhat-linux-as... no
checking for as... as
checking for x86_64-redhat-linux-dlltool... no
checking for dlltool... no
checking for x86_64-redhat-linux-dsymutil... no
checking for dsymutil... no
checking for x86_64-redhat-linux-ld... no
checking for ld... ld
checking for x86_64-redhat-linux-lipo... no
checking for lipo... no
checking for x86_64-redhat-linux-nm... no
checking for nm... nm
checking for x86_64-redhat-linux-ranlib... no
checking for ranlib... ranlib
checking for x86_64-redhat-linux-strip... no
checking for strip... strip
checking for x86_64-redhat-linux-windres... no
checking for windres... no
checking for x86_64-redhat-linux-windmc... no
checking for windmc... no
checking for x86_64-redhat-linux-objcopy... no
checking for objcopy... objcopy
checking for x86_64-redhat-linux-objdump... no
checking for objdump... objdump
checking for x86_64-redhat-linux-otool... no
checking for otool... no
checking for x86_64-redhat-linux-readelf... no
checking for readelf... readelf
checking for cc... cc
checking for c++... c++
checking for gcc... gcc
checking for gfortran... gfortran
checking for gccgo... no
checking for gdc... no
checking for ar... no
checking for ar... ar
checking for as... no
checking for as... as
checking for dlltool... no
checking for dlltool... no
checking for dsymutil... no
checking for dsymutil... no
checking for ld... no
checking for ld... ld
checking for lipo... no
checking for lipo... no
checking for nm... no
checking for nm... nm
checking for objcopy... no
checking for objcopy... objcopy
checking for objdump... no
checking for objdump... objdump
checking for otool... no
checking for otool... no
checking for ranlib... no
checking for ranlib... ranlib
checking for readelf... no
checking for readelf... readelf
checking for strip... no
checking for strip... strip
checking for windres... no
checking for windres... no
checking for windmc... no
checking for windmc... no
checking where to find the target ar... host tool
checking where to find the target as... host tool
checking where to find the target cc... just compiled
checking where to find the target c++... host tool
checking where to find the target c++ for libstdc++... host tool
checking where to find the target dlltool... host tool
checking where to find the target dsymutil... host tool
checking where to find the target gcc... just compiled
checking where to find the target gfortran... host tool
checking where to find the target gccgo... host tool
checking where to find the target gdc... host tool
checking where to find the target ld... host tool
checking where to find the target lipo... host tool
checking where to find the target nm... host tool
checking where to find the target objcopy... host tool
checking where to find the target objdump... host tool
checking where to find the target otool... host tool
checking where to find the target ranlib... host tool
checking where to find the target readelf... host tool
checking where to find the target strip... host tool
checking where to find the target windres... host tool
checking where to find the target windmc... host tool
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile