From owner-freebsd-pkg@FreeBSD.ORG Wed Jan 29 17:20:18 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A525612 for ; Wed, 29 Jan 2014 17:20:18 +0000 (UTC) Received: from mail-oa0-x22c.google.com (mail-oa0-x22c.google.com [IPv6:2607:f8b0:4003:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0246F115F for ; Wed, 29 Jan 2014 17:20:17 +0000 (UTC) Received: by mail-oa0-f44.google.com with SMTP id g12so2381757oah.3 for ; Wed, 29 Jan 2014 09:20:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:content-type:message-id:date:to :content-transfer-encoding:mime-version; bh=h/bXD1w8u3vNryhDvMA2vU61qsixK8ipMzPrjT25OhY=; b=DeI3XlH2a8rLqsG0JNrcvgXqxh9Ds+XtCKbOEx8efDBhTNH5lBdvaQBvHnv2OS+6HR HSZmn59MRlCEgqP2dbEsTZCmCz5FWIce/15YPY6SuiQkgQRHuiaB1Y5p6NLiFlnG1pRu Xevqq+LztU8wgyFhJc4dy1E7CQUcgpYhVg7V4tmVPhq2pnU4aCr6D5ZKjNL8ibFr94MD sc3x7f0BOSQdiJmmefwwyqIRnmoC9BPjWlTKfUZCKHUUZGPxoKSrX+onE53wyXXi4Z3L d9XJqmbDiukmsjcUlmZbIJ1BwH0p1IJ2ZRrzAyoTR7rKVGF3klkmWIF3oQyr6uzTny0n wTHQ== X-Received: by 10.182.243.138 with SMTP id wy10mr1201133obc.83.1391016017093; Wed, 29 Jan 2014 09:20:17 -0800 (PST) Received: from [192.168.1.64] (pool-71-164-175-115.dllstx.fios.verizon.net. [71.164.175.115]) by mx.google.com with ESMTPSA id o7sm17595693oed.3.2014.01.29.09.20.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 Jan 2014 09:20:16 -0800 (PST) Subject: "pkg install subversion" tries to install multiple subversion versions at the same time From: Matthew Pherigo Content-Type: text/plain; charset=us-ascii X-Mailer: iPad Mail (11B554a) Message-Id: <111BF4D6-C5EC-4AC7-92C1-3272DF7E39D2@gmail.com> Date: Wed, 29 Jan 2014 11:20:19 -0600 To: freebsd-pkg@freebsd.org Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 17:20:18 -0000 Hi, please forgive that trainwreck of a title. I'm on FreeBSD 9.2-release with the latest pkgng. When I attempt to install the subversion package, the following occurs: [root@Chiyochan-FreeBSD /home/matt/btsync/LinuxConfigStuff]# pkg install sub= version Updating r= epository catalogue The following 9 packages will be installed: Installing gdbm: 1.11 Installing db42: 4.2.52_5 Installing sqlite3: 3.8.2 Installing neon29: 0.29.6_4 Installing apr: 1.4.8.1.5.3 Installing subversion: 1.6.23_2 Installing subversion: 1.7.14 Installing serf: 1.3.2_1 Installing subversion: 1.8.5 The installation will require 53 MB more space 0 B to be downloaded Proceed with installing packages [y/N]: Of course, if I say yes, the packages run into conflicts with each other and= fail to install. Specifying the latest version of subversion works around t= his problem. I can only speculate, but if this problem is not specific to my= box, my guess would be that there's some sort of dependency tangle. Thanks, Matt (How many versions could a subversion version if the subversion version was v= irgin?)=