From owner-freebsd-questions@FreeBSD.ORG Tue Nov 20 06:35:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D45FD16A468 for ; Tue, 20 Nov 2007 06:35:59 +0000 (UTC) (envelope-from alainfabry@belgacom.net) Received: from mailrelay007.isp.belgacom.be (mailrelay007.isp.belgacom.be [195.238.6.173]) by mx1.freebsd.org (Postfix) with ESMTP id 790A813C469 for ; Tue, 20 Nov 2007 06:35:59 +0000 (UTC) (envelope-from alainfabry@belgacom.net) X-Belgacom-Dynamic: yes Received: from 37.198-245-81.adsl-dyn.isp.belgacom.be (HELO belgacom.net) ([81.245.198.37]) by relay.skynet.be with ESMTP; 20 Nov 2007 07:35:42 +0100 Date: Tue, 20 Nov 2007 07:32:43 +0100 From: "Alain G. Fabry" To: freebsd-questions@freebsd.org Message-ID: <20071120063243.GA26291@mail.pcextreme.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: kdevelop install failure 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, 20 Nov 2007 06:35:59 -0000 Hello, I'm trying to update my ports and need to still port_upgrade kdevelop but during the upgrade fails with the following error checking for Berkeley DB >= 4.1... configure: error: no - please install Berkeley DB >= 4.1 ===> Script "configure" failed unexpectedly. Please report the problem to kde@FreeBSD.org [maintainer] and attach the "/usr/ports/devel/kdevelop/work/kdevelop-3.5.0/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/devel/kdevelop. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall.65570.0 env make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! devel/kdevelop (configure error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed Command failed [exit code 1]: /usr/local/sbin/portinstall devel/kdevelop I do have the Berkeley DB installed however. FreeBSD# pkg_info | grep db4 apr-gdbm-db4-1.2.8_2 The Apache Group's Portability Library db4-4.0.14_1,1 The Berkeley DB package, revision 4 db41-4.1.25_4 The Berkeley DB package, revision 4.1 db42-4.2.52_5 The Berkeley DB package, revision 4.2 What do I need to do to solve this problem? pkgdb is with a stale dependancy... Looked in UPDATING but can't really find anything on kdevelop Many thanks, Alain