From owner-freebsd-ports@FreeBSD.ORG Mon Aug 1 10:17:47 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8647B106566B for ; Mon, 1 Aug 2011 10:17:47 +0000 (UTC) (envelope-from jack@jarasoft.net) Received: from raats.xs4all.nl (raats.xs4all.nl [82.95.230.43]) by mx1.freebsd.org (Postfix) with ESMTP id 391008FC17 for ; Mon, 1 Aug 2011 10:17:46 +0000 (UTC) Received: from raats.xs4all.nl (orac.jarasoft.net [10.10.10.10]) by raats.xs4all.nl (Postfix) with ESMTP id 47B233D86E1 for ; Mon, 1 Aug 2011 12:04:42 +0200 (CEST) Received: from jarasc430 (raats.xs4all.nl [82.95.230.43]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by raats.xs4all.nl (Postfix) with ESMTPSA id 1E9C13D86E0 for ; Mon, 1 Aug 2011 12:04:42 +0200 (CEST) Message-ID: <01526532BAF14F858CE13F6818DB1C9E@jarasc430> From: "Jack Raats" To: Date: Mon, 1 Aug 2011 12:04:38 +0200 Organization: JaRaSoft, Steenbergen, Nederland MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 X-Virus-Scanned: ClamAV using ClamSMTP on orac.jarasoft.net X-Mailman-Approved-At: Mon, 01 Aug 2011 12:04:39 +0000 Subject: How to solve dependencies problems - more info X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jack Raats List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 10:17:47 -0000 ----- Original Message ----- From: "Jack Raats" orac# pkgdb -F To: Sent: Monday, August 01, 2011 12:01 PM Subject: How to solve dependencies problems > Hi, > > I have a port which uses tidy while another port uses tidy-lib. > When installing one of these ports gives dependencies problems. > > How to solve this problem? > > Thanks > Jack Raats orac# pkgdb -F ---> Checking the package registry database Stale dependency: docproj-jadetex-1.17_4 -> add (www/tidy): Fixed. (-> tidy-20000804_2) Stale dependency: php5-extensions-1.5 -> tidy-lib-090315.c_1 (www/tidy-lib): tidy-20000804_2 (score:19%) ? ([y]es/[n]o/[a]ll) [no] Install stale dependency? ([y]es/[n]o/[a]ll) [yes] [Gathering depends for www/tidy-lib ................................... done] ---> Installing 'tidy-lib-090315.c_1' from a port (www/tidy-lib) ---> Building '/usr/ports/www/tidy-lib' ===> Cleaning for tidy-lib-090315.c_1 ===> tidy-lib-090315.c_1 conflicts with installed package(s): tidy-20000804_2 They install files into the same place. You may want to stop build with Ctrl + C. ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> tidy-lib-090315.c_1 conflicts with installed package(s): tidy-20000804_2 They will not build together. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/www/tidy-lib. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall20110801-45679-1uf73xx-0 env make ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! www/tidy-lib (unknown build error) Command failed [exit code 1]: /usr/local/sbin/portinstall www/tidy-lib orac#