=> Bootstrap dependency digest>=20010302: found digest-20080510 => Bootstrap dependency fetch-[0-9]*: found fetch-1.7 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for py31-gd-1.3nb13 (cd /tmp/pkgsrc/graphics/py-gd/work/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS=-lpthread\ -lrt PTHREADBASE=/usr DL_CFLAGS= DL_LDFLAGS= DL_LIBS= PYTHON=/usr/pkg/bin/python3.1 CC=gcc CFLAGS=-O3\ -pipe\ -fstack-protector\ -Wno-format\ -fno-builtin\ -I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/freetype2\ -I/usr/pkg/include/python3.1 CPPFLAGS=-I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/freetype2\ -I/usr/pkg/include/python3.1 CXX=g++ CXXFLAGS=-O3\ -pipe\ -fstack-protector\ -Wno-format\ -fno-builtin\ -I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/freetype2\ -I/usr/pkg/include/python3.1 COMPILER_RPATH_FLAG=-Wl,-R F77=f77 FC=f77 FFLAGS=-O LANG=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib\ -L/usr/lib\ -Wl,-R/usr/lib\ -L/usr/pkg/lib/python3.1/config\ -Wl,-R/usr/pkg/lib/python3.1/config LINKER_RPATH_FLAG=-R PATH=/tmp/pkgsrc/graphics/py-gd/work/.wrapper/bin:/tmp/pkgsrc/graphics/py-gd/work/.buildlink/bin:/tmp/pkgsrc/graphics/py-gd/work/.gcc/bin:/tmp/pkgsrc/graphics/py-gd/work/.tools/bin:/usr/pkg/bin:/bin:/usr/bin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/tmp/pkgsrc/graphics/py-gd/work/.home CPP=cpp LINK_ALL_LIBGCC_HACK= LOCALBASE=/usr/pkg NO_WHOLE_ARCHIVE_FLAG=-Wl,--no-whole-archive WHOLE_ARCHIVE_FLAG=-Wl,--whole-archive X11BASE=/usr/pkg X11PREFIX=/usr/pkg PKGMANDIR=share/man PKGINFODIR=share/info MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ pbulk\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/pkgsrc/graphics/py-gd/work/.tools/bin/makeinfo PKG_CONFIG= PKG_CONFIG_LIBDIR=/tmp/pkgsrc/graphics/py-gd/work/.buildlink/lib/pkgconfig:/tmp/pkgsrc/graphics/py-gd/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/pkgsrc/graphics/py-gd/work/.pkg-config.log PKG_CONFIG_PATH= WRAPPER_DEBUG=no WRAPPER_UPDATE_CACHE=yes VIEWBASE=/usr/pkg /usr/pkg/bin/python3.1 setup.py build ) running build running build_ext building 'gd' extension creating build creating build/temp.linux-x86_64-3.1 gcc -DNDEBUG -O3 -pipe -fstack-protector -Wno-format -fno-builtin -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include -I/usr/pkg/include/ncurses -O3 -pipe -fstack-protector -Wno-format -fno-builtin -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/python3.1 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/python3.1 -fPIC -I/usr/pkg/include/ -I/usr/pkg/include/python3.1 -c gdmodule.c -o build/temp.linux-x86_64-3.1/gdmodule.o gdmodule.c:71:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PyTypeObject' gdmodule.c: In function 'image_writepng': gdmodule.c:94:36: error: 'PyFile_Type' undeclared (first use in this function) gdmodule.c:94:36: note: each undeclared identifier is reported only once for each function it appears in gdmodule.c:96:3: warning: passing argument 2 of 'gdImagePng' makes pointer from integer without a cast /tmp/pkgsrc/graphics/py-gd/work/.buildlink/include/gd.h:559:19: note: expected 'struct FILE *' but argument is of type 'int' gdmodule.c: In function 'image_writegd': gdmodule.c:122:36: error: 'PyFile_Type' undeclared (first use in this function) gdmodule.c:124:3: warning: passing argument 2 of 'gdImageGd' makes pointer from integer without a cast /tmp/pkgsrc/graphics/py-gd/work/.buildlink/include/gd.h:622:19: note: expected 'struct FILE *' but argument is of type 'int' gdmodule.c: In function 'image_lines': gdmodule.c:184:22: error: 'PyIntObject' undeclared (first use in this function) gdmodule.c:184:35: error: expected expression before ')' token gdmodule.c:185:35: error: expected expression before ')' token gdmodule.c:189:35: error: expected expression before ')' token gdmodule.c:190:35: error: expected expression before ')' token gdmodule.c: In function 'image_polygon': gdmodule.c:220:19: error: 'PyIntObject' undeclared (first use in this function) gdmodule.c:220:19: error: expected expression before ')' token gdmodule.c:221:19: error: expected expression before ')' token gdmodule.c: In function 'image_filledpolygon': gdmodule.c:270:19: error: 'PyIntObject' undeclared (first use in this function) gdmodule.c:270:19: error: expected expression before ')' token gdmodule.c:271:19: error: expected expression before ')' token gdmodule.c: In function 'image_setbrush': gdmodule.c:341:56: error: 'Imagetype' undeclared (first use in this function) gdmodule.c: In function 'image_settile': gdmodule.c:359:56: error: 'Imagetype' undeclared (first use in this function) gdmodule.c: In function 'image_setstyle': gdmodule.c:385:56: error: 'PyIntObject' undeclared (first use in this function) gdmodule.c:385:69: error: expected expression before ')' token gdmodule.c: In function 'image_copyto': gdmodule.c:602:50: error: 'Imagetype' undeclared (first use in this function) gdmodule.c: In function 'image_copyresizedto': gdmodule.c:621:45: error: 'Imagetype' undeclared (first use in this function) gdmodule.c: In function 'newimageobject': gdmodule.c:760:15: error: 'Imagetype' undeclared (first use in this function) gdmodule.c: In function 'image_getattr': gdmodule.c:855:2: warning: return makes pointer from integer without a cast gdmodule.c: At top level: gdmodule.c:874:2: warning: initialization makes integer from pointer without a cast gdmodule.c:878:2: warning: initialization from incompatible pointer type gdmodule.c:879:2: warning: initialization from incompatible pointer type gdmodule.c:880:2: warning: initialization from incompatible pointer type gdmodule.c: In function 'initgd': gdmodule.c:942:4: warning: assignment makes pointer from integer without a cast gdmodule.c:946:14: warning: assignment makes pointer from integer without a cast error: command 'gcc' failed with exit status 1 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/graphics/py-gd *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/graphics/py-gd