+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xhangglider-0.94.0nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xhangglider-0.94.0nb1/work.log ===> Building for xhangglider-0.94.0nb1 gcc -g -O2 -Wall -DDEFAULT_DATA_PATH="\"/opt/pkg/share/xhangglider\"" -DPREFIX=\"/opt/pkg\" -DNO_ASM -I. -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -c xhang.c xhang.c: In function 'xinit': xhang.c:163:42: warning: pointer targets in passing argument 4 of 'XGetGeometry' differ in signedness [-Wpointer-sign] 163 | XGetGeometry(dpy, win, (Window *)(&j), &x, &y, &w, &h, &j, &j); | ^~ | | | unsigned int * In file included from xhang.c:25: /home/pbulk/build/x11/xhangglider/work/.buildlink/include/X11/Xlib.h:2634:5: note: expected 'int *' but argument is of type 'unsigned int *' 2634 | int* /* x_return */, | ^~~~ xhang.c:163:46: warning: pointer targets in passing argument 5 of 'XGetGeometry' differ in signedness [-Wpointer-sign] 163 | XGetGeometry(dpy, win, (Window *)(&j), &x, &y, &w, &h, &j, &j); | ^~ | | | unsigned int * /home/pbulk/build/x11/xhangglider/work/.buildlink/include/X11/Xlib.h:2635:5: note: expected 'int *' but argument is of type 'unsigned int *' 2635 | int* /* y_return */, | ^~~~ gcc -g -O2 -Wall -DDEFAULT_DATA_PATH="\"/opt/pkg/share/xhangglider\"" -DPREFIX=\"/opt/pkg\" -DNO_ASM -I. -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -c 3ddraw.c 3ddraw.c: In function 'td_sort_polygons': 3ddraw.c:129:38: error: passing argument 4 of 'qsort' from incompatible pointer type [-Wincompatible-pointer-types] 129 | qsort(pol, n_pol, sizeof(Polygon), compare_polygons); | ^~~~~~~~~~~~~~~~ | | | int (*)(void *, void *) In file included from /usr/include/stdlib.h:41, from 3ddraw.c:20: /usr/include/iso/stdlib_iso.h:147:43: note: expected 'int (*)(const void *, const void *)' but argument is of type 'int (*)(void *, void *)' 147 | extern void qsort(void *, size_t, size_t, int (*)(const void *, const void *)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *** Error code 1 Stop. bmake: stopped making "all" in /home/pbulk/build/x11/xhangglider/work/xhangglider-0.94.0 *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xhangglider *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xhangglider