Building cclient-2007f_1,1.txz (origin /buildshare/ports/355755/mail/cclient) for powerpc-10-0 on XXX slot2: created x distfiles/ x distfiles/imap-2007f.tar.gz x packages/ x packages/pkg-1.2.7_2.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> cclient-2007f_1,1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of cclient-2007f_1,1 Make install ===> License APACHE20 accepted by the user ===> cclient-2007f_1,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cclient-2007f_1,1 for building ===> Extracting for cclient-2007f_1,1 => SHA256 Checksum OK for imap-2007f.tar.gz. ===> Patching for cclient-2007f_1,1 ===> Applying FreeBSD patches for cclient-2007f_1,1 ===> Configuring for cclient-2007f_1,1 >> The c-client shared library will be named libc-client4.so.9 ===> Building for cclient-2007f_1,1 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Building in full compliance with RFC 3501 security + requirements: ++ TLS/SSL encryption is supported ++ Unencrypted plaintext passwords are prohibited +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Applying an process to sources... tools/an "ln -s" src/c-client c-client tools/an "ln -s" src/ansilib c-client tools/an "ln -s" src/charset c-client tools/an "ln -s" src/osdep/unix c-client tools/an "ln -s" src/mtest mtest tools/an "ln -s" src/ipopd ipopd tools/an "ln -s" src/imapd imapd tools/an "ln -s" src/mailutil mailutil tools/an "ln -s" src/mlock mlock tools/an "ln -s" src/dmail dmail tools/an "ln -s" src/tmail tmail ln -s tools/an . touch ip6 make build EXTRACFLAGS='-O2 -pipe -fno-strict-aliasing' EXTRALDFLAGS='' EXTRADRIVERS='mbox' EXTRAAUTHENTICATORS='' PASSWDTYPE=std SSLTYPE=unix.nopwd IP=6 EXTRASPECIALS='' BUILDTYPE=bsf IP=6 PASSWDTYPE=pam SPECIALS="SSLINCLUDE=/usr/include SSLLIB=/usr/lib SSLCERTS=/usr/local/certs SSLKEYS=/usr/local/certs GSSINCLUDE=/usr/include GSSLIB=/usr/lib PAMLDFLAGS=-lpam" `ip6' is up to date. Building c-client for bsf... echo `cat SPECIALS` > c-client/SPECIALS cd c-client;make bsf EXTRACFLAGS='-O2 -pipe -fno-strict-aliasing' EXTRALDFLAGS='' EXTRADRIVERS='mbox' EXTRAAUTHENTICATORS='' PASSWDTYPE=pam SSLTYPE=unix.nopwd IP=6 SSLINCLUDE=/usr/include SSLLIB=/usr/lib SSLCERTS=/usr/local/certs SSLKEYS=/usr/local/certs GSSINCLUDE=/usr/include GSSLIB=/usr/lib PAMLDFLAGS=-lpam make build EXTRACFLAGS='-O2 -pipe -fno-strict-aliasing' EXTRALDFLAGS='' EXTRADRIVERS='mbox' EXTRAAUTHENTICATORS='' PASSWDTYPE=pam SSLTYPE=unix.nopwd IP=6 `cat SPECIALS` OS=bsf CHECKPW=pam SIGTYPE=psx CRXTYPE=nfs SPOOLDIR=/var ACTIVEFILE=/usr/local/news/lib/active RSHPATH=/usr/bin/rsh LOCKPGM=/usr/local/libexec/mlock BASECFLAGS="-g -O2 -pipe -fno-omit-frame-pointer" BASELDFLAGS="-lpam" sh -c 'rm -rf auths.c crexcl.c ip_unix.c linkage.[ch] siglocal.c osdep*.[ch] *.o ARCHIVE *FLAGS *TYPE c-client.a || true' sh -c 'rm -rf *.so libc-client4.so.9' Once-only environment setup... echo cc > CCTYPE echo -g -O2 -pipe -fno-omit-frame-pointer '-O2 -pipe -fno-strict-aliasing' -DCHUNKSIZE=65536 > CFLAGS echo -DCREATEPROTO=unixproto -DEMPTYPROTO=unixproto -DMD5ENABLE=\"/etc/cram-md5.pwd\" -DMAILSPOOL=\"/var/mail\" -DANONYMOUSHOME=\"/var/mail/anonymous\" -DACTIVEFILE=\"/usr/local/news/lib/active\" -DNEWSSPOOL=\"/var/news\" -DRSHPATH=\"/usr/bin/rsh\" -DLOCKPGM=\"/usr/local/libexec/mlock\" -DLOCKPGM1=\"/usr/libexec/mlock\" -DLOCKPGM2=\"/usr/sbin/mlock\" -DLOCKPGM3=\"/etc/mlock\" > OSCFLAGS echo -lpam > LDFLAGS echo "ar rc c-client.a osdep.o mail.o misc.o newsrc.o smanager.o utf8.o utf8aux.o siglocal.o dummy.o pseudo.o netmsg.o flstring.o fdstring.o rfc822.o nntp.o smtp.o imap4r1.o pop3.o unix.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o mix.o;ranlib c-client.a" > ARCHIVE echo bsf > OSTYPE ./drivers mbox imap nntp pop3 mix mx mbx tenex mtx mh mmdf unix news phile dummy ./mkauths ext md5 pla log echo " mail_versioncheck (CCLIENTVERSION);" >> linkage.c ln -s os_bsf.h osdep.h ln -s os_bsf.c osdepbas.c ln -s log_std.c osdeplog.c ln -s sig_psx.c siglocal.c ln -s crx_nfs.c crexcl.c ln -s ip6_unix.c ip_unix.c sh -c '(test bsf = sc5 -o bsf = sco -o ! -f /usr/include/sys/statvfs.h) && echo -DNOFSTATVFS >> OSCFLAGS || fgrep statvfs64 /usr/include/sys/statvfs.h > /dev/null || echo -DNOFSTATVFS64 >> OSCFLAGS' PAM password authentication echo -lpam >> LDFLAGS ln -s ckp_pam.c osdepckp.c Building with SSL ln -s ssl_unix.c osdepssl.c echo -I/usr/include -I/usr/include/openssl -DSSL_CERT_DIRECTORY=\"/usr/local/certs\" -DSSL_KEY_DIRECTORY=\"/usr/local/certs\" >> OSCFLAGS echo " ssl_onceonlyinit ();" >> linkage.c echo -L/usr/lib -lssl -lcrypto -lcrypt >> LDFLAGS Building with SSL and plaintext passwords disabled unless SSL/TLS echo " mail_parameters (NIL,SET_DISABLEPLAINTEXT,(void *) 2);" >> linkage.c cat osdepbas.c osdepckp.c osdeplog.c osdepssl.c > osdep.c cc `cat CFLAGS` `cat OSCFLAGS` -c osdep.c ======================================================================== Building OS-dependent module If you get No such file error messages for files x509.h, ssl.h, pem.h, buffer.h, bio.h, and crypto.h, that means that OpenSSL is not installed on your system. Either install OpenSSL first or build with command: make bsf SSLTYPE=none ======================================================================== cc -c `cat CFLAGS` mail.c cc -c `cat CFLAGS` misc.c cc -c `cat CFLAGS` newsrc.c cc -c `cat CFLAGS` smanager.c cc -c `cat CFLAGS` utf8.c cc -c `cat CFLAGS` utf8aux.c cc -c `cat CFLAGS` siglocal.c cc -c `cat CFLAGS` dummy.c cc -c `cat CFLAGS` pseudo.c cc -c `cat CFLAGS` netmsg.c cc -c `cat CFLAGS` flstring.c cc -c `cat CFLAGS` fdstring.c cc -c `cat CFLAGS` rfc822.c cc -c `cat CFLAGS` nntp.c cc -c `cat CFLAGS` smtp.c cc -c `cat CFLAGS` imap4r1.c cc -c `cat CFLAGS` pop3.c cc -c `cat CFLAGS` unix.c cc -c `cat CFLAGS` mbx.c cc -c `cat CFLAGS` mmdf.c cc -c `cat CFLAGS` tenex.c cc -c `cat CFLAGS` mtx.c cc -c `cat CFLAGS` news.c news.c: In function 'news_open': news.c:370: warning: passing argument 3 of 'scandir' from incompatible pointer type news.c:370: warning: passing argument 4 of 'scandir' from incompatible pointer type cc -c `cat CFLAGS` phile.c cc -c `cat CFLAGS` mh.c mh.c: In function 'mh_ping': mh.c:865: warning: passing argument 3 of 'scandir' from incompatible pointer type mh.c:865: warning: passing argument 4 of 'scandir' from incompatible pointer type mh.c: In function 'mh_append': mh.c:1131: warning: passing argument 3 of 'scandir' from incompatible pointer type mh.c:1131: warning: passing argument 4 of 'scandir' from incompatible pointer type cc -c `cat CFLAGS` mx.c mx.c: In function 'mx_scan_contents': mx.c:277: warning: passing argument 3 of 'scandir' from incompatible pointer type mx.c:277: warning: passing argument 4 of 'scandir' from incompatible pointer type mx.c: In function 'mx_rename': mx.c:462: warning: passing argument 3 of 'scandir' from incompatible pointer type mx.c:462: warning: passing argument 4 of 'scandir' from incompatible pointer type mx.c: In function 'mx_ping': mx.c:731: warning: passing argument 3 of 'scandir' from incompatible pointer type mx.c:731: warning: passing argument 4 of 'scandir' from incompatible pointer type cc -c `cat CFLAGS` mix.c mix.c: In function 'mix_scan_contents': mix.c:324: warning: passing argument 3 of 'scandir' from incompatible pointer type mix.c:324: warning: passing argument 4 of 'scandir' from incompatible pointer type mix.c: In function 'mix_rename': mix.c:556: warning: passing argument 3 of 'scandir' from incompatible pointer type mix.c: In function 'mix_expunge': mix.c:1054: warning: passing argument 3 of 'scandir' from incompatible pointer type mix.c:1054: warning: passing argument 4 of 'scandir' from incompatible pointer type sh -c 'rm -rf c-client.a || true' ar rc c-client.a osdep.o mail.o misc.o newsrc.o smanager.o utf8.o utf8aux.o siglocal.o dummy.o pseudo.o netmsg.o flstring.o fdstring.o rfc822.o nntp.o smtp.o imap4r1.o pop3.o unix.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o mix.o;ranlib c-client.a cc -fPIC -DPIC -c `cat CFLAGS` `cat OSCFLAGS` osdep.c -o osdep.so cc -fPIC -DPIC -c `cat CFLAGS` mail.c -o mail.so cc -fPIC -DPIC -c `cat CFLAGS` misc.c -o misc.so cc -fPIC -DPIC -c `cat CFLAGS` newsrc.c -o newsrc.so cc -fPIC -DPIC -c `cat CFLAGS` smanager.c -o smanager.so cc -fPIC -DPIC -c `cat CFLAGS` utf8.c -o utf8.so cc -fPIC -DPIC -c `cat CFLAGS` utf8aux.c -o utf8aux.so cc -fPIC -DPIC -c `cat CFLAGS` siglocal.c -o siglocal.so cc -fPIC -DPIC -c `cat CFLAGS` dummy.c -o dummy.so cc -fPIC -DPIC -c `cat CFLAGS` pseudo.c -o pseudo.so cc -fPIC -DPIC -c `cat CFLAGS` netmsg.c -o netmsg.so cc -fPIC -DPIC -c `cat CFLAGS` flstring.c -o flstring.so cc -fPIC -DPIC -c `cat CFLAGS` fdstring.c -o fdstring.so cc -fPIC -DPIC -c `cat CFLAGS` rfc822.c -o rfc822.so cc -fPIC -DPIC -c `cat CFLAGS` nntp.c -o nntp.so cc -fPIC -DPIC -c `cat CFLAGS` smtp.c -o smtp.so cc -fPIC -DPIC -c `cat CFLAGS` imap4r1.c -o imap4r1.so cc -fPIC -DPIC -c `cat CFLAGS` pop3.c -o pop3.so cc -fPIC -DPIC -c `cat CFLAGS` unix.c -o unix.so cc -fPIC -DPIC -c `cat CFLAGS` mbx.c -o mbx.so cc -fPIC -DPIC -c `cat CFLAGS` mmdf.c -o mmdf.so cc -fPIC -DPIC -c `cat CFLAGS` tenex.c -o tenex.so cc -fPIC -DPIC -c `cat CFLAGS` mtx.c -o mtx.so cc -fPIC -DPIC -c `cat CFLAGS` news.c -o news.so news.c: In function 'news_open': news.c:370: warning: passing argument 3 of 'scandir' from incompatible pointer type news.c:370: warning: passing argument 4 of 'scandir' from incompatible pointer type cc -fPIC -DPIC -c `cat CFLAGS` phile.c -o phile.so cc -fPIC -DPIC -c `cat CFLAGS` mh.c -o mh.so mh.c: In function 'mh_ping': mh.c:865: warning: passing argument 3 of 'scandir' from incompatible pointer type mh.c:865: warning: passing argument 4 of 'scandir' from incompatible pointer type mh.c: In function 'mh_append': mh.c:1131: warning: passing argument 3 of 'scandir' from incompatible pointer type mh.c:1131: warning: passing argument 4 of 'scandir' from incompatible pointer type cc -fPIC -DPIC -c `cat CFLAGS` mx.c -o mx.so mx.c: In function 'mx_scan_contents': mx.c:277: warning: passing argument 3 of 'scandir' from incompatible pointer type mx.c:277: warning: passing argument 4 of 'scandir' from incompatible pointer type mx.c: In function 'mx_rename': mx.c:462: warning: passing argument 3 of 'scandir' from incompatible pointer type mx.c:462: warning: passing argument 4 of 'scandir' from incompatible pointer type mx.c: In function 'mx_ping': mx.c:731: warning: passing argument 3 of 'scandir' from incompatible pointer type mx.c:731: warning: passing argument 4 of 'scandir' from incompatible pointer type cc -fPIC -DPIC -c `cat CFLAGS` mix.c -o mix.so mix.c: In function 'mix_scan_contents': mix.c:324: warning: passing argument 3 of 'scandir' from incompatible pointer type mix.c:324: warning: passing argument 4 of 'scandir' from incompatible pointer type mix.c: In function 'mix_rename': mix.c:556: warning: passing argument 3 of 'scandir' from incompatible pointer type mix.c: In function 'mix_expunge': mix.c:1054: warning: passing argument 3 of 'scandir' from incompatible pointer type mix.c:1054: warning: passing argument 4 of 'scandir' from incompatible pointer type ld -shared -x -soname libc-client4.so.9 -o libc-client4.so.9 osdep.so mail.so misc.so newsrc.so smanager.so utf8.so utf8aux.so siglocal.so dummy.so pseudo.so netmsg.so flstring.so fdstring.so rfc822.so nntp.so smtp.so imap4r1.so pop3.so unix.so mbx.so mmdf.so tenex.so mtx.so news.so phile.so mh.so mx.so mix.so `cat LDFLAGS` ln -s libc-client4.so.9 libc-client4.so echo bsf > OSTYPE touch rebuild sh -c 'rm -rf rebuild || true' ===> Staging for cclient-2007f_1,1 ===> Generating temporary packing list /bin/mkdir -p /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/c-client.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/dummy.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/env.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/env_unix.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/fdstring.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/flockcyg.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/flocksim.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/flstring.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/fs.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/ftl.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/imap4r1.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/linkage.c /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/linkage.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/mail.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/misc.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/netmsg.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/newsrc.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/nl.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/nntp.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/osdep.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/pseudo.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/rfc822.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/smtp.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/sslio.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/tcp.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/tcp_unix.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/unix.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/utf8.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/utf8aux.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -s -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/libc-client4.so.9 /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/lib /bin/ln -sf libc-client4.so.9 /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/lib/libc-client4.so install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/c-client.a /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/lib/libc-client4.a install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/CFLAGS /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/LDFLAGS /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/imap-2007f/c-client/OSCFLAGS /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client install -o root -g wheel -m 444 /obj/buildshare/ports/355755/mail/cclient/work/portrevision.h /obj/buildshare/ports/355755/mail/cclient/work/stage/usr/local/include/c-client ====> Compressing man pages (compress-man) ===> Installing for cclient-2007f_1,1 ===> Checking if mail/cclient already installed ===> Registering installation for cclient-2007f_1,1 Installing cclient-2007f_1,1... done ================================================================================ Warning: You have chosen to include SSL support. Applications/ports that use the cclient library but do not support SSL may stop working or have problems linking. Linking them explicitly with ssl (-lssl -lcrypto) may or may not help. ================================================================================ Make package ===> Building package for cclient-2007f_1,1 slot2: removed