From owner-freebsd-questions@FreeBSD.ORG Wed Jun 25 20:47:14 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B72E748 for ; Wed, 25 Jun 2014 20:47:14 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA1A523CD for ; Wed, 25 Jun 2014 20:47:12 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wzu5v-0003fy-EP for freebsd-questions@freebsd.org; Wed, 25 Jun 2014 22:47:03 +0200 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginm.net ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Jun 2014 22:47:03 +0200 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginm.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Jun 2014 22:47:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: pkg: Can't install pgAdmin3 Date: Wed, 25 Jun 2014 20:46:48 +0000 (UTC) Lines: 21 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginm.net User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2014 20:47:14 -0000 On Tue, 24 Jun 2014 19:22:13 -0700, Patrick wrote: > On Sunday, June 22, 2014 at 8:12, Walter Hurry wrote: >> I have switched (mostly) to binary packages. However, I cannot install >> databases/pgadmin3 using 'pkg install pgadmin3'. >> >> The reason is that it tries to install postgresql92-client first, which >> fails as I already have postgresql93-client installed. >> >> Why is pkg unable to use the existing postgresql93-client? pgadmin3 >> builds and installs quite happily from the port. >> >> Incidentally, I have the same problem with psycopg2. > > You'll probably have to build your own binaries using Poudriere if > you're not going to go with current defaults. Or just make install from > the ports tree would be the simpler solution. > Thanks for the reply. Yes, I have built and installed the binaries from ports. But my question remains: What is lacking in the architecture of pkg that it cannot cope with this?