From owner-freebsd-ports@FreeBSD.ORG Mon Oct 8 12:44:01 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19AD716A41A for ; Mon, 8 Oct 2007 12:44:01 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id C9C1A13C4AA for ; Mon, 8 Oct 2007 12:44:00 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 7196A5C2E; Mon, 8 Oct 2007 08:46:13 -0400 (EDT) Date: Mon, 8 Oct 2007 08:46:13 -0400 From: Wesley Shields To: David Southwell Message-ID: <20071008124613.GD72311@atarininja.org> References: <200710030927.34822.david@vizion2000.net> <200710060025.36893.david@vizion2000.net> <20071006121810.GA72311@atarininja.org> <200710080505.46371.david@vizion2000.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710080505.46371.david@vizion2000.net> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-ports@freebsd.org Subject: Re: Python on 64-bit AMD?? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2007 12:44:01 -0000 On Mon, Oct 08, 2007 at 05:05:46AM -0700, David Southwell wrote: > On Saturday 06 October 2007 05:18:10 Wesley Shields wrote: > > On Sat, Oct 06, 2007 at 12:25:36AM -0700, David Southwell wrote: > > > On Wednesday 03 October 2007 09:27:34 David Southwell wrote: > > > > # Portupgrade -a > > > > Error message: > > > > > > > > ** Port marked as IGNORE: x11-toolkits/py-wxPython24: > > > > is marked as broken: Does not build on 64-bit architectures > > > > > > > > Will this be fixed? > > > > > > > > Thanks in advance > > > > > > > > David > > > > > > As there has been no reply I thought I would ask again. > > > > > > Thanks in advance > > > > This port is maintained by ports@ which means unless someone volunteers > > to step up and fix it, then no. > > > > x11-toolkits/py-wxPython26 is not broken and might be a viable solution > > for you to upgrade? > > > Thanks Wesley that installed fine -- however after installing > x11-toolkits/py-wxPython26 I get errors on trying to upgrade suite packages: > > ################## > [root@dns1 /usr/ports/lang/python25]# cd /usr/ports/lang/python && make > upgrade-site-packages > ** Port marked as IGNORE: x11-toolkits/py-wxPython24: > is marked as broken: Does not build on 64-bit architectures > ---> Reinstalling 'pydbdesigner-0.1.4.1_1' (databases/pydbdesigner) > ---> Building '/usr/ports/databases/pydbdesigner' > ===> Cleaning for pydbdesigner-0.1.4.1_1 > ===> Extracting for pydbdesigner-0.1.4.1_1 > => MD5 Checksum OK for pydbdesigner-0.1.4.1.tar.gz. > => SHA256 Checksum OK for pydbdesigner-0.1.4.1.tar.gz. > ===> Patching for pydbdesigner-0.1.4.1_1 > ===> pydbdesigner-0.1.4.1_1 depends on file: /usr/local/bin/python2.5 - > found > ===> Configuring for pydbdesigner-0.1.4.1_1 > ---> Backing up the old version > ---> Uninstalling the old version > ---> Deinstalling 'pydbdesigner-0.1.4.1_1' > ##### file deletions removed > [Updating the pkgdb in /var/db/pkg ... - 856 packages found > (-1 +0) (...) done] > ---> Installing the new version via the port > ===> Installing for pydbdesigner-0.1.4.1_1 > ===> pydbdesigner-0.1.4.1_1 depends on file: /usr/local/bin/python2.5 - > found > ===> pydbdesigner-0.1.4.1_1 depends on > file: /usr/local/lib/python2.5/site-packages/wx/__init__.py - not found > ===> Verifying reinstall > for /usr/local/lib/python2.5/site-packages/wx/__init__.py > in /usr/ports/x11-toolkits/py-wxPython24 > ===> py25-wxPython-2.4.2.4_7 is marked as broken: Does not build on 64-bit > architectures. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/py-wxPython24. > *** Error code 1 > > Stop in /usr/ports/databases/pydbdesigner. > *** Error code 1 > > Stop in /usr/ports/databases/pydbdesigner. > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.8547.1 > env UPGRADE_TOOL=portupgrade UPGRADE_PORT=pydbdesigner-0.1.4.1_1 > UPGRADE_PORT_VER=0.1.4.1_1 make -DFORCE_PKG_REGISTER reinstall > ---> Restoring the old version > ** Fix the installation problem and try again. > [Updating the pkgdb in /var/db/pkg ... - 857 packages found > (-0 +1) . done] > ** Listing the failed packages (*:skipped / !:failed) > ! databases/pydbdesigner (pydbdesigner-0.1.4.1_1) (install > error) > ---> Packages processed: 0 done, 1 ignored, 0 skipped and 1 failed > ** Could not clean up temporary directory: Directory not > empty - /var/tmp/portupgrade5sc8QzNA > *** Error code 1 > > Stop in /usr/ports/lang/python. > > > ##################### > > Any ideas? databases/pydebdesigner specifically requires wx 2.4. You can try changing the USE_WX line to be 2.4+ but I'm not sure exactly what this will do. I'd suggest taking this up with the maintainer to see if the port can support the newer wx versions. -- WXS