From owner-freebsd-ports@freebsd.org Thu May 31 15:11:18 2018 Return-Path: Delivered-To: freebsd-ports@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 99A41EEF82D; Thu, 31 May 2018 15:11:18 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C7C86B0F5; Thu, 31 May 2018 15:11:18 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 50CBB211D3; Thu, 31 May 2018 11:11:17 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Thu, 31 May 2018 11:11:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=iqZ/XILDcYJGG5K2lwAt1eHlxd26d bSEbblmanX3KH0=; b=HcxK9qs5udqOZCdu0QtXIkUrQzN444Nv51khBpLHnejpa iArZQ5vkYpXkD+G45lnsBQzDi9oQoSMUHBfUdghmnztrvnemJQUONpUWZKyACSvY kWeZurRvntykIW23V4e1r0w5FFvTugEuR+ojivT+vHS02nuQFOqhQP1t3OPczpnL YrU9nqZImzz32X37AU5mPdGs4G4LOHDum/8aSrpguapgaQn4XOZELxgUGwrYPMJs AH1TqltpJ0cViFoUdimvndeNeSIdgV7ZL7CA8V/nnEHrvo2lSfkgDUK9S9IMVZAp zrRlHzWYTU8Xo1Po8xt0GYyhwelEqfFfGPichPchA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=iqZ/XI LDcYJGG5K2lwAt1eHlxd26dbSEbblmanX3KH0=; b=Yj6UyKnUaoQV5z5skBp3NA HvhaaSHvj4WC/gEO9FtcxOQc7FaebT8+XFN/edEuJoxpt/V+0ELSbYj3BzhMbNFm yIzvEH51F8s+go7p/MrHBsx13BTldG5c7HZLkN2xFS7NE2eCvwUX4hY/uKWSVtAY A6EitglXSZqj3bksqEHMLpbGp9FWwyBT9gMaC+SILtZZ/W1Gei4QwqaVmxjse6x2 uY3/Nf+2M8L1kNfPU+BLyG8dhbR/zzHp1ZIp0lqe+LEllb3FUmnbw+ui6PVKD/9a 62KRBgnVrUxVnIK2qxK5i8Z/CoZy0jsZ2vr2hE5M9dGElkLCY+bltMPvTBb4y5hw == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from desktop.local (parsley.growveg.org [82.70.91.97]) by mail.messagingengine.com (Postfix) with ESMTPA id 73811102AA; Thu, 31 May 2018 11:11:16 -0400 (EDT) Subject: Re: Cannot mix incompatible Qt library (version 0x50904) with this library (version 0x50a01),Abort (core dumped) To: Rod Person Cc: freebsd-questions@freebsd.org, FreeBSD Stable , freebsd-ports@freebsd.org References: <8993e2f6-cf57-96d2-fd2c-7da63db08673@zyxst.net> <20180531065704.34b396fb@atomizer.fios-router.home> From: tech-lists Organization: none Message-ID: <5cb5d301-7105-b91a-7fc5-2cd1fd04c560@zyxst.net> Date: Thu, 31 May 2018 16:11:15 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180531065704.34b396fb@atomizer.fios-router.home> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2018 15:11:18 -0000 On 31/05/2018 11:57, Rod Person wrote: > I just fixed this a few week or two ago on my system. The problem is > you have difference version numbers within the qt5 library, not having > qt4 and qt5. Thanks for the tip. Yes, there are versions of all kinds of qt4/5 programs that are not in complete version number agreement, on this system. I don't usually run pkg installs although I think libreoffice was installed as a package. currently running portupgrade -f "qt4*" thanks again, -- J.