From owner-freebsd-ports@FreeBSD.ORG Wed Sep 20 04:10:21 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 3817816A416 for ; Wed, 20 Sep 2006 04:10:21 +0000 (UTC) (envelope-from hakmi@rogers.com) Received: from smtp109.rog.mail.re2.yahoo.com (smtp109.rog.mail.re2.yahoo.com [68.142.225.207]) by mx1.FreeBSD.org (Postfix) with SMTP id 0FF5143D4C for ; Wed, 20 Sep 2006 04:10:19 +0000 (GMT) (envelope-from hakmi@rogers.com) Received: (qmail 76452 invoked from network); 20 Sep 2006 04:10:19 -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:In-Reply-To:X-MimeOLE:Thread-Index; b=5nkytq8Pu4whtIACDhGYH9SG11ugjg7wf/MpxiWmJQaILcFlPEWDTZbqGJDgtUh/oeD/9p6lD6HBJVnHNACLKXvvk0jokbCCdrcf2EwgRPzysvbnUBgLzEWzhlZcnOsoqCh7Yi/C0kMFjMin1KUcFZKgJ86DF2dyYBETQklJvnk= ; Received: from unknown (HELO tamouh) (hakmi@rogers.com@70.27.160.99 with login) by smtp109.rog.mail.re2.yahoo.com with SMTP; 20 Sep 2006 04:10:19 -0000 From: "Tamouh H." To: "'Mark Kane'" Date: Wed, 20 Sep 2006 00:08:39 -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 In-Reply-To: <20060919230252.2c2a5a83@localhost> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: AcbcaaaEaaPO8BKjSfieMceySowZHAAAJ+jg Message-Id: <20060920041019.0FF5143D4C@mx1.FreeBSD.org> Cc: ports@FreeBSD.org, oliver@FreeBSD.org Subject: RE: 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, 20 Sep 2006 04:10:21 -0000 > > gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory=20 > > `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1/gdbmobj' > > gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory=20 > > `/usr/ports/mail/courier-imap/work/courier-imap-4.1.1' gmake: ***=20 > > [all] Error 2 *** Error code 2 > >=20 > > Stop in /usr/ports/mail/courier-imap. >=20 > Was there a solution to this?=20 >=20 > I'm trying to deploy a server and get clients moved on a real=20 > short time frame right now and am having the same compile=20 > errors with courier-imap. >=20 > Thanks very much in advance. >=20 > -Mark > FreeBSD 6.1-RELEASE Hi Mark, This was Oliver fix: =20 > -----Original Message----- > From: Oliver Lehmann [mailto:oliver@freebsd.org] > Sent: June 22, 2006 5:04 AM > To: Tamouh H. > Subject: Re: FreeBSD Port: courier-imap-4.1.1,1 >=20 > somehow gdbm.h was missing in /usr/local/include:=20 >=20 > Deinstalling /databases/gdbm and then reinstalling it again resolved = the problem >=20 >=20 > chochang# make deinstall > =3D=3D=3D> Deinstalling for databases/gdbm > =3D=3D=3D> Deinstalling gdbm-1.8.3_2 > pkg_delete: file '/usr/local/include/gdbm.h' doesn't exist > pkg_delete: couldn't entirely delete package (perhaps the packing list = > is incorrectly specified?) chochang# make install =3D=3D=3D> = Installing for=20 > gdbm-1.8.3_2 > =3D=3D=3D> Generating temporary packing list > =3D=3D=3D> Checking if databases/gdbm already installed = ./mkinstalldirs=20 > /usr/local/lib \ > /usr/local/include /usr/local/man/man3 \ > /usr/local/info > /bin/sh ./libtool /usr/bin/install -c -o root -g wheel -c libgdbm.la=20 > /usr/local/lib/libgdbm.la /usr/bin/install -c -o root -g wheel -c=20 > .libs/libgdbm.so.3 > /usr/local/lib/libgdbm.so.3 > (cd /usr/local/lib && rm -f libgdbm.so && ln -s libgdbm.so.3 > libgdbm.so) (cd /usr/local/lib && rm -f libgdbm.so && ln -s > libgdbm.so.3 libgdbm.so) /usr/bin/install -c -o root -g wheel -c=20 > .libs/libgdbm.lai /usr/local/lib/libgdbm.la /usr/bin/install -c -o=20 > root -g wheel -c .libs/libgdbm.a /usr/local/lib/libgdbm.a ranlib=20 > /usr/local/lib/libgdbm.a chmod 644 /usr/local/lib/libgdbm.a > =20 > ---------------------------------------------------------------------- > Libraries have been installed in: > /usr/local/lib >=20 > If you ever happen to want to link against installed libraries in a=20 > given directory, LIBDIR, you must either use libtool, and specify the=20 > full pathname of the library, or use the `-LLIBDIR' > flag during linking and do at least one of the following: > - add LIBDIR to the `LD_LIBRARY_PATH' environment variable > during execution > - add LIBDIR to the `LD_RUN_PATH' environment variable > during linking > - use the `-Wl,--rpath -Wl,LIBDIR' linker flag >=20 > See any operating system documentation about shared libraries for more = > information, such as the ld(1) and ld.so(8) manual pages. > =20 > ---------------------------------------------------------------------- > install -o root -g wheel -m 444 -o bin -g bin gdbm.h \ > /usr/local/include/gdbm.h > install -o root -g wheel -m 444 -o bin -g bin ./gdbm.3 \ > /usr/local/man/man3/gdbm.3 > install -o root -g wheel -m 444 -o bin -g bin ./gdbm.info \ > /usr/local/info/gdbm.info > install-info --quiet /usr/local/info/gdbm.info /usr/local/info/dir > =3D=3D=3D> Compressing manual pages for gdbm-1.8.3_2 > =3D=3D=3D> Running ldconfig > /sbin/ldconfig -m /usr/local/lib > =3D=3D=3D> Registering installation for gdbm-1.8.3_2 > chochang# >=20 >=20 > reinstalling gdbm should have fixed this. Please retry compiling=20 > courier-imap.