From owner-freebsd-ports@FreeBSD.ORG Wed May 20 07:20:45 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF81AA86 for ; Wed, 20 May 2015 07:20:45 +0000 (UTC) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 694B31ABC for ; Wed, 20 May 2015 07:20:44 +0000 (UTC) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3ls58P0PrszZv0; Wed, 20 May 2015 09:20:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :references:subject:subject:mime-version:user-agent:from:from :date:date:message-id:received:received; s=mail; t=1432106434; x=1433920835; bh=3if3x3lt4eu88nyIYWPeFi2kqFLYM+pSCl1ToKQdI7I=; b= Z0KhkTVtZb4zW1JdfYP0y6Jocj4LBMwLqobttWbirc6+yPP3kXdqlKFQ7VBdBvTk FCPywCZV6IPzRTPdWP12NBy5X7kjE/iiOXINnmFvyFSKScaHt+0tbE7IKM1It7r6 F3vEd7MaOIJRYaCnqUN2odn29YEwtqgbYVLhZOCzo6s= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id cyjclWE6G9eO; Wed, 20 May 2015 09:20:34 +0200 (CEST) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Wed, 20 May 2015 09:20:34 +0200 (CEST) Message-ID: <555C35C2.2090003@madpilot.net> Date: Wed, 20 May 2015 09:20:34 +0200 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Gleb Popov <6yearold@gmail.com> CC: Tobias Berner , FreeBSD ports list Subject: Re: deskutils/owncloudclient dumps core References: <20150519133109.1e15b2a6@efreet> <555B2D52.2040404@FreeBSD.org> <1845444.67ldOPtrld@tl12> <555BB837.6010806@FreeBSD.org> <555BBC3A.1060406@madpilot.net> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2015 07:20:45 -0000 On 05/20/15 09:04, Gleb Popov wrote: > > > On Wed, May 20, 2015 at 1:42 AM, Guido Falsi > wrote: > > On 05/20/15 00:24, Guido Falsi wrote: > > On 05/19/15 14:50, Tobias Berner wrote: > >> Hi > >> > >> > >> > >> The problem imho is, that it mixes qt4 and qt5. > >> > >> Easiest work around is just to build the qt5 gui -- that's what > >> > >> I've been doing for a year now. > >> > >> > > > > How do you compile against qt5? > > > > At present the security/qtkeychain port is quite updated and inadequate. > > It's impossible at present to have it installed for both qt4 and qt5. > > > > Now that I've looked at it I suspect that's the real cause of problems > > and what makes qt5 symbols get mixed in. If qt is present qtkeychain > > will happily pick up that one. > > > > This would also explain why the bug does not show up in poudriere built > > ports. > > A quick test on my machine which showed the problem exposed that the > cause of the problem is really in qtkeychain. > > I'll perform a quick fix for that, to avoid the core dump. A better > solution (both ports able to build both on qt4 and qt5) will require > some more time. > > > I've created a PR to update both owncloudclient and qtkeychain to their > recent versions, but it's stalled for a month: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198785 I did not see it. The patch is a little stale though. I'll take the PR but could you update the patch with one against the present state of the tree? -- Guido Falsi