From owner-freebsd-python@FreeBSD.ORG Sun Mar 18 08:45:57 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC27316A400; Sun, 18 Mar 2007 08:45:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8652313C465; Sun, 18 Mar 2007 08:45:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2I8jv3Z017885; Sun, 18 Mar 2007 08:45:57 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2I8jvcB017881; Sun, 18 Mar 2007 08:45:57 GMT (envelope-from miwi) Date: Sun, 18 Mar 2007 08:45:57 GMT From: Martin Wilke Message-Id: <200703180845.l2I8jvcB017881@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-python@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/110445: [PATCH] textproc/py-sgrep: update to 1.1a 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 Mar 2007 08:45:57 -0000 Synopsis: [PATCH] textproc/py-sgrep: update to 1.1a Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Sun Mar 18 08:45:56 UTC 2007 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=110445 From owner-freebsd-python@FreeBSD.ORG Mon Mar 19 03:42:46 2007 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE90D16A402; Mon, 19 Mar 2007 03:42:46 +0000 (UTC) (envelope-from lwhsu@jail0.lwhsu.csie.net) Received: from knight.lwhsu.ckefgisc.org (lwhsu.Dorm7.NCTU.edu.tw [140.113.90.48]) by mx1.freebsd.org (Postfix) with ESMTP id 9CA9613C46C; Mon, 19 Mar 2007 03:42:46 +0000 (UTC) (envelope-from lwhsu@jail0.lwhsu.csie.net) Received: from jail0.lwhsu.csie.net (jail0 [192.168.173.100]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by knight.lwhsu.ckefgisc.org (Postfix) with ESMTP id 7790911441; Mon, 19 Mar 2007 11:42:44 +0800 (CST) Received: (from lwhsu@localhost) by jail0.lwhsu.csie.net (8.13.8/8.13.8/Submit) id l2J3ghSO076348; Mon, 19 Mar 2007 11:42:43 +0800 (CST) (envelope-from lwhsu) Date: Mon, 19 Mar 2007 11:42:43 +0800 (CST) Message-Id: <200703190342.l2J3ghSO076348@jail0.lwhsu.csie.net> To: FreeBSD-gnats-submit@freebsd.org From: Li-Wen Hsu X-send-pr-version: 3.113 X-GNATS-Notify: Cc: python@freebsd.org, lwhsu@lwhsu.org Subject: [PATCH] devel/py-simplejson: update to 1.7 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: Mon, 19 Mar 2007 03:42:46 -0000 >Submitter-Id: current-users >Originator: Li-Wen Hsu >Organization: >Confidential: no >Synopsis: [PATCH] devel/py-simplejson: update to 1.7 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.2-STABLE i386 >Environment: System: FreeBSD jail0.lwhsu.csie.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jan 26 00:04:54 CST 2007 >Description: - Update to 1.7 Port maintainer (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py24-simplejson-1.7.patch begins here --- diff -ruN -ruN --exclude=CVS /usr/ports/devel/py-simplejson/Makefile /home/lwhsu/ports/devel/py-simplejson/Makefile --- /usr/ports/devel/py-simplejson/Makefile Mon Mar 5 13:40:35 2007 +++ /home/lwhsu/ports/devel/py-simplejson/Makefile Mon Mar 19 10:44:29 2007 @@ -6,7 +6,7 @@ # PORTNAME= simplejson -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= devel python MASTER_SITES= http://cheeseshop.python.org/packages/source/s/simplejson/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,9 +20,24 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes -PYSIMPLEJSON_EGG= ${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg +PYSIMPLEJSON_EGG= ${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}-freebsd-${OSRELEASE}-${ARCH}.egg PLIST_SUB+= PYSIMPLEJSON_EGG=${PYSIMPLEJSON_EGG} \ EGG_VER="${PORTNAME}==${PORTVERSION}" -.include +.if !defined(NOPORTDOCS) +DOCSDIR= ${TARGETDIR}/share/doc/py-${PORTNAME} +PORTDOCS= * +.endif + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${CP} -R ${WRKSRC}/docs/ ${DOCSDIR} +.endif + +.include + +OSRELEASE!= uname -r + +.include diff -ruN -ruN --exclude=CVS /usr/ports/devel/py-simplejson/distinfo /home/lwhsu/ports/devel/py-simplejson/distinfo --- /usr/ports/devel/py-simplejson/distinfo Mon Mar 5 13:40:35 2007 +++ /home/lwhsu/ports/devel/py-simplejson/distinfo Mon Mar 19 10:39:14 2007 @@ -1,3 +1,3 @@ -MD5 (simplejson-1.6.tar.gz) = be3e13943a9627a3cfc012e31db0550b -SHA256 (simplejson-1.6.tar.gz) = e901c0e78ceba9b3679ddccad5dd48e6dd84f087dc288a2e24e5c6d875a4f735 -SIZE (simplejson-1.6.tar.gz) = 56204 +MD5 (simplejson-1.7.tar.gz) = 1e8866f758ef8e7d5fe6ebeb1b26e4eb +SHA256 (simplejson-1.7.tar.gz) = e89889f9465ca3e60c5b8f2dae7c279a29edfb5e894840c95414ddf2980a8dbb +SIZE (simplejson-1.7.tar.gz) = 59806 --- py24-simplejson-1.7.patch ends here --- From owner-freebsd-python@FreeBSD.ORG Mon Mar 19 03:50:18 2007 Return-Path: X-Original-To: python@hub.freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 262B216A4CA; Mon, 19 Mar 2007 03:50:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id F39B913C468; Mon, 19 Mar 2007 03:50:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2J3oHaq087413; Mon, 19 Mar 2007 03:50:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2J3oHHX087409; Mon, 19 Mar 2007 03:50:17 GMT (envelope-from edwin) Date: Mon, 19 Mar 2007 03:50:17 GMT From: Edwin Groothuis Message-Id: <200703190350.l2J3oHHX087409@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, python@FreeBSD.org Cc: Subject: Re: ports/110499: [PATCH] devel/py-simplejson: update to 1.7 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: Mon, 19 Mar 2007 03:50:18 -0000 Synopsis: [PATCH] devel/py-simplejson: update to 1.7 Responsible-Changed-From-To: freebsd-ports-bugs->python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 19 03:50:16 UTC 2007 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=110499 From owner-freebsd-python@FreeBSD.ORG Wed Mar 21 17:28:33 2007 Return-Path: X-Original-To: python@FreeBSD.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5C0416A402; Wed, 21 Mar 2007 17:28:33 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C28AA13C44B; Wed, 21 Mar 2007 17:28:33 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2LHSX5Y040533; Wed, 21 Mar 2007 17:28:33 GMT (envelope-from perky@freefall.freebsd.org) Received: from localhost (localhost [[UNIX: localhost]]) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2LHSX05040532; Wed, 21 Mar 2007 17:28:33 GMT (envelope-from perky) Date: Thu, 22 Mar 2007 02:28:28 +0900 From: Hye-Shik Chang To: Pav Lucistnik Message-ID: <20070321172828.GA23872@FreeBSD.org> References: <1174222432.13178.3.camel@ikaros.oook.cz> <20070319145749.GB65447@FreeBSD.org> <1174316586.15322.29.camel@pav.hide.vol.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1174316586.15322.29.camel@pav.hide.vol.cz> User-Agent: Mutt/1.4.2.2i X-Accept-Language: ko, en Cc: alexbl@FreeBSD.org, kris@FreeBSD.org, python@FreeBSD.org Subject: Re: testing python25-rev2.diff on pointyhat 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: Wed, 21 Mar 2007 17:28:33 -0000 On Mon, Mar 19, 2007 at 04:03:06PM +0100, Pav Lucistnik wrote: > Hye-Shik Chang píše v po 19. 03. 2007 v 23:57 +0900: > > On Sun, Mar 18, 2007 at 01:53:52PM +0100, Pav Lucistnik wrote: > > > Hey guys, > > > > > > I have put the python25-rev2.diff from perky's mail to the test on > > > pointyhat. The problem is, that a majority of our py-* ports have > > > different PORTNAME from the name used for egg-info file. > > > > > > I got about 100 failures from the run in last hour before I stopped the > > > build. > > > > > > How are we going to address this? Is there going to be addition of > > > several hundreds PYDISTUTILS_PKGNAME lines in all those ports? > > > > > > > Thanks for the testing! > > > > I once prepared a patch for egg-info and PORTNAME problem in the > > last year: http://people.freebsd.org/~perky/eggleak2.diff > > > > I'll update that tomorrow and post it to freebsd-python@. > > Please copy me, as I'm not subscribed to freebsd-python list. I updated the patch for new and updated ports: http://people.freebsd.org/~perky/python25-eggnamefix-r1.diff I guess this patch isn't enough for fixing all the problems yet. I'll cover them as soon as test results from clusters are available. Thanks, Hye-Shik From owner-freebsd-python@FreeBSD.ORG Wed Mar 21 18:14:23 2007 Return-Path: X-Original-To: python@FreeBSD.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB92D16A403 for ; Wed, 21 Mar 2007 18:14:23 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from nat-application.b1.lan.prg.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.freebsd.org (Postfix) with ESMTP id 3805513C45B for ; Wed, 21 Mar 2007 18:14:22 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by nat-application.b1.lan.prg.vol.cz (8.13.8/8.13.8) with ESMTP id l2LHYqhm033426; Wed, 21 Mar 2007 18:34:52 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.8/8.13.8/Submit) id l2LHYqPL033425; Wed, 21 Mar 2007 18:34:52 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Hye-Shik Chang In-Reply-To: <20070321172828.GA23872@FreeBSD.org> References: <1174222432.13178.3.camel@ikaros.oook.cz> <20070319145749.GB65447@FreeBSD.org> <1174316586.15322.29.camel@pav.hide.vol.cz> <20070321172828.GA23872@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-eszaTY96fQOoTqwwJ67B" Date: Wed, 21 Mar 2007 18:34:52 +0100 Message-Id: <1174498492.32542.60.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.10.0 FreeBSD GNOME Team Port Cc: alexbl@FreeBSD.org, kris@FreeBSD.org, python@FreeBSD.org Subject: Re: testing python25-rev2.diff on pointyhat X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2007 18:14:23 -0000 --=-eszaTY96fQOoTqwwJ67B Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Hye-Shik Chang p=ED=B9e v =E8t 22. 03. 2007 v 02:28 +0900: > > > I once prepared a patch for egg-info and PORTNAME problem in the > > > last year: http://people.freebsd.org/~perky/eggleak2.diff > > >=20 > > > I'll update that tomorrow and post it to freebsd-python@. > >=20 > > Please copy me, as I'm not subscribed to freebsd-python list. >=20 > I updated the patch for new and updated ports: > http://people.freebsd.org/~perky/python25-eggnamefix-r1.diff >=20 > I guess this patch isn't enough for fixing all the problems yet. > I'll cover them as soon as test results from clusters are available. Thanks, I'll include it in next exprun. Is there anything else I need to patch in, except python25-rev2.diff and this one? Or could you make me a single cumulative patch? --=20 Pav Lucistnik The use of the lavatory is restricted to the train's cat. --=-eszaTY96fQOoTqwwJ67B Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGAWy4ntdYP8FOsoIRAuKrAJ0fE4qkvww6t77GiMZB4hBMv13zGgCfRqXK 8j53TBiuR0imJgC5dJWfffU= =kVcQ -----END PGP SIGNATURE----- --=-eszaTY96fQOoTqwwJ67B-- From owner-freebsd-python@FreeBSD.ORG Thu Mar 22 18:28:28 2007 Return-Path: X-Original-To: python@FreeBSD.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A6A4316A405 for ; Thu, 22 Mar 2007 18:28:28 +0000 (UTC) (envelope-from repartodecorreo@gmail.com) Received: from webserver.accesocero.es (217-116-4-115.redes.acens.net [217.116.4.115]) by mx1.freebsd.org (Postfix) with ESMTP id 6AC5E13C4D1 for ; Thu, 22 Mar 2007 18:28:28 +0000 (UTC) (envelope-from repartodecorreo@gmail.com) Received: from gestion.canaltour.com (217-116-4-114.redes.acens.net [217.116.4.114]) by webserver.accesocero.es (Postfix) with ESMTP id 15B9AB8D163 for ; Thu, 22 Mar 2007 18:54:41 +0100 (CET) Date: Thu, 22 Mar 2007 18:49:54 +0100 To: "python@FreeBSD.orgr" From: "Clubrural.com" Message-ID: <41ed70627b031302e1b456ba5ebaf0f9@gestion.canaltour.com> X-Priority: 3 X-Mailer: PHPMailer [version 1.73] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="iso-8859-1" Cc: Subject: interchange of links 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: Thu, 22 Mar 2007 18:28:28 -0000 We have created a new Directory of Tourism to make interchange of links, if click interests haaz down to you http://www.clubrural.com/links/addurl.php Hemos creado un nuevo Directorio de Turismo si deseas puedes intercambiar links haciendo click mas abajo http://www.clubrural.com/links/addurl.php From owner-freebsd-python@FreeBSD.ORG Fri Mar 23 04:42:35 2007 Return-Path: X-Original-To: python@FreeBSD.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD20416A401; Fri, 23 Mar 2007 04:42:35 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B9E1313C45A; Fri, 23 Mar 2007 04:42:35 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2N4gZUo067674; Fri, 23 Mar 2007 04:42:35 GMT (envelope-from perky@freefall.freebsd.org) Received: from localhost (localhost [[UNIX: localhost]]) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2N4gZim067673; Fri, 23 Mar 2007 04:42:35 GMT (envelope-from perky) Date: Fri, 23 Mar 2007 13:42:32 +0900 From: Hye-Shik Chang To: Pav Lucistnik Message-ID: <20070323044232.GA64812@FreeBSD.org> References: <1174222432.13178.3.camel@ikaros.oook.cz> <20070319145749.GB65447@FreeBSD.org> <1174316586.15322.29.camel@pav.hide.vol.cz> <20070321172828.GA23872@FreeBSD.org> <1174498492.32542.60.camel@pav.hide.vol.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1174498492.32542.60.camel@pav.hide.vol.cz> User-Agent: Mutt/1.4.2.2i X-Accept-Language: ko, en Cc: alexbl@FreeBSD.org, kris@FreeBSD.org, python@FreeBSD.org Subject: Re: testing python25-rev2.diff on pointyhat 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, 23 Mar 2007 04:42:35 -0000 On Wed, Mar 21, 2007 at 06:34:52PM +0100, Pav Lucistnik wrote: > Hye-Shik Chang p??e v ?t 22. 03. 2007 v 02:28 +0900: > > I updated the patch for new and updated ports: > > http://people.freebsd.org/~perky/python25-eggnamefix-r1.diff > > > > I guess this patch isn't enough for fixing all the problems yet. > > I'll cover them as soon as test results from clusters are available. > > Thanks, I'll include it in next exprun. > > Is there anything else I need to patch in, except python25-rev2.diff and > this one? Or could you make me a single cumulative patch? They are all needed. I'll make cumulative patch from the next revision. Hye-Shik From owner-freebsd-python@FreeBSD.ORG Fri Mar 23 06:20:14 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B888D16A406; Fri, 23 Mar 2007 06:20:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 73E0D13C469; Fri, 23 Mar 2007 06:20:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2N6KEwh078919; Fri, 23 Mar 2007 06:20:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2N6KE2S078915; Fri, 23 Mar 2007 06:20:14 GMT (envelope-from edwin) Date: Fri, 23 Mar 2007 06:20:14 GMT From: Edwin Groothuis Message-Id: <200703230620.l2N6KE2S078915@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/110696: [Maintainer-update]: accessibility/py-papi version update to 0.0.4 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, 23 Mar 2007 06:20:14 -0000 Synopsis: [Maintainer-update]: accessibility/py-papi version update to 0.0.4 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 23 06:20:13 UTC 2007 Responsible-Changed-Why: freebsd-python@ wants to have py- PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=110696 From owner-freebsd-python@FreeBSD.ORG Fri Mar 23 08:30:27 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1A7016A402; Fri, 23 Mar 2007 08:30:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8AE1013C4B9; Fri, 23 Mar 2007 08:30:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2N8URH4098257; Fri, 23 Mar 2007 08:30:27 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2N8URGN098251; Fri, 23 Mar 2007 08:30:27 GMT (envelope-from miwi) Date: Fri, 23 Mar 2007 08:30:27 GMT From: Martin Wilke Message-Id: <200703230830.l2N8URGN098251@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-python@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/110696: [Maintainer-update]: accessibility/py-papi version update to 0.0.4 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, 23 Mar 2007 08:30:27 -0000 Synopsis: [Maintainer-update]: accessibility/py-papi version update to 0.0.4 Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Mar 23 08:30:26 UTC 2007 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=110696 From owner-freebsd-python@FreeBSD.ORG Fri Mar 23 11:20:17 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E18DE16A402; Fri, 23 Mar 2007 11:20:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B032E13C4B0; Fri, 23 Mar 2007 11:20:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2NBKHKd026524; Fri, 23 Mar 2007 11:20:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2NBKHDH026514; Fri, 23 Mar 2007 11:20:17 GMT (envelope-from edwin) Date: Fri, 23 Mar 2007 11:20:17 GMT From: Edwin Groothuis Message-Id: <200703231120.l2NBKHDH026514@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/110706: Upgrade port devel/py-twistedCore to install man pages 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, 23 Mar 2007 11:20:18 -0000 Synopsis: Upgrade port devel/py-twistedCore to install man pages Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 23 11:20:16 UTC 2007 Responsible-Changed-Why: freebsd-python@ wants to have py- PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=110706 From owner-freebsd-python@FreeBSD.ORG Fri Mar 23 13:59:48 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7876B16A400; Fri, 23 Mar 2007 13:59:48 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 4BECE13C489; Fri, 23 Mar 2007 13:59:48 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2NDxmtC049260; Fri, 23 Mar 2007 13:59:48 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2NDxmDr049256; Fri, 23 Mar 2007 13:59:48 GMT (envelope-from clsung) Date: Fri, 23 Mar 2007 13:59:48 GMT From: Cheng-Lung Sung Message-Id: <200703231359.l2NDxmDr049256@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-python@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/110706: Upgrade port devel/py-twistedCore to install man pages 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, 23 Mar 2007 13:59:48 -0000 Synopsis: Upgrade port devel/py-twistedCore to install man pages Responsible-Changed-From-To: freebsd-python->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Fri Mar 23 13:59:47 UTC 2007 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=110706 From owner-freebsd-python@FreeBSD.ORG Fri Mar 23 14:30:14 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 340BA16A404; Fri, 23 Mar 2007 14:30:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C369E13C46C; Fri, 23 Mar 2007 14:30:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2NEUD4R053042; Fri, 23 Mar 2007 14:30:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2NEUDor053038; Fri, 23 Mar 2007 14:30:13 GMT (envelope-from edwin) Date: Fri, 23 Mar 2007 14:30:13 GMT From: Edwin Groothuis Message-Id: <200703231430.l2NEUDor053038@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/110717: [Maintainer-update]: devel/py-ocempgui version update to 0.2.7 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, 23 Mar 2007 14:30:14 -0000 Synopsis: [Maintainer-update]: devel/py-ocempgui version update to 0.2.7 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 23 14:30:13 UTC 2007 Responsible-Changed-Why: freebsd-python@ wants to have py- PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=110717 From owner-freebsd-python@FreeBSD.ORG Fri Mar 23 14:36:53 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3432616A480; Fri, 23 Mar 2007 14:36:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 0463413C4FB; Fri, 23 Mar 2007 14:36:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2NEaqt1055471; Fri, 23 Mar 2007 14:36:52 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2NEaqZv055467; Fri, 23 Mar 2007 14:36:52 GMT (envelope-from miwi) Date: Fri, 23 Mar 2007 14:36:52 GMT From: Martin Wilke Message-Id: <200703231436.l2NEaqZv055467@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-python@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/110717: [Maintainer-update]: devel/py-ocempgui version update to 0.2.7 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, 23 Mar 2007 14:36:53 -0000 Synopsis: [Maintainer-update]: devel/py-ocempgui version update to 0.2.7 Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Mar 23 14:36:52 UTC 2007 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=110717 From owner-freebsd-python@FreeBSD.ORG Fri Mar 23 16:21:00 2007 Return-Path: X-Original-To: python@freeBSD.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2399316A407 for ; Fri, 23 Mar 2007 16:21:00 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 02EFF13C459 for ; Fri, 23 Mar 2007 16:21:00 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 947E81A4DA1 for ; Fri, 23 Mar 2007 09:20:59 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9DD4E51E7B; Fri, 23 Mar 2007 12:20:58 -0400 (EDT) Date: Fri, 23 Mar 2007 12:20:52 -0400 From: Kris Kennaway To: python@freeBSD.org Message-ID: <20070323162051.GB46073@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oLBj+sq0vYjzfsbl" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: [ports-i386@pointyhat.freebsd.org: py24-simplejson-1.7 failed on i386 6] 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, 23 Mar 2007 16:21:00 -0000 --oLBj+sq0vYjzfsbl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Fri, 23 Mar 2007 10:08:39 GMT From: User Ports-i386 To: kris@FreeBSD.org, pav@FreeBSD.org Subject: py24-simplejson-1.7 failed on i386 6 X-UIDL: I0*"!Z&:!!4F)#!oG""! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.1.5 building py24-simplejson-1.7 on gohan26.freebsd.org in directory /x/tmp/6/chroot/55147 building for: 6.2-STABLE i386 maintained by: python@FreeBSD.org port directory: /usr/ports/devel/py-simplejson build started at Fri Mar 23 10:06:15 UTC 2007 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3Dpy24-setuptools-0.6c5.tbz python24-2.4.4.tbz RUN_DEPENDS=3Dpy24-setuptools-0.6c5.tbz python24-2.4.4.tbz prefixes: LOCALBASE=3Dusr/local X11BASE=3Dusr/X11R6 add_pkg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D> simplejson-1.7.tar.gz doesn't seem to exist in /tmp/distfiles/. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/simplejson-= 1.7.tar.gz: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= iles/. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/simplejson-1.7.tar= .gz: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from http://cheeseshop.python.org/packages/source/= s/simplejson/. simplejson-1.7.tar.gz 58 kB 73 kBps =3D> MD5 Checksum OK for simplejson-1.7.tar.gz. =3D> SHA256 Checksum OK for simplejson-1.7.tar.gz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Extracting for py24-simplejson-1.7 =3D> MD5 Checksum OK for simplejson-1.7.tar.gz. =3D> SHA256 Checksum OK for simplejson-1.7.tar.gz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Patching for py24-simplejson-1.7 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg py24-setuptools-0.6c5.tbz python24-2.4.4.tbz adding dependencies pkg_add py24-setuptools-0.6c5.tbz =3D=3D=3D=3D Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm tkinter x11-toolkits/py-tkinter Install them as needed. =3D=3D=3D=3D pkg_add python24-2.4.4.tbz skipping python24-2.4.4, already added =3D=3D=3D> py24-simplejson-1.7 depends on executable in : easy_install - = found =3D=3D=3D> py24-simplejson-1.7 depends on file: /usr/local/bin/python - f= ound =3D=3D=3D> Configuring for py24-simplejson-1.7 running config =3D=3D=3D> Building for py24-simplejson-1.7 running build running build_py creating build creating build/lib.freebsd-7.0-CURRENT-i386-2.4 creating build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson copying simplejson/__init__.py -> build/lib.freebsd-7.0-CURRENT-i386-2.4/si= mplejson copying simplejson/decoder.py -> build/lib.freebsd-7.0-CURRENT-i386-2.4/sim= plejson copying simplejson/encoder.py -> build/lib.freebsd-7.0-CURRENT-i386-2.4/sim= plejson copying simplejson/jsonfilter.py -> build/lib.freebsd-7.0-CURRENT-i386-2.4/= simplejson copying simplejson/scanner.py -> build/lib.freebsd-7.0-CURRENT-i386-2.4/sim= plejson creating build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson/tests copying simplejson/tests/__init__.py -> build/lib.freebsd-7.0-CURRENT-i386-= 2.4/simplejson/tests copying simplejson/tests/test_attacks.py -> build/lib.freebsd-7.0-CURRENT-i= 386-2.4/simplejson/tests copying simplejson/tests/test_fail.py -> build/lib.freebsd-7.0-CURRENT-i386= -2.4/simplejson/tests copying simplejson/tests/test_indent.py -> build/lib.freebsd-7.0-CURRENT-i3= 86-2.4/simplejson/tests copying simplejson/tests/test_pass1.py -> build/lib.freebsd-7.0-CURRENT-i38= 6-2.4/simplejson/tests copying simplejson/tests/test_pass2.py -> build/lib.freebsd-7.0-CURRENT-i38= 6-2.4/simplejson/tests copying simplejson/tests/test_pass3.py -> build/lib.freebsd-7.0-CURRENT-i38= 6-2.4/simplejson/tests copying simplejson/tests/test_recursion.py -> build/lib.freebsd-7.0-CURRENT= -i386-2.4/simplejson/tests copying simplejson/tests/test_separators.py -> build/lib.freebsd-7.0-CURREN= T-i386-2.4/simplejson/tests copying simplejson/tests/test_unicode.py -> build/lib.freebsd-7.0-CURRENT-i= 386-2.4/simplejson/tests running build_ext building 'simplejson._speedups' extension creating build/temp.freebsd-7.0-CURRENT-i386-2.4 creating build/temp.freebsd-7.0-CURRENT-i386-2.4/simplejson cc -fno-strict-aliasing -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t= =3Dwchar_t -DTHREAD_STACK_SIZE=3D0x20000 -O2 -fno-strict-aliasing -pipe -fP= IC -I/usr/local/include/python2.4 -c simplejson/_speedups.c -o build/temp.f= reebsd-7.0-CURRENT-i386-2.4/simplejson/_speedups.o cc -shared -pthread -O2 -fno-strict-aliasing -pipe build/temp.freebsd-7.0-C= URRENT-i386-2.4/simplejson/_speedups.o -o build/lib.freebsd-7.0-CURRENT-i38= 6-2.4/simplejson/_speedups.so =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D make: don't know how to make regression-test(continuing) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg py24-setuptools-0.6c5.tbz python24-2.4.4.tbz adding dependencies pkg_add py24-setuptools-0.6c5.tbz skipping py24-setuptools-0.6c5, already added pkg_add python24-2.4.4.tbz skipping python24-2.4.4, already added =3D=3D=3D> Installing for py24-simplejson-1.7 =3D=3D=3D> py24-simplejson-1.7 depends on executable in : easy_install - = found =3D=3D=3D> py24-simplejson-1.7 depends on file: /usr/local/bin/python - f= ound =3D=3D=3D> Generating temporary packing list =3D=3D=3D> Checking if devel/py-simplejson already installed running install running bdist_egg running egg_info writing simplejson.egg-info/PKG-INFO writing top-level names to simplejson.egg-info/top_level.txt writing dependency_links to simplejson.egg-info/dependency_links.txt writing entry points to simplejson.egg-info/entry_points.txt reading manifest file 'simplejson.egg-info/SOURCES.txt' writing manifest file 'simplejson.egg-info/SOURCES.txt' installing library code to build/bdist.freebsd-7.0-CURRENT-i386/egg running install_lib running build_py running build_ext creating build/bdist.freebsd-7.0-CURRENT-i386 creating build/bdist.freebsd-7.0-CURRENT-i386/egg creating build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson copying build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson/__init__.py -> bu= ild/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson copying build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson/decoder.py -> bui= ld/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson copying build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson/encoder.py -> bui= ld/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson copying build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson/jsonfilter.py -> = build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson copying build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson/scanner.py -> bui= ld/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson creating build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests copying build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson/tests/__init__.py= -> build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests copying build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson/tests/test_attack= s.py -> build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests copying build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson/tests/test_fail.p= y -> build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests copying build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson/tests/test_indent= .py -> build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests copying build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson/tests/test_pass1.= py -> build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests copying build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson/tests/test_pass2.= py -> build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests copying build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson/tests/test_pass3.= py -> build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests copying build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson/tests/test_recurs= ion.py -> build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests copying build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson/tests/test_separa= tors.py -> build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests copying build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson/tests/test_unicod= e.py -> build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests copying build/lib.freebsd-7.0-CURRENT-i386-2.4/simplejson/_speedups.so -> b= uild/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson byte-compiling build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/__init__= .py to __init__.pyc byte-compiling build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/decoder.= py to decoder.pyc byte-compiling build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/encoder.= py to encoder.pyc byte-compiling build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/jsonfilt= er.py to jsonfilter.pyc byte-compiling build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/scanner.= py to scanner.pyc byte-compiling build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests/__= init__.py to __init__.pyc byte-compiling build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests/te= st_attacks.py to test_attacks.pyc byte-compiling build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests/te= st_fail.py to test_fail.pyc byte-compiling build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests/te= st_indent.py to test_indent.pyc byte-compiling build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests/te= st_pass1.py to test_pass1.pyc byte-compiling build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests/te= st_pass2.py to test_pass2.pyc byte-compiling build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests/te= st_pass3.py to test_pass3.pyc byte-compiling build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests/te= st_recursion.py to test_recursion.pyc byte-compiling build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests/te= st_separators.py to test_separators.pyc byte-compiling build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/tests/te= st_unicode.py to test_unicode.pyc writing byte-compilation script '/tmp/tmp1QkTyy.py' /usr/local/bin/python -O /tmp/tmp1QkTyy.py removing /tmp/tmp1QkTyy.py creating stub loader for simplejson/_speedups.so byte-compiling build/bdist.freebsd-7.0-CURRENT-i386/egg/simplejson/_speedup= s.py to _speedups.pyc writing byte-compilation script '/tmp/tmpK-h5Dy.py' /usr/local/bin/python -O /tmp/tmpK-h5Dy.py removing /tmp/tmpK-h5Dy.py creating build/bdist.freebsd-7.0-CURRENT-i386/egg/EGG-INFO writing simplejson.egg-info/native_libs.txt copying simplejson.egg-info/PKG-INFO -> build/bdist.freebsd-7.0-CURRENT-i38= 6/egg/EGG-INFO copying simplejson.egg-info/SOURCES.txt -> build/bdist.freebsd-7.0-CURRENT-= i386/egg/EGG-INFO copying simplejson.egg-info/dependency_links.txt -> build/bdist.freebsd-7.0= -CURRENT-i386/egg/EGG-INFO copying simplejson.egg-info/entry_points.txt -> build/bdist.freebsd-7.0-CUR= RENT-i386/egg/EGG-INFO copying simplejson.egg-info/top_level.txt -> build/bdist.freebsd-7.0-CURREN= T-i386/egg/EGG-INFO copying simplejson.egg-info/zip-safe -> build/bdist.freebsd-7.0-CURRENT-i38= 6/egg/EGG-INFO creating dist creating 'dist/simplejson-1.7-py2.4-freebsd-7.0-CURRENT-i386.egg' and addin= g 'build/bdist.freebsd-7.0-CURRENT-i386/egg' to it removing 'build/bdist.freebsd-7.0-CURRENT-i386/egg' (and everything under i= t) Processing simplejson-1.7-py2.4-freebsd-7.0-CURRENT-i386.egg Copying simplejson-1.7-py2.4-freebsd-7.0-CURRENT-i386.egg to /usr/local/lib= /python2.4/site-packages Adding simplejson 1.7 to easy-install.pth file Installed /usr/local/lib/python2.4/site-packages/simplejson-1.7-py2.4-freeb= sd-7.0-CURRENT-i386.egg Processing dependencies for simplejson=3D=3D1.7 /bin/cp -R /work/a/ports/devel/py-simplejson/work/simplejson-1.7/docs/ /usr= /local/share/doc/py-simplejson =3D=3D=3D> Registering installation for py24-simplejson-1.7 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Building package for py24-simplejson-1.7 tar: lib/python2.4/site-packages/simplejson-1.7-py2.4-freebsd-6.2-STABLE-i3= 86.egg: Cannot stat: No such file or directory pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/py24-simplejson-1.7.tbz Registering depends: py24-setuptools-0.6c5 python24-2.4.4. Creating bzip'd tar ball in '/tmp/packages/All/py24-simplejson-1.7.tbz' *** Error code 1 Stop in /a/ports/devel/py-simplejson. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/devel/py-simplejson ended at Fri Mar 23 10:08:36 UTC 20= 07 ----- End forwarded message ----- --oLBj+sq0vYjzfsbl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGA/5iWry0BWjoQKURAtaJAKCUBBWVd8/Tv/DE+fgxLy1WomrqPwCgrfb1 GvAxtkzgYFJzB8W5z5cAyGA= =vuoM -----END PGP SIGNATURE----- --oLBj+sq0vYjzfsbl-- From owner-freebsd-python@FreeBSD.ORG Fri Mar 23 19:40:11 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 19C9216A411; Fri, 23 Mar 2007 19:40:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id E6AA613C44B; Fri, 23 Mar 2007 19:40:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2NJeAbP097440; Fri, 23 Mar 2007 19:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2NJeAQ5097436; Fri, 23 Mar 2007 19:40:10 GMT (envelope-from edwin) Date: Fri, 23 Mar 2007 19:40:10 GMT From: Edwin Groothuis Message-Id: <200703231940.l2NJeAQ5097436@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/110728: mail/py-spambayes should load config file from a standard location 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, 23 Mar 2007 19:40:11 -0000 Synopsis: mail/py-spambayes should load config file from a standard location Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 23 19:40:10 UTC 2007 Responsible-Changed-Why: freebsd-python@ wants to have py- PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=110728 From owner-freebsd-python@FreeBSD.ORG Fri Mar 23 19:40:18 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BB6C16A406; Fri, 23 Mar 2007 19:40:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7287813C46E; Fri, 23 Mar 2007 19:40:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2NJeIVf097546; Fri, 23 Mar 2007 19:40:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2NJeIom097542; Fri, 23 Mar 2007 19:40:18 GMT (envelope-from edwin) Date: Fri, 23 Mar 2007 19:40:18 GMT From: Edwin Groothuis Message-Id: <200703231940.l2NJeIom097542@freefall.freebsd.org> To: torfinn.ingolfsen@broadpark.no, edwin@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/110728: mail/py-spambayes should load config file from a standard location 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, 23 Mar 2007 19:40:18 -0000 Synopsis: mail/py-spambayes should load config file from a standard location State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Mar 23 19:40:17 UTC 2007 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=110728