]1;]2;Started emerge on: Jun 21, 2003 08:27:38]1;]2; *** emerge net-libs/c-client]1;]2; >>> emerge (1 of 1) net-libs/c-client-2002d to /]1;]2; === (1 of 1) Cleaning (/usr/portage/net-libs/c-client/c-client-2002d.ebuild)]1;]2; === (1 of 1) Compiling/Merging (/usr/portage/net-libs/c-client/c-client-2002d.ebuild)>>> Unpacking source... >>> Unpacking imap-2002d.tar.Z to /var/tmp/portage/c-client-2002d/work patching file Makefile >>> Source unpacked. ssl make sslunix make[1]: Entering directory `/var/tmp/portage/c-client-2002d/work/imap-2002d' +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Building in PARTIAL compliance with IESG security requirements: + Compliant: ++ TLS/SSL encryption is supported + Non-compliant: ++ Unencrypted plaintext passwords are permitted + + In order to rectify this problem, you MUST build with: ++ SSLTYPE=unix.nopwd +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Do you want to continue this build anyway? Type y or n please: make[1]: Leaving directory `/var/tmp/portage/c-client-2002d/work/imap-2002d' 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 ln -s tools/an . make build EXTRACFLAGS='' EXTRALDFLAGS='' EXTRADRIVERS='mbox' EXTRAAUTHENTICATORS='' PASSWDTYPE=std SSLTYPE=unix EXTRASPECIALS='' BUILDTYPE=lnp make[1]: Entering directory `/var/tmp/portage/c-client-2002d/work/imap-2002d' Building c-client for lnp... echo `cat SPECIALS` > c-client/SPECIALS cd c-client;make lnp EXTRACFLAGS=''\ EXTRALDFLAGS=''\ EXTRADRIVERS='mbox'\ EXTRAAUTHENTICATORS=''\ PASSWDTYPE=std SSLTYPE=unix\ make[2]: Entering directory `/var/tmp/portage/c-client-2002d/work/imap-2002d/c-client' make build EXTRACFLAGS='' EXTRALDFLAGS='' EXTRADRIVERS='mbox' EXTRAAUTHENTICATORS='' PASSWDTYPE=std SSLTYPE=unix `cat SPECIALS` OS=lnx \ SIGTYPE=psx CHECKPW=pam CRXTYPE=nfs \ SPOOLDIR=/var/spool \ ACTIVEFILE=/var/lib/news/active \ RSHPATH=/usr/bin/rsh \ BASECFLAGS="-g" \ BASELDFLAGS="-lpam -ldl" make[3]: Entering directory `/var/tmp/portage/c-client-2002d/work/imap-2002d/c-client' sh -c 'rm -rf auths.c crexcl.c nfstest.c linkage.[ch] siglocal.c osdep*.[ch] *.o ARCHIVE *FLAGS *TYPE c-client.a || true' Once-only environment setup... echo cc > CCTYPE echo -g '' > CFLAGS echo -DCREATEPROTO=unixproto -DEMPTYPROTO=unixproto \ -DMAILSPOOL=\"/var/spool/mail\" \ -DANONYMOUSHOME=\"/var/spool/mail/anonymous\" \ -DACTIVEFILE=\"/var/lib/news/active\" -DNEWSSPOOL=\"/var/spool/news\" \ -DRSHPATH=\"/usr/bin/rsh\" -DLOCKPGM=\"/etc/mlock\" > OSCFLAGS echo -lpam -ldl > LDFLAGS echo "ar rc c-client.a osdep.o mail.o misc.o newsrc.o smanager.o utf8.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 mbox.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o;ranlib c-client.a" > ARCHIVE echo lnx > OSTYPE ./drivers mbox imap nntp pop3 mh mx mbx tenex mtx mmdf unix news phile dummy ./mkauths md5 pla log make[4]: Entering directory `/var/tmp/portage/c-client-2002d/work/imap-2002d/c-client' echo -DMD5ENABLE=\"/etc/cram-md5.pwd\" >> OSCFLAGS make[4]: Leaving directory `/var/tmp/portage/c-client-2002d/work/imap-2002d/c-client' ln -s os_lnx.h osdep.h ln -s os_lnx.c osdepbas.c ln -s log_std.c osdeplog.c ln -s sig_psx.c siglocal.c ln -s crx_nfs.c crexcl.c sh -c '(test -f /usr/include/sys/statvfs.h -a lnx != sc5 -a lnx != sco) && ln -s nfstnew.c nfstest.c || ln -s nfstold.c nfstest.c' Standard password authentication 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=\"/etc/ssl/certs\" >> OSCFLAGS echo " ssl_onceonlyinit ();" >> linkage.c echo -L/usr/lib -lssl -lcrypto >> LDFLAGS cat osdepbas.c osdepckp.c osdeplog.c osdepssl.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 lnx SSLTYPE=none `cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c `cat CCTYPE` -c `cat CFLAGS` mail.c `cat CCTYPE` -c `cat CFLAGS` misc.c `cat CCTYPE` -c `cat CFLAGS` newsrc.c `cat CCTYPE` -c `cat CFLAGS` smanager.c `cat CCTYPE` -c `cat CFLAGS` utf8.c `cat CCTYPE` -c `cat CFLAGS` siglocal.c `cat CCTYPE` -c `cat CFLAGS` dummy.c `cat CCTYPE` -c `cat CFLAGS` pseudo.c `cat CCTYPE` -c `cat CFLAGS` netmsg.c `cat CCTYPE` -c `cat CFLAGS` flstring.c `cat CCTYPE` -c `cat CFLAGS` fdstring.c `cat CCTYPE` -c `cat CFLAGS` rfc822.c `cat CCTYPE` -c `cat CFLAGS` nntp.c `cat CCTYPE` -c `cat CFLAGS` smtp.c `cat CCTYPE` -c `cat CFLAGS` imap4r1.c `cat CCTYPE` -c `cat CFLAGS` pop3.c `cat CCTYPE` -c `cat CFLAGS` unix.c `cat CCTYPE` -c `cat CFLAGS` mbox.c `cat CCTYPE` -c `cat CFLAGS` mbx.c `cat CCTYPE` -c `cat CFLAGS` mmdf.c `cat CCTYPE` -c `cat CFLAGS` tenex.c `cat CCTYPE` -c `cat CFLAGS` mtx.c `cat CCTYPE` -c `cat CFLAGS` news.c news.c: In function `news_open': news.c:309: warning: passing arg 3 of `scandir' from incompatible pointer type `cat CCTYPE` -c `cat CFLAGS` phile.c `cat CCTYPE` -c `cat CFLAGS` mh.c mh.c: In function `mh_ping': mh.c:638: warning: passing arg 3 of `scandir' from incompatible pointer type mh.c: In function `mh_append': mh.c:895: warning: passing arg 3 of `scandir' from incompatible pointer type `cat CCTYPE` -c `cat CFLAGS` mx.c mx.c: In function `mx_ping': mx.c:592: warning: passing arg 3 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 siglocal.o dummy.o pseudo.o netmsg.o flstring.o fdstring.o rfc822.o nntp.o smtp.o imap4r1.o pop3.o unix.o mbox.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o;ranlib c-client.a make[3]: Leaving directory `/var/tmp/portage/c-client-2002d/work/imap-2002d/c-client' make[2]: Leaving directory `/var/tmp/portage/c-client-2002d/work/imap-2002d/c-client' echo lnp > OSTYPE touch rebuild Rebuilding c-client for lnp... cd c-client;make all CC=`cat CCTYPE` \ CFLAGS="`cat CFLAGS`" `cat SPECIALS` make[2]: Entering directory `/var/tmp/portage/c-client-2002d/work/imap-2002d/c-client' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/c-client-2002d/work/imap-2002d/c-client' sh -c 'rm -rf rebuild || true' make[1]: Leaving directory `/var/tmp/portage/c-client-2002d/work/imap-2002d' >>> Install c-client-2002d into /var/tmp/portage/c-client-2002d/image/ category net-libs man: prepallstrip: strip: >>> Completed installing into /var/tmp/portage/c-client-2002d/image/ ]1;]2; === (1 of 1) Updating world file (/usr/portage/net-libs/c-client/c-client-2002d.ebuild)]1;]2; === (1 of 1) Post-Build Cleaning (/usr/portage/net-libs/c-client/c-client-2002d.ebuild)]1;]2; >>> AUTOCLEAN: net-libs/c-client]1;]2; --- AUTOCLEAN: Nothing unmerged.]1;]2; ::: completed emerge (1 of 1) net-libs/c-client-2002d to /]1;]2; *** Finished. Cleaning up...]1;]2; *** exiting successfully.Calculating dependencies  ...done! >>> emerge (1 of 1) net-libs/c-client-2002d to / >>> md5 src_uri ;-) imap-2002d.tar.Z >>> Merging net-libs/c-client-2002d to / --- /usr/ --- /usr/lib/ >>> /usr/lib/c-client.a --- /usr/share/ --- /usr/share/doc/ >>> /usr/share/doc/c-client-2002d/ >>> /usr/share/doc/c-client-2002d/rfc/ >>> /usr/share/doc/c-client-2002d/rfc/rfc2087.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2245.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc3503.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2180.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2971.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2222.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2683.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc1732.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2359.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2061.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2086.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc3516.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2193.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc3502.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2342.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2221.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc1731.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2088.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2595.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2195.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2177.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc1733.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc3348.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2192.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc3501.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2234.txt.gz >>> /usr/share/doc/c-client-2002d/rfc/rfc2062.txt.gz >>> /usr/share/doc/c-client-2002d/formats.txt.gz >>> /usr/share/doc/c-client-2002d/drivers.txt.gz >>> /usr/share/doc/c-client-2002d/locking.txt.gz >>> /usr/share/doc/c-client-2002d/internal.txt.gz >>> /usr/share/doc/c-client-2002d/README.gz >>> /usr/share/doc/c-client-2002d/naming.txt.gz >>> /usr/share/doc/c-client-2002d/imaprc.txt.gz >>> /usr/share/doc/c-client-2002d/FAQ.txt.gz >>> /usr/share/doc/c-client-2002d/md5.txt.gz >>> /usr/share/doc/c-client-2002d/CPYRIGHT.gz >>> /usr/share/doc/c-client-2002d/CONFIG.gz >>> /usr/share/doc/c-client-2002d/RELNOTES.gz >>> /usr/share/doc/c-client-2002d/commndmt.txt.gz >>> /usr/share/doc/c-client-2002d/bugs.txt.gz >>> /usr/share/doc/c-client-2002d/calendar.txt.gz --- /usr/include/ >>> /usr/include/imap/ >>> /usr/include/imap/fs.h >>> /usr/include/imap/nl.h >>> /usr/include/imap/rfc822.h >>> /usr/include/imap/env.h >>> /usr/include/imap/ftl.h >>> /usr/include/imap/tcp.h >>> /usr/include/imap/env_unix.h >>> /usr/include/imap/mail.h >>> /usr/include/imap/misc.h >>> /usr/include/imap/nntp.h >>> /usr/include/imap/imap4r1.h >>> /usr/include/imap/smtp.h >>> /usr/include/imap/linkage.h >>> /usr/include/imap/osdep.h >>> /usr/include/imap/c-client.h >>> /usr/lib/libc-client.a -> /usr/lib/c-client.a >>> Regenerating /etc/ld.so.cache... >>> net-libs/c-client-2002d merged. >>> Recording net-libs/c-client in "world" favorites file... net-libs/c-client selected: none protected: 2002d omitted: none >>> clean: No packages selected for removal. >>> Regenerating /etc/ld.so.cache... >>> Auto-cleaning packages ... >>> No outdated packages were found on your system. * Regenerating GNU info directory index... * Processed 76 info files. ]1;]2; *** terminating.]1;]2;xterm