From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 26 03:00:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ABD23348 for ; Tue, 26 Feb 2013 03:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 938C1885 for ; Tue, 26 Feb 2013 03:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1Q300cv002339 for ; Tue, 26 Feb 2013 03:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1Q300w5002338; Tue, 26 Feb 2013 03:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 03:00:00 GMT Resent-Message-Id: <201302260300.r1Q300w5002338@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "David T." <404dowser@gmail> Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 93016339 for ; Tue, 26 Feb 2013 02:58:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 529AD87E for ; Tue, 26 Feb 2013 02:58:27 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1Q2wQNu044808 for ; Tue, 26 Feb 2013 02:58:26 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1Q2wQ1q044807; Tue, 26 Feb 2013 02:58:26 GMT (envelope-from nobody) Message-Id: <201302260258.r1Q2wQ1q044807@red.freebsd.org> Date: Tue, 26 Feb 2013 02:58:26 GMT From: "David T." <404dowser@gmail> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/176433: A python version error is in the 9.1-release-i386 iso file's port tree X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 03:00:00 -0000 >Number: 176433 >Category: misc >Synopsis: A python version error is in the 9.1-release-i386 iso file's port tree >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 03:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: David T. >Release: 9.1 i386 >Organization: n/a >Environment: Not needed for this issue. >Description: I found a depend error in the dri-7.6.1_2 port. It lists ptyhon32 amd py32-libxml2 as dependancies. when python3.2 is already installed, dri-7 will not compile. It creates various errors. It will not allow py32-libxml2 to install, with an "already installed" error, when that is bypassed with a "force-pkg-register" the continued compile begins to generate syntax and missing file errors. After checking the faq, mail lists and forums, I found that the dependancies for python 32 were few, and didn't include dri-7. With python32 installed first, an inherent default version issue prevented the make command in the dri-7 from installing the correct version of pyXX-libxml2. It keeps trying to install the py32-libxml2, and stops at the version conflict. The make search name=dri-7.6.1_2 returns the B/R-deps lists and both python32-3.2.3_1 and py32-libxml2-2.7.8_2 are listed as B-deps. As you know, "make" follows the rules. There is an issue, but I can't solve it, I'm sure you can. There was to much work on attempts to get through it, to list everything here. >How-To-Repeat: Install python32-3.2.3_1 as the first port, after a new install. Then try to install dri-7.6.1_2,2. If you install python27, as a "make depend" does, you will not finish the build. As I wrote, the errors vary, depending on how you try to bypass the py32-libxml2 error. >Fix: Before any other ports are installed, make the dri-7 port. It installs the correct versions of python and pyXX-libxml2. If both python versions are on the system, both must be removed(make deinstall), along with whatever version of pyXX-libxml2 is there. Then dri-7 will install the correct ports as dependants.No other fix was found. Extra technical details can be sent, if they are needed. A longer text was written, but can't be pasted so, I"ll put it in a forum post. SirDice wrote this, which reminded me that I saw the python B-deps listing. forums.freebsd.org/showthread.php?t=33026&highlight=py-libxml2 comment/post #13 >Release-Note: >Audit-Trail: >Unformatted: