From owner-freebsd-ports@FreeBSD.ORG Sun Aug 31 05:02:51 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 360121AC; Sun, 31 Aug 2014 05:02:51 +0000 (UTC) Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 896EC1798; Sun, 31 Aug 2014 05:02:50 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id ty20so4589055lab.11 for ; Sat, 30 Aug 2014 22:02:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=WzsLZOYCFHgDgO5quxDfR61skKEIl/TaBEgPQ5Lx5Rc=; b=vfgVvzZcsQhYnKtSvr5wp7+HCjOUZl3LlDuay9ZlWulyFtvlAiWPYKBHM6VUGXHyv9 Guo+cHrzprWPHJrbwOuXUf7WdAn7D5XuosXZ07SLTvJ64rilsuFHp1zzMXQhqbJDuGwg TBRWaoYogH4t6hqgchtpCBUZENaWkesJRbJTZylxVSw9CWYlSIiH0XyIWFaYloA72XFc 9/eNB3wjxtdV0sSmxSu0xj07hj/mV+MH8ecM/1xxHiCHLw3F9vD/+LJiK6I5BF7QusmH n7O7/3b7rRISQDN7/6mlZEb/KZ9T5XnaypcxSR0bzq0aWX13953rIzl6RoXC9UX0+hdW OngQ== MIME-Version: 1.0 X-Received: by 10.112.173.136 with SMTP id bk8mr179934lbc.88.1409461368296; Sat, 30 Aug 2014 22:02:48 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.197.107 with HTTP; Sat, 30 Aug 2014 22:02:48 -0700 (PDT) Date: Sat, 30 Aug 2014 22:02:48 -0700 X-Google-Sender-Auth: fWQQ6YUeAgLsrJGjzu1finOPqxQ Message-ID: Subject: pkg-static: pkg-1.4.0.p.a11 conflicts with pkg-1.3.7 (installs files into the same place). From: Craig Rodrigues To: ports Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-pkg@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 05:02:51 -0000 Hi, I did a fresh install of 10-STABLE on a new system. I set up the new xorg repository as outlined here: https://lists.freebsd.org/pipermail/freebsd-announce/2014-July/001570.html When I tried to install a bunch of packages, I got this conflict: pkg-static: pkg-1.4.0.p.a11 conflicts with pkg-1.3.7 (installs files into the same place). Problematic file: /usr/local/etc/bash_completion.d/_pkg.bash The full log of what I typed is here: https://people.freebsd.org/~rodrigc/pkg-1.3.7-pkg-1.40.conflict.txt What is the best way to solve this? In future, how do we deal with the case where someone sets up multiple package repositories, but one repo has a dependency on a different version of pkg? -- Craig