From owner-freebsd-questions@freebsd.org Sun Jun 10 08:48:41 2018 Return-Path: Delivered-To: freebsd-questions@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 0FEA6100722F for ; Sun, 10 Jun 2018 08:48:41 +0000 (UTC) (envelope-from 4250.10.freebsd-questions=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 AFC497619D for ; Sun, 10 Jun 2018 08:48:40 +0000 (UTC) (envelope-from 4250.10.freebsd-questions=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=1528620521; x=1531212521; h=content-transfer-encoding:content-type:mime-version:references:in-reply-to:message-id:subject:cc:to:from:date:x-thread-info; bh=D288m44cEm0K/MSiqphHZ489M29549bLCRFGQ6LIp9c=; b=s9oQrbkJXj+X1uPZLrPo8VNhmuK8plDYFlKbHCnLr1gO8r/+0y/aBQfY+jKEOY18OoNR7gW9+A0GIWbYNVAT+M95pALBsMD0RN0RuBtM1+Okopx/n2gBItyhgiMwHTDEVxpG0vQh1aP+GWdC6tX2BGYCx3hFZXICSaWInKbh5Lo= X-Thread-Info: NDI1MC4xMi4xOGQwMDAwMDExYTU5MWQuZnJlZWJzZC1xdWVzdGlvbnM9ZnJlZWJzZC5vcmc= Received: from r2.us-east.aws.in.socketlabs.com (r2.us-east.aws.in.socketlabs.com [54.85.171.149]) by mxsg2.email-od.com with ESMTP(version=Tls12 cipher=Aes256 bits=256); Sun, 10 Jun 2018 04:48:27 -0400 Received: from smtp.lan.sohara.org (EMTPY [89.127.62.20]) by r2.us-east.aws.in.socketlabs.com with ESMTP(version=Tls12 cipher=Aes256 bits=256); Sun, 10 Jun 2018 04:48:26 -0400 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.90_1 (FreeBSD)) (envelope-from ) id 1fRw1Q-0001hg-NK; Sun, 10 Jun 2018 08:48:24 +0000 Date: Sun, 10 Jun 2018 09:48:24 +0100 From: Steve O'Hara-Smith To: thor Cc: freebsd-questions@freebsd.org Subject: Re: Cannot mix incompatible Qt library (version 0x50904) with this library (version 0x50a01),Abort (core dumped) Message-Id: <20180610094824.f47483cedc99bbca6f2361f6@sohara.org> In-Reply-To: <8196da8f-7299-64e1-25d7-ef371421440e@irk.ru> References: <8993e2f6-cf57-96d2-fd2c-7da63db08673@zyxst.net> <8196da8f-7299-64e1-25d7-ef371421440e@irk.ru> 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-questions@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2018 08:48:41 -0000 On Sun, 10 Jun 2018 13:05:35 +0800 thor wrote: > Then make "some proggie" observing that nothing including QT5 is built > as a prerequisite. If something is required then stop the build and > install the dependency from package. There's an easier way using the 'missing' make target that lists all the packages needed by a port - on a system mostly populated with packages build ports this way: cd pkg install `make missing` make install clean -- Steve O'Hara-Smith