From owner-freebsd-ports@freebsd.org Wed Jun 15 21:45:58 2016 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 5FE6DA316C2 for ; Wed, 15 Jun 2016 21:45:58 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (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 EA9C31272 for ; Wed, 15 Jun 2016 21:45:57 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-wm0-x231.google.com with SMTP id f126so27456737wma.1 for ; Wed, 15 Jun 2016 14:45:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=qBgCwV1Mn/vSY05qIw6L6NmDL31lbDVMUrN8D4HDCwA=; b=hkS+4suf/hz9VhDDIAipscdkcUpbTOm9HzU5LiAgoCyXdMGxz20T+bTqgT+eXI9ao5 WSU16DjpLGSppEUNSflMxXKOjh2FrFq7CxLISFDeCS9y952amzX645Tgba0CCHLu0yij xqowlXg6VKf7rbg90dU5uzZpcMj6uq6A3eFtr5rGBcEkIHxEJYmmS94Id8iucU5rlqVu aTCe4foU6VCFBc+gflIX3D0OEfExSK9xEHslex04+Xzdk3vN+ixYGhG2DKG1BBX3vU7m aOo+gtg1afimbQ7jBwWLfCkTLiSm+55yhr6xe0TNWxC1txa9QKL3gSWgWIOmP7RrtfFg 7OBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=qBgCwV1Mn/vSY05qIw6L6NmDL31lbDVMUrN8D4HDCwA=; b=W5lITVY6A3Hw9MpUsEK5PVnCK+gC6QniWobulVjWLkILSmP+xt7xh8s0Qa+/+dB+LZ F6bgGe7FYYzN+fE2SQSak/lgHezwkmivKYqmX7Zwn6bIccIhlgpEoa8fc6i1W61T+CRT GLD6eWQT+q695rp48Q0UJhs+W6SYL7Lfb5W/O0E2Mt6OEmGx+j4Ixj97PPVv5g0bji6j 49MYpYK60pr+MJA300vnJDLZp8wjUUUcyOdhr9wE3rGhY+zXI2qABdJtmj0nWr8T469T Ei3/3pcGuDargqGihJmUrjg1scufLbBdlueFwLeofQKNMqtnoZlfKoRerXtp5uMh5upq mzLg== X-Gm-Message-State: ALyK8tKZJu7qXsRFxyMLMmbHpo7Z+bUomr6Hw9NzX8tE+kBHUEGdeDlAWqZo19PyT0iDDw== X-Received: by 10.194.159.98 with SMTP id xb2mr695007wjb.29.1466027155653; Wed, 15 Jun 2016 14:45:55 -0700 (PDT) Received: from shinto.woods.am (ip-200.net-89-2-122.rev.numericable.fr. [89.2.122.200]) by smtp.gmail.com with ESMTPSA id a84sm11693656wma.0.2016.06.15.14.45.54 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Jun 2016 14:45:55 -0700 (PDT) Date: Wed, 15 Jun 2016 23:45:53 +0200 From: Ben Woods To: freebsd-ports@freebsd.org Subject: pkg(8) conflicts when install gnome3 - what are they? Message-ID: <20160615214553.GA1997@shinto.woods.am> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2016 21:45:58 -0000 Hi everyone, I have build gnome3 with my local poudriere instance, but when I try to install it pkg complains of conflicts. # pkg install gnome3 <[1526][23:35]] Updating FreeBSD-base repository catalogue... FreeBSD-base repository is up-to-date. Updating poudriere repository catalogue... poudriere repository is up-to-date. All repositories are up-to-date. Checking integrity... done (1 conflicting) Cannot solve problem using SAT solver, trying another plan Checking integrity... done (0 conflicting) The following 169 package(s) will be affected (of 0 checked): How can I determine what the conflicts are? Is there a way to tell pkg to be verbose and explain the conflict? Regards, Ben -- From: Benjamin Woods woodsb02@gmail.com