From owner-freebsd-python@FreeBSD.ORG Sun Nov 6 01:30:40 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 E59B216A420; Sun, 6 Nov 2005 01:30:40 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97D9043D45; Sun, 6 Nov 2005 01:30:40 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA61UeIe060720; Sun, 6 Nov 2005 01:30:40 GMT (envelope-from perky@freefall.freebsd.org) Received: from localhost (localhost [[UNIX: localhost]]) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA61Uebo060719; Sun, 6 Nov 2005 01:30:40 GMT (envelope-from perky) Date: Sun, 6 Nov 2005 10:30:36 +0900 From: Hye-Shik Chang To: Filippo Natali Message-ID: <20051106013036.GA39761@FreeBSD.org> References: <1129366769.0@ulby.hq.netwing.it> <200511021753.27516.filippo.natali@gmail.com> <20051103150643.GA30821@FreeBSD.org> <200511032035.40302.filippo.natali@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lrZ03NoBR/3+SXJZ" Content-Disposition: inline In-Reply-To: <200511032035.40302.filippo.natali@gmail.com> User-Agent: Mutt/1.4.2.1i X-Accept-Language: ko, en Cc: FreeBSD gnats submit , python@freebsd.org Subject: Re: ports/87476: [PATCH] Mk/bsd.python.mk: allow to choose Zope version in Products ports 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, 06 Nov 2005 01:30:41 -0000 --lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 03, 2005 at 08:35:39PM +0100, Filippo Natali wrote: > Alle 16:06, gioved? 3 novembre 2005, Hye-Shik Chang ha scritto: > > Okay. I revised the patch for some flexibility for USE_ZOPE and > > ZOPE_VERSION simliar to PYTHON equivalents. > > > > http://people.freebsd.org/~perky/pythonmk-zope28support-2.diff > > >=20 > There's a little typo in Zope 3.1 selection: >=20 > [snip] > -# Zope specific variables > +# Zope-related variables > .if defined(USE_ZOPE) > +.if ${ZOPE_VERSION} =3D=3D "3.1" > +SZOPEBASEDIR?=3D www/Zope28 > +ZOPE_PORTSDIR=3D ${PORTSDIR}/www/zope28 > +.elif ${ZOPE_VERSION} =3D=3D "2.8" > [snip] >=20 > Except this, it works fine. Thanks for the review and comments! I just committed it in CVS. If you find any problem for that, please let me know. Hye-Shik --lrZ03NoBR/3+SXJZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDbVy8DWUsWc/bS6QRAoW4AKCSr5aIL6FVtxKkDXGiouGOavdfYQCgyoCd 78pqD2EjOFYIy9/zhzs34JM= =rExP -----END PGP SIGNATURE----- --lrZ03NoBR/3+SXJZ-- From owner-freebsd-python@FreeBSD.ORG Fri Nov 11 20:14:58 2005 Return-Path: X-Original-To: freebsd-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 B4E4916A41F for ; Fri, 11 Nov 2005 20:14:58 +0000 (GMT) (envelope-from moron@industrial.org) Received: from cluster.islandnet.com (cluster.islandnet.com [199.175.106.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C99343D46 for ; Fri, 11 Nov 2005 20:14:58 +0000 (GMT) (envelope-from moron@industrial.org) Received: from [24.68.134.10] (helo=[192.168.2.101]) by cluster03.islandnet.com with ESMTPSA (TLSv1:RC4-MD5:128) id 1EafIX-000EDw-Ci for freebsd-python@freebsd.org; Fri, 11 Nov 2005 12:14:58 -0800 From: moron To: freebsd-python@freebsd.org Date: Fri, 11 Nov 2005 12:14:42 -0800 User-Agent: KMail/1.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511111214.42623.moron@industrial.org> X-GeoIP: CA Canada Subject: problem upgrading to python-2.4.2 using port 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: Fri, 11 Nov 2005 20:14:58 -0000 Howdy. If this is the wrong place to bring this up please let me know and I will slink away in shame to either the ports or questions list (was not sure from the list description whether this is the right spot for this question). I am currently having problems upgrading to Python 2.4.2 from 2.4.1 on a box I look after and so far have not been able to find anyone else suffering the same fate (searching via the list archives, Google, Usenet, etc.). Here's what happens when I try to upgrade Python: ---------- ===> Patching for python-2.4.2 /usr/bin/sed -i.bak -e 's,/usr/doc/python-docs-,/usr/local/share/doc/python,g' /usr/ports/lang/python/work/Python-2.4.1/Lib/pydoc.py /usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, "/usr/X11R6"]| g' /usr/ports/lang/python/work/Python-2.4.1/Lib/site.py ===> Applying FreeBSD patches for python-2.4.2 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to Modules/socketmodule.c.rej => Patch patch-Modules::socketmodule.c failed to apply cleanly. *** Error code 1 Stop in /usr/ports/lang/python. ----------- I recently upgraded FreeBSD itself to 5.4-STABLE. Unfortunately I foolishly ran "make --deinstall" in an attempt to clear out whatever was presumably left around from an earlier install that was causing the problem which left me in a state where I had no python at all (not good when you need to run Mailman). I have now temporarily gone with a package install since I need to be running while I sort this issue out. Since it looks like something is FUBAR though and I would rather use the port version, I am hoping someone here can help me nail down the source of the failed patch above. Any suggestions other than inserting something internally appreciated and please let me know if you need more details. Cheers -- ---> (culture) http://industrial.org : (label) http://deterrent.net ---> (community) http://ampfea.org : (hire me) http://codegrunt.com ---> (send EEEI news to) infosuck@industrial.org ---> Whomever dies with the most URLs wins!!!!!!!!!!!!! From owner-freebsd-python@FreeBSD.ORG Fri Nov 11 22:25:33 2005 Return-Path: X-Original-To: freebsd-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 DC5DF16A41F for ; Fri, 11 Nov 2005 22:25:33 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CAE743D53 for ; Fri, 11 Nov 2005 22:25:33 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from stat.sem.ipt.ru ([192.168.12.1] helo=srv.sem.ipt.ru) by mail.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1EahKp-0006bt-3r; Sat, 12 Nov 2005 01:25:27 +0300 Received: from bsam by srv.sem.ipt.ru with local (Exim 4.54 (FreeBSD)) id 1EahJh-000P0p-Uz; Sat, 12 Nov 2005 01:24:17 +0300 To: moron References: <200511111214.42623.moron@industrial.org> From: Boris Samorodov Date: Sat, 12 Nov 2005 01:24:17 +0300 In-Reply-To: <200511111214.42623.moron@industrial.org> (moron@industrial.org's message of "Fri, 11 Nov 2005 12:14:42 -0800") Message-ID: <07621358@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-python@freebsd.org Subject: Re: problem upgrading to python-2.4.2 using port 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: Fri, 11 Nov 2005 22:25:34 -0000 On Fri, 11 Nov 2005 12:14:42 -0800 moron wrote: > Here's what happens when I try to upgrade Python: > ---------- > ===> Patching for python-2.4.2 ^^^^^^^^^^^^ > /usr/bin/sed -i.bak -e > 's,/usr/doc/python-docs-,/usr/local/share/doc/python,g' /usr/ports/lang/python/work/Python-2.4.1/Lib/pydoc.py > /usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, "/usr/X11R6"]| > g' /usr/ports/lang/python/work/Python-2.4.1/Lib/site.py ^^^^^^^^^^^^ > ===> Applying FreeBSD patches for python-2.4.2 > Ignoring previously applied (or reversed) patch. > 1 out of 1 hunks ignored--saving rejects to Modules/socketmodule.c.rej > => Patch patch-Modules::socketmodule.c failed to apply cleanly. > *** Error code 1 > Stop in /usr/ports/lang/python. > ----------- Seems to me that you have an old WRKDIR. Try to do "make clean" at the port. WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider From owner-freebsd-python@FreeBSD.ORG Fri Nov 11 22:46:39 2005 Return-Path: X-Original-To: freebsd-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 3F9D016A41F for ; Fri, 11 Nov 2005 22:46:39 +0000 (GMT) (envelope-from moron@industrial.org) Received: from cluster.islandnet.com (cluster.islandnet.com [199.175.106.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id A19B043D49 for ; Fri, 11 Nov 2005 22:46:38 +0000 (GMT) (envelope-from moron@industrial.org) Received: from [24.68.134.10] (helo=[192.168.2.101]) by cluster03.islandnet.com with ESMTPSA (TLSv1:RC4-MD5:128) id 1EahfK-000JPn-AU ; Fri, 11 Nov 2005 14:46:38 -0800 From: moron To: Boris Samorodov Date: Fri, 11 Nov 2005 14:46:25 -0800 User-Agent: KMail/1.8.1 References: <200511111214.42623.moron@industrial.org> <07621358@srv.sem.ipt.ru> In-Reply-To: <07621358@srv.sem.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511111446.26118.moron@industrial.org> X-GeoIP: CA Canada Cc: freebsd-python@freebsd.org Subject: Re: problem upgrading to python-2.4.2 using port 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: Fri, 11 Nov 2005 22:46:39 -0000 On Friday 11 November 2005 14:24, Boris Samorodov wrote: > Seems to me that you have an old WRKDIR. Try to do "make clean" at the > port. Already did that actually and have ran three cvsups so far since this started (thinking that it may have been a temporary issue in the ports tree). There is a comment spit out initially about a saved preferences file: Found saved configuration for python-2.4.1_1 But damned if I can find where that file actually is located. Even after a make deinstall and make clean the above still comes up. Any other ideas? Cheers -- ---> (culture) http://industrial.org : (label) http://deterrent.net ---> (community) http://ampfea.org : (hire me) http://codegrunt.com ---> (send EEEI news to) infosuck@industrial.org ---> Whomever dies with the most URLs wins!!!!!!!!!!!!! From owner-freebsd-python@FreeBSD.ORG Fri Nov 11 23:10:48 2005 Return-Path: X-Original-To: freebsd-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 65C1816A449 for ; Fri, 11 Nov 2005 23:10:48 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id E881843D45 for ; Fri, 11 Nov 2005 23:10:47 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from srv.sem.ipt.ru ([192.168.12.1]) by mail.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Eai2g-0006ph-5X; Sat, 12 Nov 2005 02:10:46 +0300 Received: from bsam by srv.sem.ipt.ru with local (Exim 4.54 (FreeBSD)) id 1Eai1Y-000P2N-Ui; Sat, 12 Nov 2005 02:09:36 +0300 To: moron References: <200511111214.42623.moron@industrial.org> <07621358@srv.sem.ipt.ru> <200511111446.26118.moron@industrial.org> From: Boris Samorodov Date: Sat, 12 Nov 2005 02:09:36 +0300 In-Reply-To: <200511111446.26118.moron@industrial.org> (moron@industrial.org's message of "Fri, 11 Nov 2005 14:46:25 -0800") Message-ID: <41548639@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-python@freebsd.org Subject: Re: problem upgrading to python-2.4.2 using port 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: Fri, 11 Nov 2005 23:10:48 -0000 On Fri, 11 Nov 2005 14:46:25 -0800 moron wrote: > On Friday 11 November 2005 14:24, Boris Samorodov wrote: > > Seems to me that you have an old WRKDIR. Try to do "make clean" at the > > port. > Already did that actually and have ran three cvsups so far since this started > (thinking that it may have been a temporary issue in the ports tree). There > is a comment spit out initially about a saved preferences file: > Found saved configuration for python-2.4.1_1 > But damned if I can find where that file actually is located. Even after a Look at /var/db/ports. But it shouldn't break making a new version port. "Make config" should rewrite options file. > make deinstall and make clean the above still comes up. > Any other ideas? Give a try to "make config". Or simply delete /var/db/ports/python/options. WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider From owner-freebsd-python@FreeBSD.ORG Fri Nov 11 23:16:36 2005 Return-Path: X-Original-To: freebsd-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 276BE16A41F for ; Fri, 11 Nov 2005 23:16:36 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id A27EA43D45 for ; Fri, 11 Nov 2005 23:16:35 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from doc.sem.ipt.ru ([192.168.12.1] helo=srv.sem.ipt.ru) by mail.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Eai8F-0006se-2Z; Sat, 12 Nov 2005 02:16:31 +0300 Received: from bsam by srv.sem.ipt.ru with local (Exim 4.54 (FreeBSD)) id 1Eai77-000P2j-RB; Sat, 12 Nov 2005 02:15:21 +0300 To: moron References: <200511111214.42623.moron@industrial.org> <07621358@srv.sem.ipt.ru> <200511111446.26118.moron@industrial.org> From: Boris Samorodov Date: Sat, 12 Nov 2005 02:15:21 +0300 In-Reply-To: <200511111446.26118.moron@industrial.org> (moron@industrial.org's message of "Fri, 11 Nov 2005 14:46:25 -0800") Message-ID: <75468294@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-python@freebsd.org Subject: Re: problem upgrading to python-2.4.2 using port 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: Fri, 11 Nov 2005 23:16:36 -0000 On Fri, 11 Nov 2005 14:46:25 -0800 moron wrote: > Any other ideas? Maybe you fixed the version somewhere, say at /etc/make.conf or pkgtools? WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider From owner-freebsd-python@FreeBSD.ORG Fri Nov 11 23:42:18 2005 Return-Path: X-Original-To: freebsd-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 EEB1016A41F for ; Fri, 11 Nov 2005 23:42:18 +0000 (GMT) (envelope-from moron@industrial.org) Received: from cluster.islandnet.com (cluster.islandnet.com [199.175.106.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13A8B43D78 for ; Fri, 11 Nov 2005 23:42:17 +0000 (GMT) (envelope-from moron@industrial.org) Received: from [24.68.134.10] (helo=[192.168.2.101]) by cluster01.islandnet.com with ESMTPSA (TLSv1:RC4-MD5:128) id 1EaiXA-000BSk-5F ; Fri, 11 Nov 2005 15:42:16 -0800 From: moron To: Boris Samorodov Date: Fri, 11 Nov 2005 15:42:04 -0800 User-Agent: KMail/1.8.1 References: <200511111214.42623.moron@industrial.org> <200511111446.26118.moron@industrial.org> <41548639@srv.sem.ipt.ru> In-Reply-To: <41548639@srv.sem.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511111542.04604.moron@industrial.org> X-GeoIP: CA Canada Cc: freebsd-python@freebsd.org Subject: Re: problem upgrading to python-2.4.2 using port 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: Fri, 11 Nov 2005 23:42:19 -0000 > Look at /var/db/ports. But it shouldn't break making a new version > port. "Make config" should rewrite options file. Howdy. Thanks for that, now it does not look at the old options file but I still get the same type of behaviour (though initially a different file is complained about): ===> Vulnerability check disabled, database not found ===> Found saved configuration for python-2.4.2 ===> Extracting for python-2.4.2 => Checksum OK for python/Python-2.4.1.tgz. /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.4,' /usr/ports/lang/python/work/Python-2.4.1/Tools/scripts/pydoc > /usr/ports/lang/python/work/pydoc2.4 /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.4,' /usr/ports/lang/python/work/Python-2.4.1/Tools/scripts/idle > /usr/ports/lang/python/work/idle2.4 /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.4,' /usr/ports/lang/python/work/Python-2.4.1/Lib/smtpd.py > /usr/ports/lang/python/work/smtpd2.4.py ===> Patching for python-2.4.2 /usr/bin/sed -i.bak -e 's,/usr/doc/python-docs-,/usr/local/share/doc/python,g' /usr/ports/lang/python/work/Python-2.4.1/Lib/pydoc.py /usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, "/usr/X11R6"]| g' /usr/ports/lang/python/work/Python-2.4.1/Lib/site.py ===> Applying FreeBSD patches for python-2.4.2 2 out of 2 hunks failed--saving rejects to Python/pystate.c.rej => Patch patch-Python::pystate.c failed to apply cleanly. => Patch(es) patch-Modules::socketmodule.c patch-Python::ceval.c applied cleanly. *** Error code 1 Stop in /usr/ports/lang/python. Thanks for any assistance you can offer. Cheers -- ---> (culture) http://industrial.org : (label) http://deterrent.net ---> (community) http://ampfea.org : (hire me) http://codegrunt.com ---> (send EEEI news to) infosuck@industrial.org ---> Whomever dies with the most URLs wins!!!!!!!!!!!!! From owner-freebsd-python@FreeBSD.ORG Sat Nov 12 02:36:48 2005 Return-Path: X-Original-To: freebsd-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 AA26C16A41F for ; Sat, 12 Nov 2005 02:36:48 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 463E143D45 for ; Sat, 12 Nov 2005 02:36:48 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id A042E5FA9; Fri, 11 Nov 2005 21:36:47 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08641-10; Fri, 11 Nov 2005 21:36:46 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-122-227.ny325.east.verizon.net [68.161.122.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 11FA75FA1; Fri, 11 Nov 2005 21:36:45 -0500 (EST) Message-ID: <4375553E.8030803@mac.com> Date: Fri, 11 Nov 2005 21:36:46 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: moron References: <200511111214.42623.moron@industrial.org> <200511111446.26118.moron@industrial.org> <41548639@srv.sem.ipt.ru> <200511111542.04604.moron@industrial.org> In-Reply-To: <200511111542.04604.moron@industrial.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-python@freebsd.org Subject: Re: problem upgrading to python-2.4.2 using port 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: Sat, 12 Nov 2005 02:36:48 -0000 moron wrote: [ ... ] > Howdy. Thanks for that, now it does not look at the old options file but I > still get the same type of behaviour (though initially a different file is > complained about): > > ===> Vulnerability check disabled, database not found > ===> Found saved configuration for python-2.4.2 > ===> Extracting for python-2.4.2 > => Checksum OK for python/Python-2.4.1.tgz. Are you using cvsup8 by any chance? One or more of the cvsup servers seems to be vending old files, and you apparently have a mixture of 2.4.1 and 2.4.2 files from it. You might also check: % fgrep '$FreeBSD' /usr/ports/Mk/bsd.python.mk # $FreeBSD: ports/Mk/bsd.python.mk,v 1.68 2005/10/02 14:31:39 perky Exp $ -- -Chuck From owner-freebsd-python@FreeBSD.ORG Sat Nov 12 09:23:05 2005 Return-Path: X-Original-To: freebsd-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 DD53A16A41F for ; Sat, 12 Nov 2005 09:23:05 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F90943D45 for ; Sat, 12 Nov 2005 09:23:05 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from stat.sem.ipt.ru ([192.168.12.1] helo=srv.sem.ipt.ru) by mail.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1EarbD-0008zt-43; Sat, 12 Nov 2005 12:23:03 +0300 Received: from bsam by srv.sem.ipt.ru with local (Exim 4.54 (FreeBSD)) id 1Eara4-000PXu-Gm; Sat, 12 Nov 2005 12:21:52 +0300 To: moron References: <200511111214.42623.moron@industrial.org> <200511111446.26118.moron@industrial.org> <41548639@srv.sem.ipt.ru> <200511111542.04604.moron@industrial.org> From: Boris Samorodov Date: Sat, 12 Nov 2005 12:21:52 +0300 In-Reply-To: <200511111542.04604.moron@industrial.org> (moron@industrial.org's message of "Fri, 11 Nov 2005 15:42:04 -0800") Message-ID: <27304223@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-python@freebsd.org Subject: Re: problem upgrading to python-2.4.2 using port 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: Sat, 12 Nov 2005 09:23:06 -0000 On Fri, 11 Nov 2005 15:42:04 -0800 moron wrote: > ===> Vulnerability check disabled, database not found > ===> Found saved configuration for python-2.4.2 > ===> Extracting for python-2.4.2 > => Checksum OK for python/Python-2.4.1.tgz. ^^^^^^^^^^^^ Ouch! > ===> Applying FreeBSD patches for python-2.4.2 Yes, strange mixture. Will you pls show your distinfo, Makefile, /etc/make.conf? Can you try to build the port without /etc/make.conf? WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider From owner-freebsd-python@FreeBSD.ORG Sat Nov 12 19:13:34 2005 Return-Path: X-Original-To: freebsd-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 E75A516A41F for ; Sat, 12 Nov 2005 19:13:34 +0000 (GMT) (envelope-from moron@industrial.org) Received: from cluster.islandnet.com (cluster.islandnet.com [199.175.106.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C5E343D46 for ; Sat, 12 Nov 2005 19:13:34 +0000 (GMT) (envelope-from moron@industrial.org) Received: from [24.68.134.10] (helo=[192.168.2.101]) by cluster08.islandnet.com with ESMTPSA (TLSv1:RC4-MD5:128) id 1Eb0of-0009Vz-Qf for freebsd-python@freebsd.org; Sat, 12 Nov 2005 11:13:34 -0800 From: moron To: freebsd-python@freebsd.org Date: Sat, 12 Nov 2005 11:13:20 -0800 User-Agent: KMail/1.8.1 References: <200511111214.42623.moron@industrial.org> <200511111542.04604.moron@industrial.org> <27304223@srv.sem.ipt.ru> In-Reply-To: <27304223@srv.sem.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511121113.20757.moron@industrial.org> X-GeoIP: CA Canada Subject: Re: problem upgrading to python-2.4.2 using port 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: Sat, 12 Nov 2005 19:13:35 -0000 On Saturday 12 November 2005 01:21, Boris Samorodov wrote: > Yes, strange mixture. Will you pls show your distinfo, Makefile, > /etc/make.conf? Howdy. Here you go. . . -------- distinfo: -------- MD5 (python/Python-2.1.tgz) = 2ba2baeccd6100a4be80e6368a975054 MD5 (python/Python-2.1.1.tgz) = eb34371c49b271abc74b42572883e1b4 MD5 (python/Python-2.1.2.tgz) = 4af22bded23a55f907365ed7610de8c9 MD5 (python/Python-2.1.3.tgz) = a8b04cdc822a6fc833ed9b99c7fba589 MD5 (python/Python-2.2.tgz) = 87febf0780c8e18454022d34b2ca70a0 MD5 (python/Python-2.2.1.tgz) = e7012d611602b62e36073c2fd02396a3 MD5 (python/Python-2.2.2.tgz) = 1c1067396e5aa0299978486eb5bd1a5c MD5 (python/Python-2.2.3.tgz) = 169f89f318e252dac0c54dd1b165d229 MD5 (python/Python-2.3.tgz) = 595620a4769073a812e353597585c4e8 MD5 (python/Python-2.3.1.tgz) = a3dcbe1c7f173c8e3c7cce28495016ae MD5 (python/Python-2.3.2.tgz) = f54d7a529d444994b4b33429bbb45479 MD5 (python/Python-2.3.3.tgz) = 4d16732b1cfccc0ed250956d41463c61 SIZE (python/Python-2.3.3.tgz) = 8491380 MD5 (python/Python-2.3.4.tgz) = b6cf0b19226861a38689d2fabd0931b3 SIZE (python/Python-2.3.4.tgz) = 8502738 MD5 (python/Python-2.3.5.tgz) = 7a1ecc1196c5c0e9d4eef90ba684c4e9 SIZE (python/Python-2.3.5.tgz) = 8535749 MD5 (python/Python-2.4.tgz) = 149ad508f936eccf669d52682cf8e606 SIZE (python/Python-2.4.tgz) = 9198035 MD5 (python/Python-2.4.1.tgz) = 7bb2416a4f421c3452d306694d3efbba SIZE (python/Python-2.4.1.tgz) = 9219882 MD5 (python/Python-2.4.2.tgz) = 07cfc759546f6723bb367be5b1ce9875 SIZE (python/Python-2.4.2.tgz) = 9239975 MD5 (python/Python-2.5.a0.20050129.tgz) = bdf571f3e28c4793bedbd180611c28e6 SIZE (python/Python-2.5.a0.20050129.tgz) = 9227299 MD5 (python/Python-2.5.a0.20050728.tgz) = 423c9ac2dbe3a754195e26652495aac3 SIZE (python/Python-2.5.a0.20050728.tgz) = 9280478 -------- Makefile (from python port directory): ----------- # New ports collection makefile for: python # Date created: 08 August 1995 # Whom: jkh # # $FreeBSD: ports/lang/python/Makefile,v 1.149 2005/11/02 13:40:51 perky Exp $ # PORTNAME= python PORTVERSION= 2.4.2 CATEGORIES= lang python ipv6 MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= perky@FreeBSD.org COMMENT?= An interpreted object-oriented programming language CONFLICTS= python-mode.el-1.* DIST_SUBDIR= python WRKSRC= ${PYTHON_WRKSRC} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= OPT="${CFLAGS}" MAKE_ENV= VPATH="${WRKSRC}" INSTALLS_SHLIB= yes INSTALL_TARGET= install MAN1= python.1 USE_PYTHON= yes PYTHON_VERSION= python2.4 PYTHON_NO_DEPENDS= yes USE_REINPLACE= yes SHARED_WRKSRC= ${WRKSRC}/build.shared PLIST= ${WRKDIR}/pkg-plist PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} DEMODIR= ${PREFIX}/share/examples/${PYTHON_VERSION} TOOLSDIR= ${PREFIX}/share/${PYTHON_VERSION} OPTIONS= THREADS "Enable thread support" on \ HUGE_STACK_SIZE "Use a larger thread stack" off \ UCS4 "Use UCS4 for unicode support" on \ PYMALLOC "Use python's internal malloc" on \ IPV6 "Enable IPv6 support" on \ FPECTL "Enable floating point exception handling" off .include # workaround for a bug in base curses.h. CFLAGS+= -D__wchar_t=wchar_t .if !defined(WITHOUT_THREADS) CONFIGURE_ARGS+= --with-threads CFLAGS+= ${PTHREAD_CFLAGS} .if defined(WITHOUT_HUGE_STACK_SIZE) CFLAGS+= -DTHREAD_STACK_SIZE=0x20000 .else CFLAGS+= -DTHREAD_STACK_SIZE=0x100000 .endif # defined(WITHOUT_HUGE_STACK_SIZE) CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}" .else CONFIGURE_ARGS+= --without-threads .if defined(LDFLAGS) CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" .endif # defined(LDFLAGS) .endif # !defined(WITHOUT_THREADS) .if !defined(WITHOUT_UCS4) && !defined(WITH_UCS2) CONFIGURE_ARGS+= --enable-unicode=ucs4 .endif .if defined(WITHOUT_PYMALLOC) CONFIGURE_ARGS+= --without-pymalloc .endif .if ${ARCH} == i386 PLIST_SUB+= X86_ONLY="" .else PLIST_SUB+= X86_ONLY="@comment " .endif .if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == alpha PLIST_SUB+= 32BIT_ONLY="@comment " .else PLIST_SUB+= 32BIT_ONLY="" .endif .if ${ARCH} == sparc64 CFLAGS+= -DPYTHON_DEFAULT_RECURSION_LIMIT=900 .endif .if !defined(WITHOUT_IPV6) && ${OSVERSION} >= 400014 CONFIGURE_ARGS+= --enable-ipv6 .else CONFIGURE_ARGS+= --disable-ipv6 .endif .if defined(WITH_FPECTL) CONFIGURE_ARGS+= --with-fpectl .endif .if ${OSVERSION} >= 700000 PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd6 .elif ${OSVERSION} >= 600000 PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd7 .elif ${OSVERSION} >= 500000 PLATFORMS=plat-freebsd4 plat-freebsd6 plat-freebsd7 .else PLATFORMS=plat-freebsd5 plat-freebsd6 plat-freebsd7 .endif post-extract: ${SED} -e '1s,^.*$$,#!${PREFIX}/bin/${PYTHON_VERSION},' \ ${WRKSRC}/Tools/scripts/pydoc > ${WRKDIR}/pydoc2.4 ${SED} -e '1s,^.*$$,#!${PREFIX}/bin/${PYTHON_VERSION},' \ ${WRKSRC}/Tools/scripts/idle > ${WRKDIR}/idle2.4 ${SED} -e '1s,^.*$$,#!${PREFIX}/bin/${PYTHON_VERSION},' \ ${WRKSRC}/Lib/smtpd.py > ${WRKDIR}/smtpd2.4.py pre-patch: ${REINPLACE_CMD} -e \ 's,/usr/doc/python-docs-,${PREFIX}/share/doc/python,g' \ ${WRKSRC}/Lib/pydoc.py ${REINPLACE_CMD} -e \ 's|^\( *prefixes = .*\)\]$$|\1, "${X11BASE}"]|g' \ ${WRKSRC}/Lib/site.py .if defined(WITH_FPECTL) && ${ARCH} == i386 ${ECHO} "fpectl fpectlmodule.c" >> ${WRKSRC}/Modules/Setup.dist .endif post-configure: @# prepare a subdir for shared build .for subdir in Modules Parser Python Objects ${MKDIR} ${SHARED_WRKSRC}/${subdir} .endfor ${SED} -e 's,^\(LDLIBRARY=\).*$$,\1libpython$$(VERSION).so,' \ -e 's,^\(BLDLIBRARY=\).*$$,\1-L. -lpython$$(VERSION),' \ -e 's,^\(CFLAGSFORSHARED=\).*$$,\1$$(CCSHARED),' \ -e 's,^\(Makefile Modules/config.c:.*\)Makefile.pre,\1,' \ -e 's,^\(.(BUILDPYTHON):.*\).(LIBRARY),\1,' \ ${WRKSRC}/Makefile > ${SHARED_WRKSRC}/Makefile ${LN} -sf ${WRKSRC}/pyconfig.h ${WRKSRC}/Include ${WRKSRC}/Grammar \ ${SHARED_WRKSRC}/ ${LN} -sf ${WRKSRC}/Python/getplatform.c ${WRKSRC}/Python/importdl.c \ ${WRKSRC}/Python/importdl.h \ ${SHARED_WRKSRC}/Python/ ${LN} -sf ${WRKSRC}/Modules/makesetup ${WRKSRC}/Modules/Setup* \ ${WRKSRC}/Modules/*.c ${WRKSRC}/Modules/*.h \ ${SHARED_WRKSRC}/Modules/ post-build: cd ${SHARED_WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${MAKE} lib${PYTHON_VERSION}.so python; \ ${LN} -f lib${PYTHON_VERSION}.so lib${PYTHON_VERSION}.so.1; \ ${LN} -f python ${PYTHON_VERSION:S/thon/thon-shared/} .if !exists(/usr/bin/rpcgen) # the world with NO_NIS ${GREP} -v 'nis.so$$' ${PKGDIR}/pkg-plist > ${PLIST} .else ${CP} ${PKGDIR}/pkg-plist ${PLIST} .endif pre-su-install: .for platform in ${PLATFORMS} ${MKDIR} ${PYTHONPREFIX_LIBDIR}/${platform} .for file in IN.py regen ${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/${file} \ ${PYTHONPREFIX_LIBDIR}/${platform}/ .endfor .endfor post-install: @# shared version of executable and library ${INSTALL_PROGRAM} ${SHARED_WRKSRC}/lib${PYTHON_VERSION}.so.1 \ ${PREFIX}/lib cd ${PREFIX}/lib; ${LN} -sf lib${PYTHON_VERSION}.so.1 \ lib${PYTHON_VERSION}.so ${LN} -sf ${PREFIX}/lib/lib${PYTHON_VERSION}.so ${PYTHONPREFIX_LIBDIR}/config ${INSTALL_PROGRAM} \ ${SHARED_WRKSRC}/${PYTHON_VERSION:S/thon/thon-shared/} \ ${PREFIX}/bin cd ${PREFIX}/bin; \ ${LN} -f ${PYTHON_VERSION:S/thon/thon-shared/} python-shared @# additional files installing by ports ${INSTALL_DATA} ${WRKSRC}/Misc/python-mode.el \ ${PREFIX}/share/emacs/site-lisp ${INSTALL_SCRIPT} ${WRKDIR}/pydoc2.4 ${WRKDIR}/idle2.4 \ ${WRKDIR}/smtpd2.4.py ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${TOOLSDIR} @cd ${WRKSRC}; tar -c --exclude='*CVS*' -f - Tools | \ (cd ${TOOLSDIR}; tar xf -) @${MKDIR} ${DEMODIR} @cd ${WRKSRC}/Demo; tar -c --exclude='*CVS*' -f - * | \ (cd ${DEMODIR}; tar xf -) .endif @${CAT} ${PKGMESSAGE} PORTUPGRADE?= ${LOCALBASE}/sbin/portupgrade PKG_WHICH?= ${LOCALBASE}/sbin/pkg_which upgrade-site-packages: @if [ -x ${PORTUPGRADE} ]; then \ for ver in 2.1 2.2 2.3; do \ if [ -d ${PREFIX}/lib/python$$ver ]; then \ UPD=`${FIND} ${PREFIX}/lib/python$$ver \ -type f -print0 | \ ${XARGS} -0 ${PKG_WHICH} | \ ${GREP} -Fv '?' | \ ${GREP} -v '^python-2' | \ ${SORT} -u`; \ if [ "$$UPD" ]; then \ ${PORTUPGRADE} -f $$UPD; \ fi; \ fi; \ done; \ else \ ${ECHO_MSG} "Please install sysutils/portupgrade."; \ ${FALSE}; \ fi .include > Can you try to build the port without /etc/make.conf? My make.conf file is pretty much empty: # added by use.perl 2005-11-05 13:49:14 PERL_VER=5.8.7 PERL_VERSION=5.8.7 Cheers -- ---> (culture) http://industrial.org : (label) http://deterrent.net ---> (community) http://ampfea.org : (hire me) http://codegrunt.com ---> (send EEEI news to) infosuck@industrial.org ---> Whomever dies with the most URLs wins!!!!!!!!!!!!! From owner-freebsd-python@FreeBSD.ORG Sat Nov 12 19:19:28 2005 Return-Path: X-Original-To: freebsd-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 B853416A41F for ; Sat, 12 Nov 2005 19:19:28 +0000 (GMT) (envelope-from moron@industrial.org) Received: from cluster.islandnet.com (cluster.islandnet.com [199.175.106.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EFAB43D45 for ; Sat, 12 Nov 2005 19:19:28 +0000 (GMT) (envelope-from moron@industrial.org) Received: from [24.68.134.10] (helo=[192.168.2.101]) by cluster08.islandnet.com with ESMTPSA (TLSv1:RC4-MD5:128) id 1Eb0uO-0009gM-Qk for freebsd-python@freebsd.org; Sat, 12 Nov 2005 11:19:28 -0800 From: moron To: freebsd-python@freebsd.org Date: Sat, 12 Nov 2005 11:19:16 -0800 User-Agent: KMail/1.8.1 References: <200511111214.42623.moron@industrial.org> <200511111542.04604.moron@industrial.org> <4375553E.8030803@mac.com> In-Reply-To: <4375553E.8030803@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511121119.16268.moron@industrial.org> X-GeoIP: CA Canada Subject: Re: problem upgrading to python-2.4.2 using port 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: Sat, 12 Nov 2005 19:19:28 -0000 On Friday 11 November 2005 18:36, Chuck Swiger wrote: > Are you using cvsup8 by any chance? One or more of the cvsup servers seems > to be vending old files, and you apparently have a mixture of 2.4.1 and > 2.4.2 files from it. You might also check: I have mainly been using cvsup2 and cvsup3, to my knowledge I have never used cvsup8. > % fgrep '$FreeBSD' /usr/ports/Mk/bsd.python.mk > # $FreeBSD: ports/Mk/bsd.python.mk,v 1.68 2005/10/02 14:31:39 perky Exp $ I get the following: fgrep '$FreeBSD' /usr/ports/Mk/bsd.python.mk # $FreeBSD: ports/Mk/bsd.python.mk,v 1.67 2005/07/28 08:29:31 perky Exp $ I gather that is out of date? Is this something that should be refreshed by cvsup or do I have to edit by hand from this point on (I never manually installed that file)? Cheers -- ---> (culture) http://industrial.org : (label) http://deterrent.net ---> (community) http://ampfea.org : (hire me) http://codegrunt.com ---> (send EEEI news to) infosuck@industrial.org ---> Whomever dies with the most URLs wins!!!!!!!!!!!!! From owner-freebsd-python@FreeBSD.ORG Sat Nov 12 19:54:22 2005 Return-Path: X-Original-To: freebsd-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 A396016A41F for ; Sat, 12 Nov 2005 19:54:22 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B5CC43D46 for ; Sat, 12 Nov 2005 19:54:22 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 3BCAE5FA9; Sat, 12 Nov 2005 14:54:21 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 98452-03; Sat, 12 Nov 2005 14:54:20 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-122-227.ny325.east.verizon.net [68.161.122.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 5BDEB5CE9; Sat, 12 Nov 2005 14:54:20 -0500 (EST) Message-ID: <4376486E.5010104@mac.com> Date: Sat, 12 Nov 2005 14:54:22 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: moron References: <200511111214.42623.moron@industrial.org> <200511111542.04604.moron@industrial.org> <4375553E.8030803@mac.com> <200511121119.16268.moron@industrial.org> In-Reply-To: <200511121119.16268.moron@industrial.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-python@freebsd.org Subject: Re: problem upgrading to python-2.4.2 using port 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: Sat, 12 Nov 2005 19:54:22 -0000 moron wrote: [ ... ] >>% fgrep '$FreeBSD' /usr/ports/Mk/bsd.python.mk >># $FreeBSD: ports/Mk/bsd.python.mk,v 1.68 2005/10/02 14:31:39 perky Exp $ > > I get the following: > > fgrep '$FreeBSD' /usr/ports/Mk/bsd.python.mk > # $FreeBSD: ports/Mk/bsd.python.mk,v 1.67 2005/07/28 08:29:31 perky Exp $ > > I gather that is out of date? Is this something that should be refreshed by > cvsup or do I have to edit by hand from this point on (I never manually > installed that file)? cvsup'ing ports should have updated that file, yes. If you "cd /usr/ports" and run "make update", does it work? :-) Show us the top of that command's output if it seems unusual...? -- -Chuck From owner-freebsd-python@FreeBSD.ORG Sat Nov 12 20:01:55 2005 Return-Path: X-Original-To: freebsd-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 6766516A41F for ; Sat, 12 Nov 2005 20:01:55 +0000 (GMT) (envelope-from moron@industrial.org) Received: from cluster.islandnet.com (cluster.islandnet.com [199.175.106.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E17F43D46 for ; Sat, 12 Nov 2005 20:01:55 +0000 (GMT) (envelope-from moron@industrial.org) Received: from [24.68.134.10] (helo=[192.168.2.101]) by cluster03.islandnet.com with ESMTPSA (TLSv1:RC4-MD5:128) id 1Eb1ZS-0001Us-CX for freebsd-python@freebsd.org; Sat, 12 Nov 2005 12:01:54 -0800 From: moron To: freebsd-python@freebsd.org Date: Sat, 12 Nov 2005 12:01:42 -0800 User-Agent: KMail/1.8.1 References: <200511111214.42623.moron@industrial.org> <200511121119.16268.moron@industrial.org> <4376486E.5010104@mac.com> In-Reply-To: <4376486E.5010104@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511121201.42877.moron@industrial.org> X-GeoIP: CA Canada Subject: Re: problem upgrading to python-2.4.2 using port 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: Sat, 12 Nov 2005 20:01:55 -0000 On Saturday 12 November 2005 11:54, Chuck Swiger wrote: > cvsup'ing ports should have updated that file, yes. > > If you "cd /usr/ports" and run "make update", does it work? :-) > Show us the top of that command's output if it seems unusual...? Howdy. Well, it does not go very far: make update Error: Please define either SUP_UPDATE or CVS_UPDATE first. My normal routine is to run cvsup then if warranted, either upgrade individual ports or run portupgrade if I have done a major update. I have never ran a "make update" from the root of the port tree previously (at least not recently in any case). The non commented out lines in my supfile are: ------- *default host=cvsup2.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=. *default delete use-rel-suffix *default compress ------ I've updating the ports tree using: cvsup -g -L 2 ports-supfile Is there any major difference between "make update" and running cvsup directly (as instructed to in the FreeBSD handbook)? Cheers -- ---> (culture) http://industrial.org : (label) http://deterrent.net ---> (community) http://ampfea.org : (hire me) http://codegrunt.com ---> (send EEEI news to) infosuck@industrial.org ---> Whomever dies with the most URLs wins!!!!!!!!!!!!! From owner-freebsd-python@FreeBSD.ORG Sat Nov 12 20:37:59 2005 Return-Path: X-Original-To: freebsd-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 E1F4A16A41F for ; Sat, 12 Nov 2005 20:37:59 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFB9F43D5F for ; Sat, 12 Nov 2005 20:37:52 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from doc.sem.ipt.ru ([192.168.12.1] helo=srv.sem.ipt.ru) by mail.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Eb28C-000AyG-RX; Sat, 12 Nov 2005 23:37:48 +0300 Received: from bsam by srv.sem.ipt.ru with local (Exim 4.54 (FreeBSD)) id 1Eb272-000Pxw-Nv; Sat, 12 Nov 2005 23:36:36 +0300 To: moron References: <200511111214.42623.moron@industrial.org> <200511121119.16268.moron@industrial.org> <4376486E.5010104@mac.com> <200511121201.42877.moron@industrial.org> From: Boris Samorodov Date: Sat, 12 Nov 2005 23:36:36 +0300 In-Reply-To: <200511121201.42877.moron@industrial.org> (moron@industrial.org's message of "Sat, 12 Nov 2005 12:01:42 -0800") Message-ID: <09372315@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-python@freebsd.org Subject: Re: problem upgrading to python-2.4.2 using port 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: Sat, 12 Nov 2005 20:38:00 -0000 On Sat, 12 Nov 2005 12:01:42 -0800 moron wrote: > The non commented out lines in my supfile are: > ------- > *default host=cvsup2.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs tag=. > *default delete use-rel-suffix > *default compress > ------ Didn't you miss a line with "ports-all" string? Or you just didn't mention it? WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider From owner-freebsd-python@FreeBSD.ORG Sat Nov 12 20:42:21 2005 Return-Path: X-Original-To: freebsd-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 E925216A41F for ; Sat, 12 Nov 2005 20:42:21 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9C7543D5E for ; Sat, 12 Nov 2005 20:42:20 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from admin.sem.ipt.ru ([192.168.12.1] helo=srv.sem.ipt.ru) by mail.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Eb2CZ-000Ayr-Mt; Sat, 12 Nov 2005 23:42:19 +0300 Received: from bsam by srv.sem.ipt.ru with local (Exim 4.54 (FreeBSD)) id 1Eb2BP-000Py2-Iu; Sat, 12 Nov 2005 23:41:07 +0300 To: moron References: <200511111214.42623.moron@industrial.org> <200511111542.04604.moron@industrial.org> <27304223@srv.sem.ipt.ru> <200511121113.20757.moron@industrial.org> From: Boris Samorodov Date: Sat, 12 Nov 2005 23:41:07 +0300 In-Reply-To: <200511121113.20757.moron@industrial.org> (moron@industrial.org's message of "Sat, 12 Nov 2005 11:13:20 -0800") Message-ID: <27296508@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-python@freebsd.org Subject: Re: problem upgrading to python-2.4.2 using port 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: Sat, 12 Nov 2005 20:42:22 -0000 On Sat, 12 Nov 2005 11:13:20 -0800 moron wrote: > On Saturday 12 November 2005 01:21, Boris Samorodov wrote: > > Yes, strange mixture. Will you pls show your distinfo, Makefile, > > /etc/make.conf? > Howdy. Here you go. . . [skip] Well, it seems all files are fine. WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider From owner-freebsd-python@FreeBSD.ORG Sat Nov 12 20:48:09 2005 Return-Path: X-Original-To: freebsd-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 78D6F16A41F for ; Sat, 12 Nov 2005 20:48:09 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 080A643D45 for ; Sat, 12 Nov 2005 20:48:08 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from stat.sem.ipt.ru ([192.168.12.1] helo=srv.sem.ipt.ru) by mail.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Eb2IB-000Azl-Lt; Sat, 12 Nov 2005 23:48:07 +0300 Received: from bsam by srv.sem.ipt.ru with local (Exim 4.54 (FreeBSD)) id 1Eb2H1-000PyN-HV; Sat, 12 Nov 2005 23:46:55 +0300 To: moron References: <200511111214.42623.moron@industrial.org> <200511111542.04604.moron@industrial.org> <4375553E.8030803@mac.com> <200511121119.16268.moron@industrial.org> From: Boris Samorodov Date: Sat, 12 Nov 2005 23:46:55 +0300 In-Reply-To: <200511121119.16268.moron@industrial.org> (moron@industrial.org's message of "Sat, 12 Nov 2005 11:19:16 -0800") Message-ID: <61216160@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-python@freebsd.org Subject: Re: problem upgrading to python-2.4.2 using port 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: Sat, 12 Nov 2005 20:48:09 -0000 On Sat, 12 Nov 2005 11:19:16 -0800 moron wrote: > On Friday 11 November 2005 18:36, Chuck Swiger wrote: > > Are you using cvsup8 by any chance? One or more of the cvsup servers seems > > to be vending old files, and you apparently have a mixture of 2.4.1 and > > 2.4.2 files from it. You might also check: > I have mainly been using cvsup2 and cvsup3, to my knowledge I have never used > cvsup8. > > % fgrep '$FreeBSD' /usr/ports/Mk/bsd.python.mk > > # $FreeBSD: ports/Mk/bsd.python.mk,v 1.68 2005/10/02 14:31:39 perky Exp $ This *.mk version (1.68) introduced python version 2.4.2. > I get the following: > fgrep '$FreeBSD' /usr/ports/Mk/bsd.python.mk > # $FreeBSD: ports/Mk/bsd.python.mk,v 1.67 2005/07/28 08:29:31 perky Exp $ > I gather that is out of date? Is this something that should be refreshed by > cvsup or do I have to edit by hand from this point on (I never manually > installed that file)? Something wrong with your cvsup. Maybe you played with .refuse files or smth like this? You may try to ktrace cvsupping and examine what is happenning. WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider From owner-freebsd-python@FreeBSD.ORG Sat Nov 12 20:58:47 2005 Return-Path: X-Original-To: freebsd-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 2BE3A16A41F for ; Sat, 12 Nov 2005 20:58:47 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA0FE43D45 for ; Sat, 12 Nov 2005 20:58:46 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id DA15D5DDA; Sat, 12 Nov 2005 15:58:45 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 95957-10; Sat, 12 Nov 2005 15:58:45 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-122-227.ny325.east.verizon.net [68.161.122.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 0E7E15CB2; Sat, 12 Nov 2005 15:58:45 -0500 (EST) Message-ID: <43765787.6010806@mac.com> Date: Sat, 12 Nov 2005 15:58:47 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: moron References: <200511111214.42623.moron@industrial.org> <200511121119.16268.moron@industrial.org> <4376486E.5010104@mac.com> <200511121201.42877.moron@industrial.org> In-Reply-To: <200511121201.42877.moron@industrial.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-python@freebsd.org Subject: Re: problem upgrading to python-2.4.2 using port 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: Sat, 12 Nov 2005 20:58:47 -0000 moron wrote: [ ... ] > Is there any major difference between "make update" and running cvsup directly > (as instructed to in the FreeBSD handbook)? No, not really. You can hook them together (along with doing "make update" in /usr/src, too), via this in /etc/make.conf: # season to taste SUP_UPDATE= yes SUP= /usr/local/bin/cvsup SUPFLAGS= -g SUPHOST= cvsup4.FreeBSD.org SUPFILE= /etc/stable-supfile PORTSSUPFILE= /etc/ports-supfile ...or wherever you keep you supfiles. If nothing else works, you might consider deleting the ports tree you have and checking a fresh one out. -- -Chuck