Date: Sun, 18 Sep 2005 11:04:27 +0100 (BST) From: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> To: python@freebsd.org Cc: kris@freebsd.org Subject: Fixing port www/zope-cmfphoto Message-ID: <20050918101327.H86911@ury.york.ac.uk>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050918101327.H86911>