=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/www/privoxy", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for privoxy-3.0.29nb4 gcc -c -pipe -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/opt/pkg/include -I/usr/include -Dunix -I/opt/pkg/include -I/usr/include -pthreads -Wall -Dunix -I/opt/pkg/include -I/usr/include actions.c -o actions.o gcc -c -pipe -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/opt/pkg/include -I/usr/include -Dunix -I/opt/pkg/include -I/usr/include -pthreads -Wall -Dunix -I/opt/pkg/include -I/usr/include cgi.c -o cgi.o gcc -c -pipe -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/opt/pkg/include -I/usr/include -Dunix -I/opt/pkg/include -I/usr/include -pthreads -Wall -Dunix -I/opt/pkg/include -I/usr/include cgiedit.c -o cgiedit.o gcc -c -pipe -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/opt/pkg/include -I/usr/include -Dunix -I/opt/pkg/include -I/usr/include -pthreads -Wall -Dunix -I/opt/pkg/include -I/usr/include cgisimple.c -o cgisimple.o gcc -c -pipe -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/opt/pkg/include -I/usr/include -Dunix -I/opt/pkg/include -I/usr/include -pthreads -Wall -Dunix -I/opt/pkg/include -I/usr/include deanimate.c -o deanimate.o gcc -c -pipe -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/opt/pkg/include -I/usr/include -Dunix -I/opt/pkg/include -I/usr/include -pthreads -Wall -Dunix -I/opt/pkg/include -I/usr/include encode.c -o encode.o gcc -c -pipe -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/opt/pkg/include -I/usr/include -Dunix -I/opt/pkg/include -I/usr/include -pthreads -Wall -Dunix -I/opt/pkg/include -I/usr/include errlog.c -o errlog.o gcc -c -pipe -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/opt/pkg/include -I/usr/include -Dunix -I/opt/pkg/include -I/usr/include -pthreads -Wall -Dunix -I/opt/pkg/include -I/usr/include filters.c -o filters.o filters.c: In function 'get_filter_function': filters.c:2006:23: error: assignment to 'filter_function_ptr' {aka 'char * (*)(void)'} from incompatible pointer type 'char * (*)(struct client_state *)' [-Wincompatible-pointer-types] 2006 | filter_function = pcrs_filter_response; | ^ filters.c:1553:14: note: 'pcrs_filter_response' declared here 1553 | static char *pcrs_filter_response(struct client_state *csp) | ^~~~~~~~~~~~~~~~~~~~ filters.c:74:17: note: 'filter_function_ptr' declared here 74 | typedef char *(*filter_function_ptr)(); | ^~~~~~~~~~~~~~~~~~~ filters.c:2011:23: error: assignment to 'filter_function_ptr' {aka 'char * (*)(void)'} from incompatible pointer type 'char * (*)(struct client_state *)' [-Wincompatible-pointer-types] 2011 | filter_function = gif_deanimate_response; | ^ filters.c:1936:14: note: 'gif_deanimate_response' declared here 1936 | static char *gif_deanimate_response(struct client_state *csp) | ^~~~~~~~~~~~~~~~~~~~~~ filters.c:74:17: note: 'filter_function_ptr' declared here 74 | typedef char *(*filter_function_ptr)(); | ^~~~~~~~~~~~~~~~~~~ filters.c: In function 'execute_content_filters': filters.c:2266:42: error: too many arguments to function 'content_filter'; expected 0, have 1 2266 | content = (content_filter != NULL) ? (*content_filter)(csp) : NULL; | ~^~~~~~~~~~~~~~~~ ~~~ gmake: *** [GNUmakefile:316: filters.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/privoxy *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/privoxy