From owner-freebsd-ports@FreeBSD.ORG Wed Jun 21 23:42:04 2006 Return-Path: X-Original-To: ports@FreeBSD.org 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 0004416A47D for ; Wed, 21 Jun 2006 23:42:03 +0000 (UTC) (envelope-from hakmi@rogers.com) Received: from smtp107.rog.mail.re2.yahoo.com (smtp107.rog.mail.re2.yahoo.com [68.142.225.205]) by mx1.FreeBSD.org (Postfix) with SMTP id 679D243D46 for ; Wed, 21 Jun 2006 23:42:03 +0000 (GMT) (envelope-from hakmi@rogers.com) Received: (qmail 34007 invoked from network); 21 Jun 2006 23:09:33 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:From:To:Cc:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:X-MimeOLE:Thread-Index; b=VQnmc1LotW+Bf30JEBI7Hs3T31PbQX/EC+X1tcFE/8a+zueEe+B1MZ3lfvOD5LJA3pNx1jzmujBaoaiVv6w8iwx0aa1RTewtcB7cQRkRf31GQhx0aog1k4lLdVq88JQD8IHv2BDvlJIan5IZ+wQctwXBJzVhrlMkJrf4SbuTAZc= ; Received: from unknown (HELO tamouh) (hakmi@rogers.com@70.27.160.99 with login) by smtp107.rog.mail.re2.yahoo.com with SMTP; 21 Jun 2006 23:09:33 -0000 From: "Tamouh H." To: Date: Wed, 21 Jun 2006 19:09:38 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcaVh8TwvuKoHKQhSdGBbxRarLiZKQ== Message-Id: <20060621234203.679D243D46@mx1.FreeBSD.org> Cc: ports@FreeBSD.org Subject: FreeBSD Port: courier-imap-4.1.1,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2006 23:42:04 -0000 Hi Oliver, While attempting to install courier-imap on fresh FreeBSD 6.1 install, I = encounter this error (seems file gdbm.h is missing): chochang# make install distclean =3D=3D=3D> Building for courier-imap-4.1.1,1 gmake all-recursive gmake[1]: Entering directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1' gmake all-gmake-check FOO=3DBAR gmake[2]: Entering directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1' gmake[2]: Leaving directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1' Making all in numlib gmake[2]: Entering directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1/numlib' gmake all-am gmake[3]: Entering directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1/numlib' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1/numlib' gmake[2]: Leaving directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1/numlib' Making all in md5 gmake[2]: Entering directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1/md5' gmake all-am gmake[3]: Entering directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1/md5' gmake[3]: Leaving directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1/md5' gmake[2]: Leaving directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1/md5' Making all in sha1 gmake[2]: Entering directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1/sha1' gmake all-am gmake[3]: Entering directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1/sha1' gmake[3]: Leaving directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1/sha1' gmake[2]: Leaving directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1/sha1' Making all in gdbmobj gmake[2]: Entering directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1/gdbmobj' gmake all-am gmake[3]: Entering directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1/gdbmobj' Compiling gdbmobj.c In file included from gdbmobj.c:10: gdbmobj.h:11:18: gdbm.h: No such file or directory In file included from gdbmobj.c:10: gdbmobj.h:20: error: syntax error before "GDBM_FILE" gdbmobj.c: In function `gdbmobj_close': gdbmobj.c:33: error: structure has no member named `dbf' gdbmobj.c: In function `gdbmobj_open': gdbmobj.c:44: error: `GDBM_READER' undeclared (first use in this = function) gdbmobj.c:44: error: (Each undeclared identifier is reported only once gdbmobj.c:44: error: for each function it appears in.) gdbmobj.c:50: error: `GDBM_WRCREAT' undeclared (first use in this = function) gdbmobj.c:54: error: `GDBM_WRITER' undeclared (first use in this = function) gdbmobj.c:58: error: `GDBM_NEWDB' undeclared (first use in this = function) gdbmobj.c:63: error: structure has no member named `dbf' gdbmobj.c:70: error: structure has no member named `dbf' gdbmobj.c: In function `gdbmobj_store': gdbmobj.c:87: error: syntax error before "dkey" gdbmobj.c:90: error: `dkey' undeclared (first use in this function) gdbmobj.c:93: error: `dval' undeclared (first use in this function) gdbmobj.c:96: error: structure has no member named `dbf' gdbmobj.c:98: error: `GDBM_INSERT' undeclared (first use in this = function) gdbmobj.c:98: error: `GDBM_REPLACE' undeclared (first use in this = function) gdbmobj.c: In function `gdbmobj_exists': gdbmobj.c:103: error: syntax error before "dkey" gdbmobj.c:107: error: `dkey' undeclared (first use in this function) gdbmobj.c:110: error: structure has no member named `dbf' gdbmobj.c: In function `gdbm_dofetch': gdbmobj.c:166: error: syntax error before "dkey" gdbmobj.c:170: error: `dkey' undeclared (first use in this function) gdbmobj.c:173: error: `val' undeclared (first use in this function) gdbmobj.c:173: error: structure has no member named `dbf' gmake[3]: *** [gdbmobj.lo] Error 1 gmake[3]: Leaving directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1/gdbmobj' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1/gdbmobj' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory = `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/mail/courier-imap. Here is list of files in = /usr/ports/mail/courier-imap/work/courier-imap-4.1.1/gdbmobj drwxr-xr-x 2 root wheel 512 Jun 21 19:03 .deps drwxr-xr-x 2 root wheel 512 Jun 21 19:03 .libs -rw-r--r-- 1 root wheel 21239 Jun 21 17:40 Makefile -rw-r--r-- 1 root wheel 785 Jan 29 11:41 Makefile.am -rw-r--r-- 1 root wheel 22211 Jan 29 11:42 Makefile.in -rw-r--r-- 1 root wheel 249915 Jan 29 11:35 aclocal.m4 -rw-r--r-- 1 root wheel 2250 Jun 21 17:40 config.h -rw-r--r-- 1 root wheel 2113 Jan 29 11:42 config.h.in -rw-r--r-- 1 root wheel 37407 Jun 21 17:40 config.log -rwxr-xr-x 1 root wheel 40507 Jun 21 17:40 config.status -rwxr-xr-x 1 root wheel 711740 Jan 29 11:35 configure -rw-r--r-- 1 root wheel 1375 Dec 9 2004 configure.in -rwxr-xr-x 1 root wheel 709376 Jun 21 17:39 configure.lineno -rw-r--r-- 1 root wheel 3050 Mar 13 2000 gdbmobj.c -rw-r--r-- 1 root wheel 2303 Dec 6 1999 gdbmobj.h -rw-r--r-- 1 root wheel 224 Jun 21 19:03 gdbmobj.loT -rw-r--r-- 1 root wheel 1279 Dec 6 1999 gdbmobj2.c -rw-r--r-- 1 root wheel 350 Dec 6 1999 gdbmobj3.c -rwxr-xr-x 1 root wheel 213334 Jun 21 17:40 libtool -rw-r--r-- 1 root wheel 23 Jun 21 17:40 stamp-h1 -rw-r--r-- 1 root wheel 2953 Jul 1 2000 testgdbm.C -rwxr-xr-x 1 root wheel 314 Jun 1 1999 testsuite -rw-r--r-- 1 root wheel 314 Jan 6 2000 testsuite.txt Thanks, Tamouh Hakmi