From owner-freebsd-ports@freebsd.org Wed Jun 15 21:53:27 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 5C09AA3197B for ; Wed, 15 Jun 2016 21:53:27 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-qg0-x235.google.com (mail-qg0-x235.google.com [IPv6:2607:f8b0:400d:c04::235]) (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 207E71A3E for ; Wed, 15 Jun 2016 21:53:26 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: by mail-qg0-x235.google.com with SMTP id l44so19780834qgd.0 for ; Wed, 15 Jun 2016 14:53:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=T/aASMZ4EakyDNmMvTXspKWX8HYTsd7+zl4OiGq6hkQ=; b=jE9ouruxroIrbf1GPi5Jit1ie5BIvbBgp6+PCQgXTkM60Aym04SUGjfEdwzYMuInwl wMs11SoXs30qXz6mpkwbc4ABWyB8wW3vUY+aAUriGVbxHKJe+92LxWEyWDKbuOOqkXI+ v4+Z4GRGsYGgdYyztt/ZMXse0QNe1VAIEb8fx/tPGvXgfe+SsnE9DtoS4KIytI9+hQgZ AdM/KQLoa3VS5JPu1EsXZSMMEI/OBx37zUZocwO9fXL2uvfB8dMtSUXj3fRdTIUHTXMf On3OGG9zp642fcx4UqAlQOB9IuPBy4gCIMmhiZtfGzl122631T9dMd5ISdVbte7tYQWY owOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=T/aASMZ4EakyDNmMvTXspKWX8HYTsd7+zl4OiGq6hkQ=; b=RleFVCTUZ8euD/TRinMrwC0Ey8RjmFvFhPdtQ/Hj0RE5E9UiX9CrJTtA+p0D2oP6TD fOAeh8B9vM0DnnhL7VG4di6C0tC59Z4svZllsHmNBmRMwSzi9mKchbmhmELHz70CoQC2 JktJs+Hdu38LLw7KxJi+fr5XVeUIdtSaKKTQXUXDruQb6y7S5qyr+IJ9L8EUYCWTN8aL KzyIdUiTiUS6Sjc5PicWIVM/Koy2SIxXRM2E9wKFBeErvtxOY7xB5psPvM2MXRHVigTd hxJupOOhKKJx/nYwDhtLz6/BoVawEYCaA2JIDg4eq0JbfnuMxOy3mX5EFu98g5sC/WjG Me7w== X-Gm-Message-State: ALyK8tIaIdslpNOifwB9RJ0jis9FmF9v4nMtVVI7hsRahZuSOxziwi0KmNDDzw6L4wdI8azZ9Po9EmOUFw1DBA== X-Received: by 10.140.247.6 with SMTP id s6mr1049083qhc.41.1466027606205; Wed, 15 Jun 2016 14:53:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.56.93 with HTTP; Wed, 15 Jun 2016 14:53:25 -0700 (PDT) In-Reply-To: <20160615214553.GA1997@shinto.woods.am> References: <20160615214553.GA1997@shinto.woods.am> From: Freddie Cash Date: Wed, 15 Jun 2016 14:53:25 -0700 Message-ID: Subject: Re: pkg(8) conflicts when install gnome3 - what are they? To: Ben Woods Cc: freebsd-ports Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 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:53:27 -0000 On Wed, Jun 15, 2016 at 2:45 PM, Ben Woods wrote: > 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 > > =E2=80=8BThere's a -d / --debug option that can be passed. Perhaps that wi= ll give you the info you need.=E2=80=8B --=20 Freddie Cash fjwcash@gmail.com