=> Bootstrap dependency digest>=20010302: found digest-20111104 => Bootstrap dependency fetch-[0-9]*: found fetch-1.7 => Checksum SHA1 OK for mldonkey-3.1.0.tar.bz2 => Checksum RMD160 OK for mldonkey-3.1.0.tar.bz2 ===> Installing dependencies for mldonkey-3.1.0nb3 ========================================================================== The following variables will affect the build process of this package, mldonkey-3.1.0nb3. Their current value is shown below: * CURSES_DEFAULT = ncurses * JPEG_DEFAULT = jpeg * MLDONKEY_HOME = /var/mldonkey * VARBASE = /var Based on these variables, the following variables have been set: * CURSES_TYPE = ncurses * JPEGBASE (defined, but empty) * JPEG_TYPE = jpeg * TERMCAP_TYPE = curses You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/pkg/bin/bmake clean' after the changes. ========================================================================== => Build dependency perl>=5.0: found perl-5.14.2nb5 => Build dependency ocaml>=3.12.0nb5: found ocaml-3.12.1 => Build dependency checkperms>=1.1: found checkperms-1.11 => Full dependency bzip2>=1.0.3: found bzip2-1.0.6 => Full dependency zlib>=1.2.3: found zlib-1.2.7 => Full dependency gd>=2.0.35nb9: found gd-2.0.35nb9 => Full dependency file>=4.17: found file-5.11 ===> Overriding tools for mldonkey-3.1.0nb3 ===> Extracting for mldonkey-3.1.0nb3 ===> Patching for mldonkey-3.1.0nb3 => Applying pkgsrc patches for mldonkey-3.1.0nb3 ===> Creating toolchain wrappers for mldonkey-3.1.0nb3 ===> Configuring for mldonkey-3.1.0nb3 => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Checking for portability problems in extracted files Arguments to configure: '--enable-option-checking=fatal' '--enable-directconnect' '--enable-pthread-lib' '--prefix=/usr/pkg' '--build=x86_64-unknown-linux' '--host=x86_64-unknown-linux' '--mandir=/usr/pkg/share/man' 'build_alias=x86_64-unknown-linux' 'host_alias=x86_64-unknown-linux' 'CC=gcc' 'CFLAGS=-O3 -pipe -fstack-protector -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/ncurses' 'LDFLAGS=-pthread -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64' 'LIBS=' 'CPPFLAGS=-I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/ncurses' 'CXX=g++' 'CXXFLAGS=-O3 -pipe -fstack-protector -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/ncurses' checking for x86_64-unknown-linux-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu -------------------------------- Checking system tools. -------------------------------- checking for x86_64-unknown-linux-ranlib... no checking for ranlib... ranlib checking for gmake... gmake checking for make... (cached) gmake checking if gmake is GNU make ... yes checking for bzip2... bzip2 checking for gzip... (cached) bzip2 checking for perl... /usr/pkg/bin/perl checking for rpmbuild... no checking for rpm... no checking for wget... (cached) no ---------------------------------------- Checking system tools finished. ---------------------------------------- -------------------------------- Checking Ocaml compiler. -------------------------------- checking for ocamlc.opt... /tmp/pkgsrc/net/mldonkey/work/.buildlink/bin/ocamlc.opt checking for x86_64-unknown-linux-ocamlc... /tmp/pkgsrc/net/mldonkey/work/.buildlink/bin/ocamlc.opt checking for camlp4... /usr/pkg/bin/camlp4 checking for ocamlopt.opt... ocamlopt.opt checking for ocamlopt... (cached) ocamlopt.opt checking for ocamldep... ocamldep checking for ocamllex.opt... ocamllex.opt checking for ocamllex... (cached) ocamllex.opt checking for ocamlyacc... ocamlyacc checking for ocamldoc... ocamldoc checking for ocamlmktop... ocamlmktop checking for camlp4... /usr/pkg/bin/camlp4 checking for camlp4of... camlp4of ------------------------------------------- Checking Ocaml 3.12.1 finished. ------------------------------------------- ---------------------------------- Checking system headers. ---------------------------------- checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for setrlimit... yes checking for getrlimit... yes checking for strerror_r... yes checking for strerror... yes checking for posix_fallocate... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking for sys/types.h... (cached) yes checking for sys/time.h... yes checking for sys/resource.h... yes checking for netinet/in_systm.h... yes checking for netinet/in.h... yes checking for netinet/ip.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking for poll... yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking for sys/param.h... yes checking for sys/mount.h... yes ------------------------------------------- Checking system headers finished. ------------------------------------------- ----------------------------------- Checking system libraries. ----------------------------------- ----- checking zlib (required) checking for inflate in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for zlibVersion in -lz... yes ----- checking bzlib (optional) checking bzlib.h usability... yes checking bzlib.h presence... yes checking for bzlib.h... yes checking for BZ2_bzReadOpen in -lbz2... yes checking for BZ2_bzlibVersion in -lbz2... yes ----- checking libmagic (GNU file) (optional) checking magic.h usability... yes checking magic.h presence... yes checking for magic.h... yes checking for magic_file in -lmagic... yes checking whether MAGIC_ERROR is declared... yes ----- checking gd (optional) checking for gdlib-config... gdlib-config checking for libgd > 2.0.14... 2.0.34 checking gd.h usability... yes checking gd.h presence... yes checking for gd.h... yes checking for gdImageCreate in -lgd... yes checking for libpng-config... libpng-config checking for png_create_read_struct in -lpng... yes checking for gdImagePng in -lgd... yes checking for png support in libgd... yes checking for png_access_version_number in -lpng... yes checking for jpeg_CreateCompress in -ljpeg... yes checking for gdImageJpeg in -lgd... yes checking for jpeg support in libgd... yes ----- checking iconv (optional) checking for ld used by GCC... /usr/x86_64-unknown-linux-gnu/bin/ld checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for locale_charset... no configure: found nl_langinfo(CODESET) checking for locale_charset in -lcharset... no checking libcharset.h usability... no checking libcharset.h presence... no checking for libcharset.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes ----- checking thread support (optional, strongly advised) checking for pthread_join in LIBS=-lpthread -lrt with CFLAGS= -pthread ... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for cc_r... gcc ----- GNU C Library version checking linux/limits.h usability... yes checking linux/limits.h presence... yes checking for linux/limits.h... yes checking gnu/libc-version.h usability... yes checking gnu/libc-version.h presence... yes checking for gnu/libc-version.h... yes checking for GNU C Library version... 2.13 --------------------------------------------- Checking system libraries finished. --------------------------------------------- -------------------------------------- Checking activated networks. -------------------------------------- checking eDonkey... yes checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for x86_64-unknown-linux-g++... no checking for g++... g++ checking eMule SUI... yes checking whether g++ accepts -fno-omit-frame-pointer... yes checking whether g++ accepts -mno-omit-leaf-frame-pointer... yes checking BitTorrent... yes checking FileTP... yes checking Fasttrack... yes checking DirectConnect... yes ----------------------------------------------- Checking activated networks finished. ----------------------------------------------- configure: creating ./config.status config.status: creating Makefile.config config.status: creating mldonkey.rc config.status: creating ../src/utils/lib/autoconf.ml.new config.status: creating ../src/utils/lib/gAutoconf.ml.new config.status: creating ../src/utils/bitstring/bitstring.ml config.status: creating ../src/utils/lib/magic.ml config.status: creating ../src/networks/donkey/donkeySui.ml config.status: creating ../src/daemon/driver/driverGraphics.ml config.status: creating ../packages/rpm/mldonkey.spec config.status: creating ../packages/rpm/Makefile config.status: creating ../packages/slackware/mldonkey.options config.status: creating config.h Building dependencies (if it blocks, try 'gmake depend' to see the problem) Configuring MLDonkey 3.1.0 completed. Network modules: - eDonkey enabled (eMule SUI enabled) - BitTorrent enabled - FileTP (aka wget) enabled - Fasttrack enabled - Gnutella disabled - unmaintained - Gnutella2 disabled - unmaintained - Direct Connect enabled - Open Napster disabled - currently not usable - Soulseek disabled - currently not usable - OpenFT disabled - currently not usable Core features: - zlib (required) enabled - threads enabled - bzip2 enabled - iconv enabled - libmagic enabled - upnp & natpmp disabled - graphical stats enabled - png support enabled - jpg support enabled Compilers: - Ocaml version 3.12.1 - gcc version 4.5.2 - g++ version 4.5.2 Now execute 'gmake' to start compiling. Good luck! To compile a static code execute: gmake mlnet.static To produce a release tarball execute: gmake release.mlnet.static To clean the build directory execute: gmake maintainerclean Compiling CryptoPP.cc can take several minutes, on slow machines up to half an hour.