=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/graphics/py-gdchart", "all", "PYTHON_VERSION_REQD=27", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for py27-gdchart-0.6nb32 gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/harfbuzz -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/freetype2 -fPIC -I/opt/local/include -I/opt/local/include -I/opt/local/include/python2.7 -DHAVE_JPEG -DHAVE_LIBFREETYPE gdc_py.c gdc_py.c: In function 'gdc_option': gdc_py.c:1351:37: warning: passing argument 2 of 'PyDict_Next' from incompatible pointer type [-Wincompatible-pointer-types] 1351 | while (PyDict_Next(keywordDict, &pos, &key, &value)) { | ^~~~ | | | int * In file included from /tmp/work/graphics/py-gdchart/work/.buildlink/include/python2.7/Python.h:104, from gdc_py.c:39: /tmp/work/graphics/py-gdchart/work/.buildlink/include/python2.7/dictobject.h:119:31: note: expected 'Py_ssize_t *' {aka 'long int *'} but argument is of type 'int *' 119 | PyObject *mp, Py_ssize_t *pos, PyObject **key, PyObject **value); | ~~~~~~~~~~~~^~~ gcc -shared gdc_py.o -L/opt/local/lib -L/usr/lib -Wl,-R/opt/local/lib -L/opt/local/lib -Wl,-R/opt/local/lib -lgdchart -lgd -lpng -lz -ljpeg -lfreetype -o gdchart.so