From owner-freebsd-ports@freebsd.org Mon Jun 4 09:18:46 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 E40D3FEA7AC; Mon, 4 Jun 2018 09:18:45 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: from mail-qt0-f176.google.com (mail-qt0-f176.google.com [209.85.216.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A5AF7BF0E; Mon, 4 Jun 2018 09:18:45 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: by mail-qt0-f176.google.com with SMTP id q6-v6so5836077qtn.7; Mon, 04 Jun 2018 02:18:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=mjzBCHEZhRPcZ0oLMqT1UDD7Ygd4U2tQn1hRK5+XbcU=; b=W56s5Fi3iYB0iaNahVTXfLKA9EgD77mDow2kGdBb0CdwtdBrrFmHNAK1JaY9wPFH2y 18Nz7dR5RqHOYZqmAHbWLu3CeJRW12cIx0574XiwpMoM65oLhrIPfuaPFZI4UXSKGcl+ b/XDhtbTRtPAnzagC4eipvsxjVVAMKtb7+PeIEt5q8GF+l0uvMmyZXppfYsd3sXE0of4 EVHlPRNu9Lalm3iCvBtzdaPXHrSfJNOAJg0qY0gBx5+VRNVdiEucT9IQQnogW9whAJtU gKqOymNFiQWoyo2wilLqqgu9oDHXRK8zEOXdGtlE1/HyrP+v+JnkYiqIunVRnSy3vy7j OWRQ== X-Gm-Message-State: APt69E3r7W1pcgOMQGlTiv/BFZs6814xF/hCYbgxcZeOpLerYyQpLhAM 7NekSVS3zLRJKLQMxUcpXbieGEqG X-Google-Smtp-Source: ADUXVKLzTg+8c2gHRSlNmwT4yHveXHahCpazE8uOReDMHjd4Ufg6bXMD4htxKbYDDKb4jU/cFZxECQ== X-Received: by 2002:ac8:4445:: with SMTP id m5-v6mr14887454qtn.255.1528103919597; Mon, 04 Jun 2018 02:18:39 -0700 (PDT) Received: from mail-qt0-f181.google.com (mail-qt0-f181.google.com. [209.85.216.181]) by smtp.gmail.com with ESMTPSA id x1-v6sm17805076qtc.19.2018.06.04.02.18.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Jun 2018 02:18:39 -0700 (PDT) Received: by mail-qt0-f181.google.com with SMTP id o9-v6so5957977qtp.3; Mon, 04 Jun 2018 02:18:39 -0700 (PDT) X-Received: by 2002:a0c:9b93:: with SMTP id o19-v6mr3290203qve.89.1528103919026; Mon, 04 Jun 2018 02:18:39 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ac8:4084:0:0:0:0:0 with HTTP; Mon, 4 Jun 2018 02:18:38 -0700 (PDT) In-Reply-To: <8993e2f6-cf57-96d2-fd2c-7da63db08673@zyxst.net> References: <8993e2f6-cf57-96d2-fd2c-7da63db08673@zyxst.net> From: "Tobias C. Berner" Date: Mon, 4 Jun 2018 11:18:38 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Cannot mix incompatible Qt library (version 0x50904) with this library (version 0x50a01),Abort (core dumped) To: tech-lists Cc: freebsd-questions@freebsd.org, FreeBSD Stable , freebsd-ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 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: Mon, 04 Jun 2018 09:18:46 -0000 Hi there Qt4 has nothing to do with this. The issue is caused by upgrading Qt5 from 5.9.4 to 5.10.1 without also rebuilding the Qt5 using applications/libraries :) mfg Tobias On 31 May 2018 at 16:37, 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, > -- > J. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >