=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/editors/kilo", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for kilo-20160710 --- kilo --- gcc -o kilo kilo.c -Wall -W -pedantic -std=c99 kilo.c: In function 'editorOpen': kilo.c:780:18: error: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration] 780 | E.filename = strdup(filename); | ^~~~~~ | strcmp kilo.c:780:16: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 780 | E.filename = strdup(filename); | ^ kilo.c:794:22: error: implicit declaration of function 'getline' [-Wimplicit-function-declaration] 794 | while((linelen = getline(&line,&linecap,fp)) != -1) { | ^~~~~~~ *** [kilo] Error code 1 bmake: stopped making "all" in /home/pbulk/work/editors/kilo/work/kilo-62b099af00b542bdb08471058d527af258a349cf bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/editors/kilo/work/kilo-62b099af00b542bdb08471058d527af258a349cf *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/editors/kilo *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/editors/kilo