From owner-freebsd-x11@FreeBSD.ORG Tue Feb 26 14:31:41 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8E35D9FB for ; Tue, 26 Feb 2013 14:31:41 +0000 (UTC) (envelope-from 404dowser@gmail.com) Received: from mail-ve0-f170.google.com (mail-ve0-f170.google.com [209.85.128.170]) by mx1.freebsd.org (Postfix) with ESMTP id 524FF7EC for ; Tue, 26 Feb 2013 14:31:41 +0000 (UTC) Received: by mail-ve0-f170.google.com with SMTP id 14so3550365vea.15 for ; Tue, 26 Feb 2013 06:31:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=kSA2tdiSeBFPUjpi+kfyxB8djoKIG/CGrYsiHW5H34c=; b=uoGvovChHKpWrnCF7UTQX58XL4PngLfHmHj7DYbbLstiYWhREH7DtheZzV1jde6Mu9 CummZwm/Jk9wsxwufW91Pz/F3xUiBqr0xRoUUfpPbym18TWuDMhyfKJhs9jwYxzTgwDV dFPlSWz0Bh//gdmXJAYGdJyqmtWjvBPdUR5KjdF8S4RDY++qff45EJzZWIe5qz9HXbHy b/Z7QWvqzYAiq6fb2Dih6K7FxothY1978CZ3MmVqUMImtRMa/DEGlBYq/ljtxJ/jkHsG iUQO6wIvtG2wQFJsILG9fmi/s7XmsMQjxb0dY3VM86r5tiyvSQ94VXviuQeB6BnXSedZ 6ySA== X-Received: by 10.52.72.137 with SMTP id d9mr10141905vdv.105.1361889095075; Tue, 26 Feb 2013 06:31:35 -0800 (PST) Received: from [192.168.15.2] (71-23-62-73.gar.clearwire-wmx.net. [71.23.62.73]) by mx.google.com with ESMTPS id l18sm187919vdh.10.2013.02.26.06.31.33 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Feb 2013 06:31:34 -0800 (PST) Message-ID: <512CC73B.4050608@gmail.com> Date: Tue, 26 Feb 2013 09:31:23 -0500 From: "D." <404dowser@gmail.com> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: x11@freebsd.org Subject: error in the 9.1-release-1386 ISO file Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 14:31:41 -0000 I found an error in the 9.1-release-1386 ISO file. The port for dri-7.6.1_2 lists python32 as a dependence. It also lists py32-libxml2 as a dependence. neither is correct. On my new install dri-7 would not compile. It tried to build py32-libxml2 and python3.2 even though python2.7 was installed, though py27-libxml2 was not. Both pyXX-libxml2 ports fail to install, if the other is present. After 2 days of re-trying the ports, including checking the latest ports tree, I found that the only work around was TO REMOVE BOTH PYTHON VERSIONS, and py32-libxml2 from the system. Afterward, I ran my make command on the dri-7 port and let it install py27-libxml2 and python2.7 via it's "internal" makedep list. Now dri-7 and py27-libxml are installed and all the odd errors involving syntax and missing file issues were absent. A problem report and this post, in the forums are available for info. http://forums.freebsd.org/showthread.php?t=38021 Let me know if details are needed. Thanks. David