From owner-freebsd-ports@FreeBSD.ORG Tue Dec 3 11:01:29 2013 Return-Path: Delivered-To: freebsd-ports@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 B54EAAA1 for ; Tue, 3 Dec 2013 11:01:29 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9688C1912 for ; Tue, 3 Dec 2013 11:01:29 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VnnjM-0006cP-Rq for freebsd-ports@freebsd.org; Tue, 03 Dec 2013 03:01:28 -0800 Date: Tue, 3 Dec 2013 03:01:28 -0800 (PST) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1386068488851-5865659.post@n5.nabble.com> In-Reply-To: <1386060482863-5865641.post@n5.nabble.com> References: <1386055836641-5865626.post@n5.nabble.com> <1386060482863-5865641.post@n5.nabble.com> Subject: Re: pkg install from ports list MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 11:01:29 -0000 @ Oli: The code you posted is most likely correct, as I get the same error if I do it manually from the terminal: # pkg install aaa/port1 bbb/port2 ccc/port3 etc.. I am slicing the list into smaller pieces and running the code you posted on the smaller slices. It works, as long as the list does not contain a port with some kind of issue. The issues appear to be: * Dependent port is one of conflicting ports (py27-setuptools for example) * If the list already contains the dependent port (Not always, seems to loop on its self for some however) Regards. ----- FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS -- View this message in context: http://freebsd.1045724.n5.nabble.com/pkg-install-from-ports-list-tp5865626p5865659.html Sent from the freebsd-ports mailing list archive at Nabble.com.