From owner-freebsd-ports@FreeBSD.ORG Thu Jul 24 21:29:24 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A40637B401 for ; Thu, 24 Jul 2003 21:29:24 -0700 (PDT) Received: from vanzetti.nemesis.net (vanzetti.nemesis.net [216.240.152.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4692043F3F for ; Thu, 24 Jul 2003 21:29:21 -0700 (PDT) (envelope-from chris@ellwood.org) Received: by vanzetti.nemesis.net (Postfix, from userid 1003) id 8561B284C0; Thu, 24 Jul 2003 21:29:19 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by vanzetti.nemesis.net (Postfix) with ESMTP id 13475284BC for ; Thu, 24 Jul 2003 21:29:19 -0700 (PDT) Date: Thu, 24 Jul 2003 21:29:19 -0700 (PDT) From: chris@ellwood.org X-X-Sender: chris@vanzetti.nemesis.net To: ports@FreeBSD.org Message-ID: <20030724212753.O5557@vanzetti.nemesis.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: problem compiling www/kannel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2003 04:29:24 -0000 Hi, I had some problems compiling www/kannel in ports, and I was told to report my problems to you. Attached is a script of my attempted compilation. Please let me know if you have any questions. Thanks, - Chris Script started on Thu Jul 24 21:25:16 2003 >make ===> kannel-1.2.1 depends on executable: gmake - found ===> kannel-1.2.1 depends on shared library: xml2.5 - found ===> Configuring for kannel-1.2.1 loading cache ./config.cache Configuring for Kannel gateway version 1.2.1 ... Running system checks ... checking host system type... i386-portbld-freebsd5.0 checking for gcc... cc checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE ) works... yes checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for ranlib... ranlib checking for bison... bison -y checking for flex... flex checking for yywrap in -lfl... yes checking for convert... /usr/local/bin/convert checking for perl... /usr/bin/perl checking for log in -lm... yes checking for accept in -lsocket... no checking for inet_ntoa in -lnsl... no checking for inet_ntop in -lresolv... no checking for inet_ntop in -lbind... no checking for pthread_exit in -lpthread... no checking for pthread_exit in -lc_r... yes checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/ioctl.h... yes checking for sys/time.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/poll.h... yes checking for pthread.h... yes checking for getopt.h... yes checking for syslog.h... yes checking for gettimeofday... yes checking for select... yes checking for socket... yes checking for strdup... yes checking for getopt_long... yes checking for getopt... yes checking for socklen_t in ... yes checking for getopt in ... no checking for getopt in ... yes Checking POSIX threads support ... checking for working pthreads... yes Checking for libxml2 support ... checking for xml2-config... /usr/local/bin/xml2-config checking libxml version... 2.5.7 Configuring DocBook support ... checking for jade... : checking for jadetex... : checking for pdfjadetex... : checking for dvips... dvips checking for fig2dev... : checking for convert... /usr/local/bin/convert checking for /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl... no checking for /usr/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dsl... no checking for /usr/share/sgml/docbook/dsssl-stylesheets-1.59/html/docbook.dsl... no checking for /usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl... no checking for /usr/share/sgml/docbook/dsssl/modular/html/docbook.dsl... no checking for /usr/local/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl... no checking for /usr/local/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dsl... no checking for /usr/local/share/sgml/docbook/dsssl-stylesheets-1.59/html/docbook.dsl... no checking for /usr/local/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl... no checking for /usr/local/share/sgml/docbook/dsssl/modular/html/docbook.dsl... no checking for /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl... no checking for /usr/lib/sgml/stylesheets/nwalsh-modular/print/docbook.dsl... no checking for /usr/share/sgml/docbook/dsssl-stylesheets-1.59/print/docbook.dsl... no checking for /usr/share/sgml/docbook/dsssl-stylesheets/print/docbook.dsl... no checking for /usr/share/sgml/docbook/dsssl/modular/print/docbook.dsl... no checking for /usr/local/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl... no checking for /usr/local/lib/sgml/stylesheets/nwalsh-modular/print/docbook.dsl... no checking for /usr/local/share/sgml/docbook/dsssl-stylesheets-1.59/print/docbook.dsl... no checking for /usr/local/share/sgml/docbook/dsssl-stylesheets/print/docbook.dsl... no checking for /usr/local/share/sgml/docbook/dsssl/modular/print/docbook.dsl... no Not building documentation. Configuring parameters ... checking which malloc to use... native malloc enabling local time Configuring OpenSSL support ... checking whether to compile with SSL support... trying /usr/lib /usr/include/openssl checking for openssl... /usr/bin/openssl checking for CRYPTO_lock in -lcrypto... yes checking for SSL_library_init in -lssl... yes checking for SSL_connect in -lssl... yes checking for openssl/x509.h... yes checking for openssl/rsa.h... yes checking for openssl/crypto.h... yes checking for openssl/pem.h... yes checking for openssl/ssl.h... yes checking for openssl/err.h... yes checking whether the OpenSSL library is multithread-enabled... no configure: error: Either get a multithread-enabled SSL or configure with --disable-ssl ===> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/usr/ports/www/kannel/work/gateway-1.2.1/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/www/kannel. Exit 1 > cat work/gateway-1.2.1/config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:682: checking host system type configure:736: checking for gcc configure:849: checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE ) works configure:865: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c 1>&5 configure:891: checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE ) is a cross-compiler configure:896: checking whether we are using GNU C configure:905: cc -E conftest.c configure:924: checking whether cc accepts -g configure:967: checking for a BSD compatible install configure:1022: checking for ranlib configure:1054: checking for bison configure:1087: checking for flex configure:1121: checking for yywrap in -lfl configure:1140: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c -lfl 1>&5 configure:1165: checking for convert configure:1200: checking for perl configure:1235: checking for log in -lm configure:1254: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c -lm 1>&5 configure:1282: checking for accept in -lsocket configure:1301: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c -lsocket -lm 1>&5 /usr/bin/ld: cannot find -lsocket configure: failed program was: #line 1290 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char accept(); int main() { accept() ; return 0; } configure:1329: checking for inet_ntoa in -lnsl configure:1348: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c -lnsl -lm 1>&5 /usr/bin/ld: cannot find -lnsl configure: failed program was: #line 1337 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char inet_ntoa(); int main() { inet_ntoa() ; return 0; } configure:1376: checking for inet_ntop in -lresolv configure:1395: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c -lresolv -lm 1>&5 /usr/bin/ld: cannot find -lresolv configure: failed program was: #line 1384 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char inet_ntop(); int main() { inet_ntop() ; return 0; } configure:1423: checking for inet_ntop in -lbind configure:1442: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c -lbind -lm 1>&5 /usr/bin/ld: cannot find -lbind configure: failed program was: #line 1431 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char inet_ntop(); int main() { inet_ntop() ; return 0; } configure:1470: checking for pthread_exit in -lpthread configure:1489: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c -lpthread -lm 1>&5 /usr/bin/ld: cannot find -lpthread configure: failed program was: #line 1478 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char pthread_exit(); int main() { pthread_exit() ; return 0; } configure:1518: checking for pthread_exit in -lc_r configure:1537: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c -lc_r -lm 1>&5 configure:1562: checking how to run the C preprocessor configure:1583: cc -E conftest.c >/dev/null 2>conftest.out configure:1642: checking for ANSI C header files configure:1655: cc -E conftest.c >/dev/null 2>conftest.out configure:1722: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c -lm -lc_r 1>&5 configure:1749: checking for sys/ioctl.h configure:1759: cc -E conftest.c >/dev/null 2>conftest.out configure:1749: checking for sys/time.h configure:1759: cc -E conftest.c >/dev/null 2>conftest.out configure:1749: checking for sys/types.h configure:1759: cc -E conftest.c >/dev/null 2>conftest.out configure:1749: checking for unistd.h configure:1759: cc -E conftest.c >/dev/null 2>conftest.out configure:1749: checking for sys/poll.h configure:1759: cc -E conftest.c >/dev/null 2>conftest.out configure:1789: checking for pthread.h configure:1799: cc -E conftest.c >/dev/null 2>conftest.out configure:1789: checking for getopt.h configure:1799: cc -E conftest.c >/dev/null 2>conftest.out configure:1789: checking for syslog.h configure:1799: cc -E conftest.c >/dev/null 2>conftest.out configure:1835: cc -c -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c 1>&5 configure:1854: cc -c -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c 1>&5 configure: In function `main': configure:1850: warning: initialization discards qualifiers from pointer target type configure:1871: checking for gettimeofday configure:1899: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c -lm -lc_r 1>&5 configure:1871: checking for select configure:1899: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c -lm -lc_r 1>&5 configure:1871: checking for socket configure:1899: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c -lm -lc_r 1>&5 configure:1871: checking for strdup configure:1899: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c -lm -lc_r 1>&5 configure:1871: checking for getopt_long configure:1899: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c -lm -lc_r 1>&5 configure:1924: checking for getopt configure:1952: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c -lm -lc_r 1>&5 configure:1981: checking for socklen_t in configure:1997: cc -c -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c 1>&5 configure:2020: checking for getopt in configure:2032: cc -c -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c 1>&5 configure: In function `main': configure:2028: `getopt' undeclared (first use in this function) configure:2028: (Each undeclared identifier is reported only once configure:2028: for each function it appears in.) configure: failed program was: #line 2025 "configure" #include "confdefs.h" #include int main() { void *foo = getopt; ; return 0; } configure:2054: checking for getopt in configure:2066: cc -c -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c 1>&5 configure:2095: checking for working pthreads configure:2126: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE conftest.c -lm -lc_r 1>&5 configure:2152: checking for xml2-config configure:2192: checking libxml version configure:2238: checking for jade configure:2268: checking for jadetex configure:2298: checking for pdfjadetex configure:2328: checking for dvips configure:2358: checking for fig2dev configure:2388: checking for convert configure:2428: checking for /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl configure:2428: checking for /usr/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dsl configure:2428: checking for /usr/share/sgml/docbook/dsssl-stylesheets-1.59/html/docbook.dsl configure:2428: checking for /usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl configure:2428: checking for /usr/share/sgml/docbook/dsssl/modular/html/docbook.dsl configure:2428: checking for /usr/local/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl configure:2428: checking for /usr/local/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dsl configure:2428: checking for /usr/local/share/sgml/docbook/dsssl-stylesheets-1.59/html/docbook.dsl configure:2428: checking for /usr/local/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl configure:2428: checking for /usr/local/share/sgml/docbook/dsssl/modular/html/docbook.dsl configure:2467: checking for /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl configure:2467: checking for /usr/lib/sgml/stylesheets/nwalsh-modular/print/docbook.dsl configure:2467: checking for /usr/share/sgml/docbook/dsssl-stylesheets-1.59/print/docbook.dsl configure:2467: checking for /usr/share/sgml/docbook/dsssl-stylesheets/print/docbook.dsl configure:2467: checking for /usr/share/sgml/docbook/dsssl/modular/print/docbook.dsl configure:2467: checking for /usr/local/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl configure:2467: checking for /usr/local/lib/sgml/stylesheets/nwalsh-modular/print/docbook.dsl configure:2467: checking for /usr/local/share/sgml/docbook/dsssl-stylesheets-1.59/print/docbook.dsl configure:2467: checking for /usr/local/share/sgml/docbook/dsssl-stylesheets/print/docbook.dsl configure:2467: checking for /usr/local/share/sgml/docbook/dsssl/modular/print/docbook.dsl configure:2641: checking which malloc to use configure:2985: checking whether to compile with SSL support configure:3030: checking for openssl configure:3070: checking for CRYPTO_lock in -lcrypto configure:3089: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/include/openssl conftest.c -lcrypto -lm -lc_r -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm -L/usr/local/lib -L/usr/lib 1>&5 configure:3106: checking for SSL_library_init in -lssl configure:3125: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/include/openssl conftest.c -lssl -lm -lc_r -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm -L/usr/local/lib -L/usr/lib -lcrypto 1>&5 configure:3141: checking for SSL_connect in -lssl configure:3160: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/include/openssl conftest.c -lssl -lm -lc_r -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm -L/usr/local/lib -L/usr/lib -lcrypto 1>&5 configure:3192: checking for openssl/x509.h configure:3202: cc -E conftest.c >/dev/null 2>conftest.out configure:3192: checking for openssl/rsa.h configure:3202: cc -E conftest.c >/dev/null 2>conftest.out configure:3192: checking for openssl/crypto.h configure:3202: cc -E conftest.c >/dev/null 2>conftest.out configure:3192: checking for openssl/pem.h configure:3202: cc -E conftest.c >/dev/null 2>conftest.out configure:3192: checking for openssl/ssl.h configure:3202: cc -E conftest.c >/dev/null 2>conftest.out configure:3192: checking for openssl/err.h configure:3202: cc -E conftest.c >/dev/null 2>conftest.out configure:3229: checking whether the OpenSSL library is multithread-enabled configure:3249: cc -o conftest -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/include/openssl conftest.c -lssl -lm -lc_r -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm -L/usr/local/lib -L/usr/lib -lcrypto 1>&5 configure: failed program was: #line 3235 "configure" #include "confdefs.h" #define OPENSSL_THREAD_DEFINES #include int main(void) { #if defined(THREADS) exit(0); #else exit(1); #endif } > ls /var/db/pkg /var/db/pkg: BitchX-1.0c19_3/ GeoIP-1.2.0/ ImageMagick-5.5.6/ Sablot-0.97/ XFree86-clients-4.3.0_2/ XFree86-documents-4.3.0/ XFree86-font100dpi-4.3.0/ XFree86-font75dpi-4.3.0/ XFree86-fontCyrillic-4.3.0/ XFree86-fontDefaultBitmaps-4.3.0/ XFree86-fontEncodings-4.3.0/ XFree86-fontScalable-4.3.0/ XFree86-libraries-4.3.0_5/ Xft-2.1.2/ aggregate-1.6/ apache+mod_ssl-1.3.27+2.8.14/ arj-3.10g/ aslookup-0.12/ aspell-0.50.3_1/ autoconf-2.53_1/ autoconf213-2.13.000227_5/ automake14-1.4.5_9/ bash-2.05b.007/ bind-8.3.6/ bison-1.75/ catdoc-0.91.5/ cclient-2002c1_1,1/ centericq-4.9.4/ cfs-1.4.1/ checkpassword-0.90/ consolehm-1.31_1/ cracklib-2.7_1/ cups-base-1.1.18.0_5/ curl-7.10.5/ cvsup-without-gui-16.1h/ cyrus-sasl-2.1.13_4/ daemontools-0.76_3/ db3-3.3.11,1/ db41-4.1.25_1/ dcc-dccd-1.1.15_1/ djbdns-1.05_4/ dosunix-1.0.13/ dsniff-2.3/ expat-1.95.6_1/ ezm3-1.1/ fconv-1.1/ fetchmail-6.2.0/ fontconfig-2.2.0/ freetype2-2.1.4_1/ gallery-1.3.3_1/ gd-2.0.11/ gdbm-1.8.3/ gettext-0.11.5_1/ ghostscript-gnu-7.07/ glib-1.2.10_9/ gmake-3.80/ gnupg-1.2.2_1/ gtk-1.2.10_9/ gzip-1.3.5/ healthd-0.6.9_1/ help2man-1.29/ hping-2.0.0r2_2,1/ imake-4.3.0/ imap-uw-2002c1_1,1/ ipw-3.3.a/ ispell-3.2.06_3/ jasper-1.700.2/ jbigkit-1.4/ jhead-1.8/ jpeg-6b_1/ lcms-1.09,1/ libfpx-1.2.0.8/ libgnugetopt-1.2/ libiconv-1.8_2/ libmcal-0.7/ libmcrypt-2.5.7/ libmcve-3.1.1/ libmpeg2-0.3.1_1/ libnet-1.0.2a,1/ libnids-1.16_1/ libtool-1.3.4_4/ libungif-4.1.0b1/ libwmf-0.2.8/ libwww-5.4.0/ libxml2-2.5.7_1/ links-2.1.p9,1/ linux_base-7.1_5/ lrzsz-0.12.20/ lsof-4.67.1/ lynx-2.8.4.1c/ m4-1.4_1/ mailman-2.1.1/ mhash-0.8.17/ ming-0.2a_1/ minicom-2.00.0/ mm-1.2.1/ mod_auth_mysql-2.20_1/ mod_php4-4.3.2,1/ mysql-client-3.23.56/ mysql-server-3.23.56/ netcat-1.10_1/ netpbm-10.14/ ngrep-1.40.1/ nmap-3.27/ nologinmsg-1.0/ openldap20-2.0.25_4/ openldap21-2.1.20_1/ openssl-0.9.7b_1/ p5-Authen-SASL-2.03/ p5-DBI-1.37/ p5-Data-ShowTable-3.3/ p5-Digest-HMAC-1.01/ p5-Digest-MD5-2.22/ p5-Digest-Nilsimsa-0.06/ p5-Digest-SHA1-2.02/ p5-File-Temp-0.12_1/ p5-HTML-Clean-0.8/ p5-HTML-Parser-3.27/ p5-HTML-Tagset-3.03/ p5-MIME-Base64-2.20/ p5-Mail-SpamAssassin-2.55/ p5-Mail-Tools-1.58/ p5-Mysql-modules-1.2219/ p5-Net-1.12,1/ p5-Net-DNS-0.34/ p5-Net-Daemon-0.36/ p5-PlRPC-0.2016/ p5-Storable-2.06/ p5-Test-Harness-2.26/ p5-Test-Simple-0.47_1/ p5-Time-HiRes-1.47,1/ p5-URI-1.23/ pcre-3.9/ pdflib-5.0.1/ pear-Archive_Tar-1.1/ pear-Console_Getopt-1.0_1/ pear-PEAR-1.1/ perl-5.6.1_13/ php4-4.3.2/ pine-4.56/ pine-pgp-filters-1.0/ pkgconfig-0.15.0/ pkgdb.db png-1.2.5_2/ popt-1.6.4/ portupgrade-20030427/ postfix-2.0.7,1/ postgresql-7.3.3/ procmail-3.22_2/ pure-ftpd-1.0.14/ python-2.2.3/ pyzor-0.4.0_1/ qmail-1.03_1/ qmail-tls-1.03.20020825/ rar-3.20,1/ razor-agents-2.34/ recode-3.6_2/ rpm-3.0.6_6/ rsync-2.5.6_1/ ruby-1.6.8.2003.04.19/ ruby-bdb1-0.1.9/ ruby-rdoc-0.0.0.b2/ ruby-shim-ruby18-1.8.0.p2.2003.04.19/ samba-2.2.8a/ screen-3.9.15_1/ snort-2.0.0/ sslwrap-2.0.6/ sudo-1.6.7.4/ teTeX-2.0.2_2/ tiff-3.5.7/ ucd-snmp-4.2.6/ ucspi-tcp-0.88/ unrar-3.20,1/ unzip-5.50/ uudeview-0.5.18/ uulib-0.5.18/ vim-6.2.14/ weblint-1.020/ wget-1.8.2_3/ yaz-2.0.2/ ytalk-3.1.1/ zoo-2.10.1/ zziplib-0.10.76/ > uname -a FreeBSD vanzetti.nemesis.net 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #1: Thu Apr 17 17:03:08 PDT 2003 chris@vanzetti.nemesis.net:/usr/obj/usr/src/sys/VANZETTI i386