From owner-freebsd-arm@freebsd.org Sat Jul 21 15:20:33 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2390E104E511 for ; Sat, 21 Jul 2018 15:20:33 +0000 (UTC) (envelope-from 4250.10.freebsd-arm=freebsd.org@email-od.com) Received: from s1-b0c6.socketlabs.email-od.com (s1-b0c6.socketlabs.email-od.com [142.0.176.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3ED68D5D4 for ; Sat, 21 Jul 2018 15:20:32 +0000 (UTC) (envelope-from 4250.10.freebsd-arm=freebsd.org@email-od.com) DKIM-Signature: v=1; a=rsa-sha256; d=email-od.com;i=@email-od.com;s=dkim; c=relaxed/relaxed; q=dns/txt; t=1532186433; x=1534778433; h=content-transfer-encoding:content-type:mime-version:references:in-reply-to:message-id:subject:to:from:date:x-thread-info; bh=EzbMoIcIS0775eV9/wupcfjTq4TvvlrnKh7qf/gLno4=; b=BiXO6UMj1ArKbNAlFJ1rWE7MqY8cuVKLLBX4X31QxsD8H5PI0t+T2LJoMq0xnpF+P81tXkt2SKpSxPyeaxJ10YNxZtPaDoPBU9+GA8zCwOZNEZVBLE3feRt1X3AYe8fssfq8QzcZBamA5F72eE60dn7d0zoWoDmlIbMgWGkwB4M= X-Thread-Info: NDI1MC4xMi4xOTUwMDAwMDAyOTQ2ZTguZnJlZWJzZC1hcm09ZnJlZWJzZC5vcmc= Received: from r4.h.in.socketlabs.com (s1-b40f.socketlabs.email-od.com [142.0.180.15]) by mxsg2.email-od.com with ESMTP(version=Tls12 cipher=Aes256 bits=256); Sat, 21 Jul 2018 11:20:16 -0400 Received: from smtp.lan.sohara.org (EMTPY [89.127.62.20]) by r4.h.in.socketlabs.com with ESMTP(version=Tls12 cipher=Aes256 bits=256); Sat, 21 Jul 2018 11:20:15 -0400 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.91 (FreeBSD)) (envelope-from ) id 1fgtg4-0006cD-3p for freebsd-arm@freebsd.org; Sat, 21 Jul 2018 15:20:12 +0000 Date: Sat, 21 Jul 2018 16:20:12 +0100 From: Steve O'Hara-Smith To: freebsd-arm@freebsd.org Subject: Re: Issues with packages Message-Id: <20180721162012.84c16f5bfc80ab9635483237@sohara.org> In-Reply-To: <08d1e35b-fafe-7c6f-a57e-e01cc39bd7a0@gmail.com> References: <43092f74-f303-35cc-765a-3634f1a90127@gmail.com> <20180721140919.GA75644@phouka1.phouka.net> <08d1e35b-fafe-7c6f-a57e-e01cc39bd7a0@gmail.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd11.1) X-Clacks-Overhead: "GNU Terry Pratchett" Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jul 2018 15:20:33 -0000 On Sat, 21 Jul 2018 17:14:39 +0200 Nicola Mingotti wrote: > I was picking packages from "quarterly" but compiling > ports from a recently got ports tree, wich corresponds more closely to the > "latest" package directory. This kind of mismatch can lead to interesting problems when mixing ports and packages - if possible don't, if you must then keep the number of ports you build to a minimum (use make missing to find dependent packages to install before building ports) and use pkg lock on them to keep pkg from messing you up. -- Steve O'Hara-Smith