From owner-freebsd-ports@FreeBSD.ORG Wed Aug 6 16:21:29 2014 Return-Path: Delivered-To: freebsd-ports@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 16DAC81C for ; Wed, 6 Aug 2014 16:21:29 +0000 (UTC) Received: from um-nip4-missouri-out.um.umsystem.edu (um-nip4-missouri-out.um.umsystem.edu [198.209.49.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "um-tip1.um.umsystem.edu", Issuer "InCommon Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C4D312290 for ; Wed, 6 Aug 2014 16:21:28 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ag0FAJFU4lPPoJ7I/2dsb2JhbABagw2BLdBTgxsBgRQWd4QEAQV4EQIBCBgJFg8JAwIBAgEgJQIEDQgBAYg+vXGFQhePU4RLBbB3g1SCMg X-IPAS-Result: Ag0FAJFU4lPPoJ7I/2dsb2JhbABagw2BLdBTgxsBgRQWd4QEAQV4EQIBCBgJFg8JAwIBAgEgJQIEDQgBAYg+vXGFQhePU4RLBbB3g1SCMg Received: from um-tcas3.um.umsystem.edu ([207.160.158.200]) by um-nip4-exch-relay.um.umsystem.edu with ESMTP; 06 Aug 2014 11:20:19 -0500 Received: from UM-MBX-N02.um.umsystem.edu ([169.254.5.145]) by UM-TCAS3.um.umsystem.edu ([207.160.158.200]) with mapi id 14.03.0181.006; Wed, 6 Aug 2014 11:20:19 -0500 From: "Montgomery-Smith, Stephen" To: "freebsd-ports@freebsd.org" Subject: Re: ports-mgmt/pkg Thread-Topic: ports-mgmt/pkg Thread-Index: AQHPsNHtdA/vjfkr2U+ndeYflfVpRZvEFsgA Date: Wed, 6 Aug 2014 16:20:18 +0000 Message-ID: <53E255BE.4070507@missouri.edu> References: <53E112FB.4000806@missouri.edu> In-Reply-To: <53E112FB.4000806@missouri.edu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0 x-originating-ip: [207.160.158.194] Content-Type: text/plain; charset="Windows-1252" Content-ID: <80D7F59D0FD95148B8783B4EDFCDED2B@missouri.edu> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2014 16:21:29 -0000 On 08/05/2014 12:23 PM, Montgomery-Smith, Stephen wrote: > I tried version pkg-1.3.4 yesterday. When I used pkg install to install > a preexisting package which had lots of dependencies, I would get lines > like this: >=20 > package-y: 100% > package-y: 100% > package-y: 100% >=20 > This might be when installing package-x. That is, a dependency might be > listed up to three times, and in some cases even the base package would > never get listed. I was assuming that the code that printed which > package was being installed was sometimes getting it wrong. In one > case, when I was installing texlive-full, the package t1lib was listed > twice, but the second time it installed it went so slowly that it must > have been installing texlive-texmf. >=20 > Obviously this is only a cosmetic problem. But I am curious as to > whether people are aware of this issue. This bug is still present in pkg-1.3.5.1. However it arises when I used pkg add - not when using pkg install. Sorry for my mistake.