From owner-freebsd-questions@freebsd.org Thu May 31 14:57:29 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 5C667FD5F9B; Thu, 31 May 2018 14:57:29 +0000 (UTC) (envelope-from rodperson@rodperson.com) Received: from mail1.g16.pair.com (mail1.g16.pair.com [IPv6:2607:f440::4227:4116]) (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 0B1386A50A; Thu, 31 May 2018 14:57:28 +0000 (UTC) (envelope-from rodperson@rodperson.com) Received: from mail1.g16.pair.com (localhost [127.0.0.1]) by mail1.g16.pair.com (Postfix) with ESMTP id D93045DCC; Thu, 31 May 2018 10:57:21 -0400 (EDT) Received: from atomizer.fios-router.home (pool-74-111-167-196.pitbpa.fios.verizon.net [74.111.167.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail1.g16.pair.com (Postfix) with ESMTPSA id AA8285DC5; Thu, 31 May 2018 10:57:21 -0400 (EDT) Date: Thu, 31 May 2018 06:57:04 -0400 From: Rod Person To: tech-lists Cc: freebsd-questions@freebsd.org, FreeBSD Stable , freebsd-ports@freebsd.org Subject: Re: Cannot mix incompatible Qt library (version 0x50904) with this library (version 0x50a01),Abort (core dumped) Message-ID: <20180531065704.34b396fb@atomizer.fios-router.home> In-Reply-To: <8993e2f6-cf57-96d2-fd2c-7da63db08673@zyxst.net> References: <8993e2f6-cf57-96d2-fd2c-7da63db08673@zyxst.net> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd11.1) 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: Thu, 31 May 2018 14:57:29 -0000 On Thu, 31 May 2018 15:37:46 +0100 tech-lists wrote: > Hello lists, > > context: 11.2-PRERELEASE #0 r333458 / ports r471194 > > with xpdf I get the following error: > > Cannot mix incompatible Qt library (version 0x50904) with this > library (version 0x50a01),Abort (core dumped) > > I seem to have both qt4-4.8.7 and qt5-5.10.1 installed. I didn't > install these directly though, seems they've been installed as > dependencies of other ports. I'm using MATE desktop. > > I've tried reinstalling xfdf via pkg and the port with the same > result. Is this a known problem/how can I fix? Have found no fix yet > from GIS, most seem to point to deleting and reinstalling everything. > > thanks, 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. I ended up having to rebuild everything single qt5 library installed on my system...pretty painful. Here is the text of a reply to me from Mark Mollering, that help me to track things down. Good Luck! Wow, I literally just finished fixing this with Lumina I did a pkg info | more and noticed that, even though I upgraded the qt5 [meta] version, there are some qt5 libraries that do not, automatically, upgrade. I then did a manual pkg upgrade qt5-[package] I know i had to do dbus, x11extras, svg, and a number of others. I just kept at it, until they were all upgraded to the same release. For Lumina, specifically, I had to do a pkg delete of all of the packages for it (such as lumina-core, etc) I then did a pkg clean -a (not sure if that was necessary) and pkg install. Finally, it was back to normal. -- Rod http://www.rodperson.com You can never get enough of what you don't need. -- David Morgan