From owner-freebsd-pkg@FreeBSD.ORG Sun Aug 31 16:32:19 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 22D14273 for ; Sun, 31 Aug 2014 16:32:19 +0000 (UTC) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F4221AA1 for ; Sun, 31 Aug 2014 16:32:18 +0000 (UTC) Received: by mail-la0-f44.google.com with SMTP id hz20so4970458lab.31 for ; Sun, 31 Aug 2014 09:32:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=wdyxkc1nQNXnXxtgTdEl/nQuiL2N/FKq2pT42mg95VM=; b=ly0B2hj9xIGERqeB8Dlq4A/zuWC8lw/gsp9yWrPkRmxmMKswhwsRWCOj1A7c7MW2qc kKYe4BV58unbQrgk7RZOBgl+FiWn5/0eIkzLyPawbAK4EeaYbBOZp95QFHAlduBecSX+ G/HcNRx2NxB8fl/XxgqzQ7hGBQMRsuc77MZHuGEAUOcnG9+nsiuMuf/jIGbh6Mv9c0mp pi1Mx0Of3UBSDQdpR1tEOxa4ybU8TuwSr+3FxYRYBzuf8iSaZUL2r2/vEd3mF0zAVdZu Q5zTkEbe9jzrDHk4uhx/NbXsCnDkyHI0VVUW0b2DGgioEd83nO3QOctjBEkUh5r6YZgL GEjA== MIME-Version: 1.0 X-Received: by 10.112.169.35 with SMTP id ab3mr22013752lbc.41.1409502736070; Sun, 31 Aug 2014 09:32:16 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.197.107 with HTTP; Sun, 31 Aug 2014 09:32:16 -0700 (PDT) In-Reply-To: <5402D87E.4080701@infracaninophile.co.uk> References: <5402D87E.4080701@infracaninophile.co.uk> Date: Sun, 31 Aug 2014 09:32:16 -0700 X-Google-Sender-Auth: cHxnZ4BxDgHedZv68hqGQkOZu1w Message-ID: Subject: Re: pkg-static: pkg-1.4.0.p.a11 conflicts with pkg-1.3.7 (installs files into the same place). From: Craig Rodrigues To: Matthew Seaman Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-pkg@freebsd.org X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 31 Aug 2014 16:32:19 -0000 On Sun, Aug 31, 2014 at 1:10 AM, Matthew Seaman wrote: > On 31/08/2014 06:02, Craig Rodrigues wrote: > > > Presumably pkg-1.4.0.p.a11 is from the pkg-devel port? Your output > shows no sign of the pkg bootstrapping process, so pkg-devel must have > already been installed. Yet in your list of packages to install you > specifically include 'pkg' The first time I ran the command, I did not capture the logs. Before running the command, I did not have pkg installed at all. When I ran the command, it bootstrapped and installed pkg-1.3.7, then it installed all the packages, then tried to install pkg-1.4.0.p.all. The second time I ran the command, I did try to capture logs, which I posted. I ran the command differently at this point. Before running the command, I deleted all packages. Then I installed pkg-devel. Then I ran the command. It seemed to install a bunch of packages, and then install pkg-1.3.7. The third time I ran the command, I did not capture the log. I repeated the steps in the second time, using pkg-1.4.0 installed. However, this time I removed 'pkg' from the list of explicitly specified packages. I ran into the same problem where it tried to install pkg-1.3.7. > > As far as I know, the only package in the ports tree that has a specific > run-time dependency (ie. the only sort of dependency pkg(8) cares about > when handling binary packages) on pkg itself is net-snmp[*], but you > aren't installing that, so you could use either pkg or pkg-devel quite > happily. # pkg info -r pkg pkg-1.3.7: pcbsd-utils-1394538598 Is this enough to cause the problem? -- Craig