+ 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/xworld-2.0nb3/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xworld-2.0nb3/work.log
WARNING: [license.mk] Every package should define a LICENSE.
=> Checksum BLAKE2s OK for xworld-2.0.tar.gz
=> Checksum SHA512 OK for xworld-2.0.tar.gz
===> Installing dependencies for xworld-2.0nb3
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Full dependency libX11>=1.1: found libX11-1.8.10
=> Build dependency xcb-proto>=1.4: found xcb-proto-1.17.0nb4
=> Build dependency xorgproto>=2016.1: found xorgproto-2024.1
=> Full dependency libXau>=1.0: found libXau-1.0.12
=> Full dependency libXdmcp>=0.99: found libXdmcp-1.1.5
=> Full dependency libxcb>=1.6: found libxcb-1.17.0
===> Overriding tools for xworld-2.0nb3
===> Extracting for xworld-2.0nb3
===> Patching for xworld-2.0nb3
=> Applying pkgsrc patches for xworld-2.0nb3
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-aa
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-aa
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-aa,v 1.3 2012/07/30 04:23:23 dholland Exp $
|
|Configure for pkgsrc.
|
|--- defaults/customize.csh.orig	Wed Jul 28 11:44:52 1999
|+++ defaults/customize.csh
--------------------------
Patching file defaults/customize.csh using Plan A...
Hunk #1 succeeded at 1.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-ab
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-ab
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ab,v 1.1 1999/07/30 12:33:31 agc Exp $
|
|It's not a fatal error if you can't allocate colours - so print
|a warning message, and continue.
|
|--- xworld.c	1999/07/30 12:26:14	1.1
|+++ xworld.c	1999/07/30 12:26:35
--------------------------
Patching file xworld.c using Plan A...
Hunk #1 succeeded at 305.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-ac
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-ac
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ac,v 1.3 2012/07/30 04:23:23 dholland Exp $
|
|Configure for pkgsrc.
|
|--- defaults/NetBSD/set.csh.orig	1999-07-28 15:13:06.000000000 +0000
|+++ defaults/NetBSD/set.csh
--------------------------
Patching file defaults/NetBSD/set.csh using Plan A...
Hunk #1 succeeded at 1.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-ad
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-ad
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ad,v 1.1 2000/08/17 18:38:00 fredb Exp $
|
|From joda@pdc.kth.se Thu Aug 17 12:18:46 2000
|Date: 17 Aug 2000 19:02:53 +0200
|From: Johan Danielsson <joda@pdc.kth.se>
|To: fb@enteract.com
|Cc: gnats-bugs@gnats.netbsd.org
|Subject: Re: pkg/10852: "xworld" fails to start
|
|Frederick Bruckman <fb@enteract.com> writes:
|
|> 	XIO:  fatal IO error 14 (Bad address) on X server "1ton:0.0"
|> 	      after 32 requests (29 known processed) with 0 events remaining.
|
|This is because it only works as-is on 8-bit displays. Try this patch:
|
|--- work/xworld-2.0/xworld.c	Thu Aug 17 19:00:48 2000
|+++ xworld.c	Thu Aug 17 19:00:32 2000
--------------------------
Patching file xworld.c using Plan A...
Hunk #1 succeeded at 92.
Hunk #2 succeeded at 334.
Hunk #3 succeeded at 421.
Hunk #4 succeeded at 467.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-ae
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-ae
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ae,v 1.1 2000/08/18 08:46:14 wennmach Exp $
|
|Some window managers don't honour our X size hint for a square window geometry.
|Don't exit in this case, select min(width, height) as size.
|
|--- xworld.c.orig	Fri Aug 18 10:01:18 2000
|+++ xworld.c		Fri Aug 18 10:01:23 2000
--------------------------
Patching file xworld.c using Plan A...
Hunk #1 succeeded at 63.
Hunk #2 succeeded at 453.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-af
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-af
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-af,v 1.1 2001/08/13 22:27:50 wennmach Exp $
|
|XDestroyImage() frees both the image structure and the data pointed to
|by the image structure.
|
|--- xworld.c.old	Tue Aug 14 00:16:41 2001
|+++ xworld.c		Tue Aug 14 00:17:03 2001
--------------------------
Patching file xworld.c using Plan A...
Hunk #1 succeeded at 466.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-ag
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-ag
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ag,v 1.2 2012/07/30 04:23:23 dholland Exp $
|
|Cope with spaces in uname output.
|
|--- configure.orig	1999-07-28 11:21:59.000000000 -0500
|+++ configure
--------------------------
Patching file configure using Plan A...
Hunk #1 succeeded at 2.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-ah
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-ah
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ah,v 1.2 2012/07/30 04:23:23 dholland Exp $
|
|IRIX 5 hack.
|
|--- compile_world.c.orig	2006-02-19 02:24:33.000000000 +0100
|+++ compile_world.c	2006-02-19 02:26:05.000000000 +0100
--------------------------
Patching file compile_world.c using Plan A...
Hunk #1 succeeded at 41.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-ai
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-ai
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ai,v 1.2 2012/07/30 04:23:23 dholland Exp $
|
|IRIX 5 hack.
|
|--- xworld.c.orig	2006-02-19 02:25:25.000000000 +0100
|+++ xworld.c	2006-02-19 02:26:37.000000000 +0100
--------------------------
Patching file xworld.c using Plan A...
Hunk #1 succeeded at 56.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-aj
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-aj
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-aj,v 1.2 2012/07/30 04:23:23 dholland Exp $
|
|- destdir support
|- use pkgsrc install program
|
|--- Makefile.in.orig	2009-02-23 19:29:15.000000000 +0100
|+++ Makefile.in
--------------------------
Patching file Makefile.in using Plan A...
Hunk #1 succeeded at 28.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-defaults_Solaris_set.csh
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld/patches/patch-defaults_Solaris_set.csh
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-defaults_Solaris_set.csh,v 1.1 2013/10/24 10:10:21 jperkin Exp $
|
|Use pkgsrc variables.
|
|--- defaults/Solaris/set.csh.orig	1999-07-28 15:24:23.000000000 +0000
|+++ defaults/Solaris/set.csh
--------------------------
Patching file defaults/Solaris/set.csh using Plan A...
Hunk #1 succeeded at 1.
done
===> Creating toolchain wrappers for xworld-2.0nb3
===> Configuring for xworld-2.0nb3
=> Fixing x11 options.
=> Checking for portability problems in extracted files
Please install tcsh from pkgsrc. See altexec(8) for more information.
*** Error code 1

Stop.
bmake[1]: stopped making "configure" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld
*** Error code 1

Stop.
bmake: stopped making "configure" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xworld