From owner-freebsd-questions@FreeBSD.ORG Tue May 23 14:34:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BA9916A55A for ; Tue, 23 May 2006 14:34:31 +0000 (UTC) (envelope-from db@traceroute.dk) Received: from cicero0.cybercity.dk (cicero0.cybercity.dk [212.242.40.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA3B143D46 for ; Tue, 23 May 2006 14:34:29 +0000 (GMT) (envelope-from db@traceroute.dk) Received: from user2.cybercity.dk (user2.cybercity.dk [212.242.41.35]) by cicero0.cybercity.dk (Postfix) with ESMTP id 876AC6796BC; Tue, 23 May 2006 16:34:28 +0200 (CEST) Received: from [10.0.0.3] (0x5552f5a8.adsl.cybercity.dk [85.82.245.168]) by user2.cybercity.dk (Postfix) with ESMTP id A601B286715; Tue, 23 May 2006 16:34:27 +0200 (CEST) Message-ID: <44731E18.9030802@traceroute.dk> Date: Tue, 23 May 2006 14:37:12 +0000 From: db User-Agent: Thunderbird 1.5.0.2 (X11/20060425) MIME-Version: 1.0 To: freebsd-questions@freebsd.org, kris@obsecurity.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: LIB_DEPENDS problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 May 2006 14:34:36 -0000 >Notice that it didn't build this port, but skipped straight to >installing it. This means that you have a stale build of the port, >and need to run 'make clean' before and/or after your builds as a >matter of habit. work# ls /usr/ports/databases/postgresql-libpqxx Makefile distinfo files pkg-descr pkg-plist work# make -DNO_CHECKSUM ===> WARNING: Vulnerability database out of date, checking anyway ===> Extracting for esad-0.1 ===> Patching for esad-0.1 ===> esad-0.1 depends on shared library: ACE_SSL - found ===> esad-0.1 depends on shared library: pqxx - not found ===> Verifying install for pqxx in /usr/ports/databases/postgresql-libpqxx ===> WARNING: Vulnerability database out of date, checking anyway ===> Extracting for postgresql-libpqxx-2.5.5 ===> Patching for postgresql-libpqxx-2.5.5 ===> Applying FreeBSD patches for postgresql-libpqxx-2.5.5 ===> postgresql-libpqxx-2.5.5 depends on executable: gmake - found ===> postgresql-libpqxx-2.5.5 depends on shared library: pq.3 - found ===> Configuring for postgresql-libpqxx-2.5.5 ^C libpqxx is installed, but it can't find it and try to build and install it again. Best regards db