=> 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-mcrypt-1.1nb1 (cd /tmp/pkgsrc/security/py-mcrypt/work/python-mcrypt-1.1/ && /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/include\ -I/usr/pkg/include/python3.1\ -I/usr/pkg/include CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.1\ -I/usr/pkg/include CXX=g++ CXXFLAGS=-O3\ -pipe\ -fstack-protector\ -Wno-format\ -fno-builtin\ -I/usr/include\ -I/usr/pkg/include/python3.1\ -I/usr/pkg/include 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/lib\ -Wl,-R/usr/lib\ -L/usr/pkg/lib/python3.1/config\ -Wl,-R/usr/pkg/lib/python3.1/config\ -L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/tmp/pkgsrc/security/py-mcrypt/work/.wrapper/bin:/tmp/pkgsrc/security/py-mcrypt/work/.buildlink/bin:/tmp/pkgsrc/security/py-mcrypt/work/.gcc/bin:/tmp/pkgsrc/security/py-mcrypt/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/security/py-mcrypt/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/security/py-mcrypt/work/.tools/bin/makeinfo PKG_CONFIG= PKG_CONFIG_LIBDIR=/tmp/pkgsrc/security/py-mcrypt/work/.buildlink/lib/pkgconfig:/tmp/pkgsrc/security/py-mcrypt/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/pkgsrc/security/py-mcrypt/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 'mcrypt' 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/include -I/usr/pkg/include/python3.1 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.1 -I/usr/pkg/include -fPIC -DVERSION="1.1" -I/usr/pkg/include/python3.1 -c mcrypt.c -o build/temp.linux-x86_64-3.1/mcrypt.o mcrypt.c:75:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PyTypeObject' mcrypt.c: In function 'get_iv_from_obj': mcrypt.c:109:7: warning: assignment makes pointer from integer without a cast mcrypt.c: In function 'MCRYPT_dealloc': mcrypt.c:341:6: error: 'MCRYPTObject' has no member named 'ob_type' mcrypt.c: In function 'MCRYPT__init__': mcrypt.c:366:8: warning: assignment makes pointer from integer without a cast mcrypt.c:378:8: warning: assignment makes pointer from integer without a cast mcrypt.c: In function 'MCRYPT_encrypt': mcrypt.c:579:7: warning: assignment makes pointer from integer without a cast mcrypt.c: In function 'MCRYPT_decrypt': mcrypt.c:645:7: warning: assignment makes pointer from integer without a cast mcrypt.c: In function 'MCRYPT_encrypt_file': mcrypt.c:726:8: warning: assignment makes pointer from integer without a cast mcrypt.c: In function 'MCRYPT_decrypt_file': mcrypt.c:880:8: warning: assignment makes pointer from integer without a cast mcrypt.c: In function 'MCRYPT_get_block_size': mcrypt.c:943:2: warning: return makes pointer from integer without a cast mcrypt.c: In function 'MCRYPT_get_key_size': mcrypt.c:960:2: warning: return makes pointer from integer without a cast mcrypt.c: In function 'MCRYPT_get_key_sizes': mcrypt.c:983:18: warning: initialization makes pointer from integer without a cast mcrypt.c: In function 'MCRYPT_has_iv': mcrypt.c:1009:3: warning: return makes pointer from integer without a cast mcrypt.c:1013:2: warning: return makes pointer from integer without a cast mcrypt.c: In function 'MCRYPT_get_iv_size': mcrypt.c:1029:2: warning: return makes pointer from integer without a cast mcrypt.c: In function 'MCRYPT_is_block_algorithm': mcrypt.c:1045:2: warning: return makes pointer from integer without a cast mcrypt.c: In function 'MCRYPT_is_block_mode': mcrypt.c:1059:2: warning: return makes pointer from integer without a cast mcrypt.c: In function 'MCRYPT_is_block_algorithm_mode': mcrypt.c:1076:2: warning: return makes pointer from integer without a cast mcrypt.c: At top level: mcrypt.c:1164:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PyTypeObject' mcrypt.c: In function 'get_dir_from_obj': mcrypt.c:1219:8: warning: assignment makes pointer from integer without a cast mcrypt.c: In function '_mcrypt_set_algorithm_dir': mcrypt.c:1244:19: warning: cast to pointer from integer of different size mcrypt.c:1244:19: warning: cast to pointer from integer of different size mcrypt.c:1244:19: warning: cast to pointer from integer of different size mcrypt.c:1244:3: warning: passing argument 1 of 'strlen' makes pointer from integer without a cast /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'int' mcrypt.c:1244:3: warning: passing argument 2 of 'memcpy' makes pointer from integer without a cast /usr/include/string.h:44:14: note: expected 'const void * __restrict__' but argument is of type 'int' mcrypt.c:1244:3: warning: passing argument 1 of '__strdup' makes pointer from integer without a cast /usr/include/bits/string2.h:1303:14: note: expected 'const char *' but argument is of type 'int' mcrypt.c: In function '_mcrypt_set_mode_dir': mcrypt.c:1274:14: warning: cast to pointer from integer of different size mcrypt.c:1274:14: warning: cast to pointer from integer of different size mcrypt.c:1274:14: warning: cast to pointer from integer of different size mcrypt.c:1274:3: warning: passing argument 1 of 'strlen' makes pointer from integer without a cast /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'int' mcrypt.c:1274:3: warning: passing argument 2 of 'memcpy' makes pointer from integer without a cast /usr/include/string.h:44:14: note: expected 'const void * __restrict__' but argument is of type 'int' mcrypt.c:1274:3: warning: passing argument 1 of '__strdup' makes pointer from integer without a cast /usr/include/bits/string2.h:1303:14: note: expected 'const char *' but argument is of type 'int' mcrypt.c: In function '_mcrypt_list_algorithms': mcrypt.c:1324:18: warning: initialization makes pointer from integer without a cast mcrypt.c: In function '_mcrypt_list_modes': mcrypt.c:1372:18: warning: initialization makes pointer from integer without a cast mcrypt.c: In function '_mcrypt_is_block_algorithm': mcrypt.c:1416:2: warning: return makes pointer from integer without a cast mcrypt.c: In function '_mcrypt_is_block_mode': mcrypt.c:1448:2: warning: return makes pointer from integer without a cast mcrypt.c: In function '_mcrypt_is_block_algorithm_mode': mcrypt.c:1482:2: warning: return makes pointer from integer without a cast mcrypt.c: In function '_mcrypt_get_block_size': mcrypt.c:1515:2: warning: return makes pointer from integer without a cast mcrypt.c: In function '_mcrypt_get_key_size': mcrypt.c:1550:2: warning: return makes pointer from integer without a cast mcrypt.c: In function '_mcrypt_get_key_sizes': mcrypt.c:1591:18: warning: initialization makes pointer from integer without a cast mcrypt.c: In function 'DL_EXPORT': mcrypt.c:1705:1: error: expected declaration specifiers before 'initmcrypt' mcrypt.c:1768:1: error: expected '{' at end of input error: command 'gcc' failed with exit status 1 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/security/py-mcrypt *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/security/py-mcrypt