From owner-freebsd-python@freebsd.org Sat Nov 19 06:58:32 2016 Return-Path: Delivered-To: freebsd-python@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 C7135C49A3C for ; Sat, 19 Nov 2016 06:58:32 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x242.google.com (mail-pf0-x242.google.com [IPv6:2607:f8b0:400e:c00::242]) (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 9CBBDE19 for ; Sat, 19 Nov 2016 06:58:32 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x242.google.com with SMTP id c4so12283575pfb.3 for ; Fri, 18 Nov 2016 22:58:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=FD6Jf5GTgVrfxqLRFUyaw8Gn/G4h5d7jJau2WBSLllY=; b=i3ddMuqXbuZExx1vkYqYJ9YQAUMxsWatSN7XdPfGvEg/7TQFh1fJp7yt347CgupNUR 6U+UBg3ZaWqLeuRjfCBRGxUq+V3iPj2Hr16myN21oDifUKnQtscgoxxC4/ZVyw9Fa9r+ +JtxCtD/Oe85HT/e3lD9t97dCpWAvfZ1ot2HPzbZnBiGsi32059VJ6IUhUplJc+sJ0FQ yj+eG9hkevN87B1l+4CJCGuC6JEHZ1ySH+lrj5uK0L/fVf+RLR1ZEvzJcgomj7dCrkoo Acd7aWI8SIxvvjtDDNMqCcgbcX0FGmLmZWWR61AGH8RqI/ObejudMHtEq5kAf+OD24nM 6M0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:to:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=FD6Jf5GTgVrfxqLRFUyaw8Gn/G4h5d7jJau2WBSLllY=; b=WZnW2Fu9dfSIUMky6bqNkVjwqluGGg7Z5Rwul1Rpz1Rl01f0tQIIYOXyOmSy1CieKD yxIw1N0zGvF4+p3yCsc6r8WlLQTo8CWgkKtEqBljTPFyqWAH6m+mP5YwP+Ds83idFa7d GEfL+7rDPq3wbUvwRbFS3FmFAROFoipj3vKliBpmW/DWyKNvXo2y4N5bxrdhBVrJ+Peo L0l5Smnk74vdf66itl4XY+RK+umFxTlfZfVgP1zIgbBkBIrt1O/QArf2r+KShDVcIylN cu75USj6KQHAqT14itoLL2dAdcF1OxJv2FZj49LpgY0a/GL8dyqkQt4aFYPBxpRTQina 4tiw== X-Gm-Message-State: AKaTC02qZHmH0xFUw6/0+iMgRq6Nui6Hxf/zhbq8cXTSmrviz2s5BLm5WKgPJrEO4Eo2sg== X-Received: by 10.99.3.202 with SMTP id 193mr7710648pgd.157.1479538711970; Fri, 18 Nov 2016 22:58:31 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:4432:31af:138c:5cd2? (2001-44b8-31ae-7b01-4432-31af-138c-5cd2.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:4432:31af:138c:5cd2]) by smtp.gmail.com with ESMTPSA id i194sm4286635pgc.46.2016.11.18.22.58.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Nov 2016 22:58:31 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: [Bug 202982] port install of python3-3_3 conflicts with python2-2_3 (installs into same place) To: Robert_Burmeister , freebsd-python@freebsd.org References: <1479475969601-6145721.post@n6.nabble.com> From: Kubilay Kocak Message-ID: Date: Sat, 19 Nov 2016 17:56:44 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0a2 MIME-Version: 1.0 In-Reply-To: <1479475969601-6145721.post@n6.nabble.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2016 06:58:32 -0000 On 19/11/2016 12:32 AM, Robert_Burmeister wrote: > bugzilla-noreply wrote >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202982 >> >> I'm experiencing the same issue with a new install of FreeBSD 11 >> (amd64). This is preventing me from building XFCE via ports. (I did >> a portsnap update yesterday so I should have the latest stuff.) > > I am also experiencing the same issue with a new install of FreeBSD > 11 (i386). This is also preventing me from building XFCE4 via ports. > > Ports tree is up to date, and XORG / NVIDIA driver already built > correctly. > > Robert, The addition of your comments, as well as a full log of the build (with the invoking command) uploaded as an attachment on issue #202982 would be appreciated. Also, test results of the process outlined in comment 13 [1] might also be of assistance. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202982#c13 ./koobs