From owner-freebsd-python@FreeBSD.ORG Sun Sep 18 10:04:32 2005 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 961AC16A41F; Sun, 18 Sep 2005 10:04:32 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id C166A43D45; Sun, 18 Sep 2005 10:04:31 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id j8IA4SKG026699; Sun, 18 Sep 2005 11:04:28 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.13.1/8.13.1) with ESMTP id j8IA4RZR087311; Sun, 18 Sep 2005 11:04:27 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.13.1/8.13.1/Submit) with ESMTP id j8IA4RdV087308; Sun, 18 Sep 2005 11:04:27 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Sun, 18 Sep 2005 11:04:27 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: python@freebsd.org Message-ID: <20050918101327.H86911@ury.york.ac.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk Cc: kris@freebsd.org Subject: Fixing port www/zope-cmfphoto X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2005 10:04:32 -0000 Hi, I'm looking into the build failures with www/zope-cmfphoto that have led to it being marked as broken and deprecated, scheduled for deletion on the 22nd Sept. I would appreciate it if it is not deleted just yet. This is my first attempt at understanding the ports build infrastructure. As far as I can tell from http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2005051203/zope-cmfphoto-0.4.2.log the issue may be with the pointyhat ports build infrastructure. Despite zope-cmfphoto declaring it requires Python 2.3 (indirectly, via the USE_ZOPE=yes option), somehow RUN_DEPENDS is being populated with py24-imaging-1.1.5.tbz rather than py23-imaging-1.1.5.tbz - presumably this is being done by the pointyhat build scripts based soley on the fact that it is the newest/default version? Or is the issue the fact that a Python 2.3 version of py-imaging fails to install because a Python 2.4 version has been installed? The current port build infrastructure explicitely disallows this, so I'm not sure what can be done about it. Are the pointyhat build scripts available publically for me to try and figure out further what the issue is? The port builds and installs fine from source, and a package generated from that seems to be correct too. Thanks, Gavin