From owner-freebsd-ports@freebsd.org Tue Feb 21 22:52:21 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A53CCE87AF for ; Tue, 21 Feb 2017 22:52:21 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from mail-wr0-x22f.google.com (mail-wr0-x22f.google.com [IPv6:2a00:1450:400c:c0c::22f]) (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 15B3421E; Tue, 21 Feb 2017 22:52:21 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: by mail-wr0-x22f.google.com with SMTP id 97so12465632wrb.0; Tue, 21 Feb 2017 14:52:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=An2BY9zJT0215JUz99jRkM9TWmKYvZ2ICzvBqZ5kcAI=; b=RWirueKcbNCQddynQsenaQUw2Qgh6iSfe+a76qxRnnTTJ1TOt04AHpFSvv1wLATKEI ZDQGRUSYMbQFBpkX1/h1XpCSiJHOjm29PipGqLAuiQcafathmpCVKx/swMnQ/RthcTK6 oYdE/H3aNviGM++5NBixrfrv0WpUh6dpPRMIXjUT8UhBj3wCSm5zl5UMNIXao+262CEG 0i/W/ns+JHMv+ZMufdxbhiteiIm1SEsGU1YXI+kMo2zK797Egd7mDgInaEsemq/UsFb7 OUUkLSy0w2y+yvKkJoNm/o8Mx/KwD/hbja+AXzrJ3/SMXP/bpHHLt4md8Y0MrdvwtLK0 9x0w== 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=An2BY9zJT0215JUz99jRkM9TWmKYvZ2ICzvBqZ5kcAI=; b=N748kvTfnxvRftP0RnRuXWnUrr7lIlNdOFjal3fjb0hfpFRElycruuO9shMglbqtSo JGmrU3r0aZvWYEOUkmAXtBRuV0aEO90PS6gkwQjbqh/TXy6kQqqI71rCsZWM+cVYiUW/ 1ZXaybFv5/DIM/dB4OMtiBgybij9iBCFaSAvOtcezW1EesG+RxQyeWRksa759VDs8cXh Zsyk/D8fARG6rp31h7dqpb4Z59dYcxzhgEGtqpI2E1ZdTmRG5kKqSgRHuHMIjKMvSmzv WVVJlKXsdUB43BruxCZrmoWNRNU4dT0Jhn/Zkw2yCq7EEhfL2byS+IwBDolZ3e2LQPbM toVQ== X-Gm-Message-State: AMke39n3OWTJFhh6AXmOPsCV0jvk08HpQfIfyWRd77rbu1vOKpdXrDzdxmteRjuAqyM2yAum4gjXmfGu2JG8QQ== X-Received: by 10.223.152.14 with SMTP id v14mr14289738wrb.109.1487717539439; Tue, 21 Feb 2017 14:52:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.166.53 with HTTP; Tue, 21 Feb 2017 14:51:38 -0800 (PST) In-Reply-To: References: From: "Jack L." Date: Tue, 21 Feb 2017 14:51:38 -0800 Message-ID: Subject: Re: qt related pkg upgrade problem To: Andriy Gapon Cc: ports , kde@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2017 22:52:21 -0000 On Tue, Feb 21, 2017 at 2:12 PM, Andriy Gapon wrote: > > I tried the following today with the latest FreeBSD packages (FreeBSD:12:amd64): > > # pkg upgrade > ... > Checking integrity... done (7 conflicting) > - qtchooser-39 [FreeBSD] conflicts with qt4-linguisttools-4.8.7 [installed] on > /usr/local/bin/lconvert > ... > Conflicts with the existing packages have been found. > One more solver iteration is needed to resolve them. > The following 178 package(s) will be affected (of 0 checked): > ... > Number of packages to be installed: 1 > Number of packages to be upgraded: 107 > Number of packages to be reinstalled: 56 > The process will require 50 MiB more space. > Proceed with this action? [y/N]: y > [1/178] Installing qtchooser-39... > pkg: qtchooser-39 conflicts with qt4-linguisttools-4.8.7 (installs files into > the same place). Problematic file: /usr/local/bin/lconvert > > > I thought that that "one more solver iteration" resolved this. > Shouldn't pkg first upgrade or remove the installed conflicting packages before > trying to install qtchooser? > I read UPDATING, it mentioned the big Qt change, but it didn't have any special > upgrade instructions... > > How can I proceed from here? > Thank you! I just uninstalled qt4-linguisttools-4.8.7 and that fixed the issue