=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/security/libident", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for libident-0.32 --- all --- /opt/pkg/bin/bmake all-am --- ident.lo --- --- id_open.lo --- --- id_close.lo --- --- ident.lo --- if /usr/bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT ident.lo -MD -MP -MF ".deps/ident.Tpo" -c -o ident.lo `test -f 'ident.c' || echo './'`ident.c; then mv -f ".deps/ident.Tpo" ".deps/ident.Plo"; else rm -f ".deps/ident.Tpo"; exit 1; fi --- id_close.lo --- if /usr/bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT id_close.lo -MD -MP -MF ".deps/id_close.Tpo" -c -o id_close.lo `test -f 'id_close.c' || echo './'`id_close.c; then mv -f ".deps/id_close.Tpo" ".deps/id_close.Plo"; else rm -f ".deps/id_close.Tpo"; exit 1; fi --- id_open.lo --- if /usr/bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT id_open.lo -MD -MP -MF ".deps/id_open.Tpo" -c -o id_open.lo `test -f 'id_open.c' || echo './'`id_open.c; then mv -f ".deps/id_open.Tpo" ".deps/id_open.Plo"; else rm -f ".deps/id_open.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT id_open.lo -MD -MP -MF .deps/id_open.Tpo -c id_open.c -fPIC -DPIC -o .libs/id_open.o --- id_close.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT id_close.lo -MD -MP -MF .deps/id_close.Tpo -c id_close.c -fPIC -DPIC -o .libs/id_close.o --- ident.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT ident.lo -MD -MP -MF .deps/ident.Tpo -c ident.c -fPIC -DPIC -o .libs/ident.o --- id_close.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT id_close.lo -MD -MP -MF .deps/id_close.Tpo -c id_close.c -o id_close.o >/dev/null 2>&1 --- ident.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT ident.lo -MD -MP -MF .deps/ident.Tpo -c ident.c -o ident.o >/dev/null 2>&1 --- id_open.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT id_open.lo -MD -MP -MF .deps/id_open.Tpo -c id_open.c -o id_open.o >/dev/null 2>&1 --- id_query.lo --- if /usr/bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT id_query.lo -MD -MP -MF ".deps/id_query.Tpo" -c -o id_query.lo `test -f 'id_query.c' || echo './'`id_query.c; then mv -f ".deps/id_query.Tpo" ".deps/id_query.Plo"; else rm -f ".deps/id_query.Tpo"; exit 1; fi --- id_parse.lo --- if /usr/bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT id_parse.lo -MD -MP -MF ".deps/id_parse.Tpo" -c -o id_parse.lo `test -f 'id_parse.c' || echo './'`id_parse.c; then mv -f ".deps/id_parse.Tpo" ".deps/id_parse.Plo"; else rm -f ".deps/id_parse.Tpo"; exit 1; fi --- support.lo --- if /usr/bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT support.lo -MD -MP -MF ".deps/support.Tpo" -c -o support.lo `test -f 'support.c' || echo './'`support.c; then mv -f ".deps/support.Tpo" ".deps/support.Plo"; else rm -f ".deps/support.Tpo"; exit 1; fi --- id_query.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT id_query.lo -MD -MP -MF .deps/id_query.Tpo -c id_query.c -fPIC -DPIC -o .libs/id_query.o id_query.c: In function 'id_query': id_query.c:59:13: error: assignment to 'int (*)(void)' from incompatible pointer type 'void (*)(int)' [-Wincompatible-pointer-types] 59 | old_sig = signal(SIGPIPE, SIG_IGN); | ^ id_query.c:63:21: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 63 | signal(SIGPIPE, old_sig); | ^~~~~~~ | | | int (*)(void) In file included from /usr/include/signal.h:42, from id_query.c:13: /usr/include/iso/signal_iso.h:63:27: note: expected 'void (*)(int)' but argument is of type 'int (*)(void)' 63 | extern void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ *** [id_query.lo] Error code 1 bmake[1]: stopped making "all-am" in /tmp/work/security/libident/work/libident-0.32 --- id_parse.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT id_parse.lo -MD -MP -MF .deps/id_parse.Tpo -c id_parse.c -fPIC -DPIC -o .libs/id_parse.o --- support.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT support.lo -MD -MP -MF .deps/support.Tpo -c support.c -fPIC -DPIC -o .libs/support.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT support.lo -MD -MP -MF .deps/support.Tpo -c support.c -o support.o >/dev/null 2>&1 --- id_parse.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT id_parse.lo -MD -MP -MF .deps/id_parse.Tpo -c id_parse.c -o id_parse.o >/dev/null 2>&1 bmake[1]: 1 error bmake[1]: stopped making "all-am" in /tmp/work/security/libident/work/libident-0.32 *** [all] Error code 2 bmake: stopped making "all" in /tmp/work/security/libident/work/libident-0.32 bmake: 1 error bmake: stopped making "all" in /tmp/work/security/libident/work/libident-0.32 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/libident *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/libident