From owner-freebsd-python@FreeBSD.ORG Sun Mar 17 03:35:27 2013 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 02DA07AD; Sun, 17 Mar 2013 03:35:27 +0000 (UTC) (envelope-from john@saltant.com) Received: from hapkido.dreamhost.com (hapkido.dreamhost.com [66.33.216.122]) by mx1.freebsd.org (Postfix) with ESMTP id 9777BF13; Sun, 17 Mar 2013 03:35:25 +0000 (UTC) Received: from homiemail-a27.g.dreamhost.com (caiajhbdccah.dreamhost.com [208.97.132.207]) by hapkido.dreamhost.com (Postfix) with ESMTP id 28666DC287; Sat, 16 Mar 2013 20:26:46 -0700 (PDT) Received: from homiemail-a27.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a27.g.dreamhost.com (Postfix) with ESMTP id CAB4359805F; Sat, 16 Mar 2013 20:26:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=saltant.com; h=message-id :date:from:mime-version:to:cc:subject:content-type; s= saltant.com; bh=V9giNgieyHHbPvBXz74F9GIAGak=; b=Xjf0GohnM7rXr9e4 lv/AQ5L1b8dy/RRlvFUnhEQGSuEeO/VJef1mCwRb5qAe6UL1thkwr40uo4p9ssYL +ynXFen1dnu88xyx63e7kM05nb8Qq/GKf90ZSO2NLdxRdpbAhnTeAtN6Ngx3JSQt PMsCyd42sdhuQRapKyEkhkqpsEQ= Received: from imago.y.saltant.net (y.saltant.net [96.227.187.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: john@saltant.com) by homiemail-a27.g.dreamhost.com (Postfix) with ESMTPSA id 4EF45598058; Sat, 16 Mar 2013 20:26:40 -0700 (PDT) Message-ID: <514537EF.1040507@saltant.com> Date: Sat, 16 Mar 2013 23:26:39 -0400 From: "John W. O'Brien" Organization: Saltant Solutions User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: bug-followup@FreeBSD.org, jhein@symmetricom.com Subject: Re: ports/175276: [patch] devel/py-gobject OPTIONSFILE eval order problem X-Enigmail-Version: 1.4.6 Content-Type: multipart/mixed; boundary="------------080709000504060405060108" Cc: freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Mar 2013 03:35:27 -0000 This is a multi-part message in MIME format. --------------080709000504060405060108 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 When applied together, the two attached patches implement a very rough example of the "B" option I described in my 2013-02-23 response to ports/175276. I have smoke tested this patch by building and installing from scratch some representative ports that might be affected by it. For example: math/py-pandas and many of its dependencies don't use OptionsNG; devel/py-bison and devel/py-gobject use OptionsNG and are currently broken as described in this PR; while graphics/py-blockdiag and devel/py-mock use OptionsNG but implement one of the workarounds. # pkg_delete -x py27- python27 # portmaster -Dg \ math/py-pandas \ devel/py-bison \ devel/py-gobject \ graphics/py-blockdiag \ devel/py-mock Everything builds, installs, and packages without apparent error. This shows that approach "B" is viable, though these patches would need work to improve the quality to a sufficient level. I suspect that approach "B" will not gain much traction, though, given that the maintainers of so many of the affected ports (74%) have elected to use the following workaround, or a variation of it, omitting ${PYTHON_SUFFIX}. OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options Nevertheless, I welcome slings, arrows, and outrageous suggestions. PS: gnome@, please decide: commit the original patch to fix devel/py-gobject via OPTIONSFILE, close this PR, and I will file a new PR for the larger scope issue; or consider assigning this to python@ for resolution and closure. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJRRTfvAAoJEBRzAKlhyP/FYCsIAIkzfSnuvHAOfxdwCxjgimOq vYgsTPE65UNjjsXIWOUMC9Tpg684lFfxwJ4brxvmtpKWnSCKHwSEHOD9cXPaNAwj yufLuGMB4FYZLahJpxqKek+g1cI6g01E3OXvM2c0VT9rfiJplrE58DlBHSkNwqH/ X0lg8e/U5Ikrma7HtoZxy94SM+CgRhUU5leQzP2jjI8GUP2XWuBhAzbdLYCd7obE mU4Y1M8hk4jZfxWwWD5TK1GLE9Zu2gweLfnbEEML9fPGNPp5sY0wF8Jx/cBjXzPC RyjvzgirOdNykaVdqg/hWU/j7MjBHDc8wANfsUzn89hZSssU4PNJf/HMRgfiUCU= =3B7a -----END PGP SIGNATURE----- --------------080709000504060405060108 Content-Type: text/plain; charset=UTF-8; name="patch-usr__ports__Mk__bsd.port.mk.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-usr__ports__Mk__bsd.port.mk.txt" Index: Mk/bsd.port.mk =================================================================== --- Mk/bsd.port.mk (revision 314388) +++ Mk/bsd.port.mk (working copy) @@ -1308,6 +1308,11 @@ STRIP= #none .endif +# Latest possible point to correctly influence location of OPTIONSFILE +INEARLYMK= +.include "${PORTSDIR}/Mk/bsd.python.mk" +.undef INEARLYMK + .include "${PORTSDIR}/Mk/bsd.options.mk" # Start of pre-makefile section. --------------080709000504060405060108 Content-Type: text/plain; charset=UTF-8; name="patch-usr__ports__Mk__bsd.python.mk.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-usr__ports__Mk__bsd.python.mk.txt" Index: Mk/bsd.python.mk =================================================================== --- Mk/bsd.python.mk (revision 314388) +++ Mk/bsd.python.mk (working copy) @@ -4,10 +4,9 @@ # $FreeBSD$ # -.if !defined(_POSTMKINCLUDED) && !defined(Python_Pre_Include) +.if defined(INEARLYMK) && !defined(Python_Early_Include) -Python_Pre_Include= bsd.python.mk -Python_Include_MAINTAINER= python@FreeBSD.org +Python_Early_Include= # This file contains some variable definitions that are supposed to # make your life easier when dealing with ports related to the Python @@ -458,6 +457,14 @@ PYTHONPREFIX_LIBDIR= ${PYTHON_LIBDIR:S;${PYTHONBASE};${PREFIX};} PYTHONPREFIX_SITELIBDIR= ${PYTHON_SITELIBDIR:S;${PYTHONBASE};${PREFIX};} +.endif # Python_Early_Include + + +.if !defined(_POSTMKINCLUDED) && !defined(Python_Pre_Include) && !defined(INEARLYMK) + +Python_Pre_Include= bsd.python.mk +Python_Include_MAINTAINER= python@FreeBSD.org + # setuptools support .if defined(USE_PYDISTUTILS) && ${USE_PYDISTUTILS} == "easy_install" BUILD_DEPENDS+= ${PYEASYINSTALL_CMD}:${PORTSDIR}/devel/py-distribute --------------080709000504060405060108 Content-Type: application/octet-stream; name="patch-usr__ports__Mk__bsd.port.mk.txt.sig" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="patch-usr__ports__Mk__bsd.port.mk.txt.sig" iQEcBAABAgAGBQJRRTfvAAoJEBRzAKlhyP/FU08IAMCsM10/Jk5ffZnEMsduEKvxhQDmF9pd mXrLzdToc3Gm6+NtKPkmrAqv5hY6zOl56Hs7TnIxSWqs65jG2RqjIabZaU3J931bx14EOQr0 O0P1fy2CKm65ODFcrt5T0QhfdKnnmNSNqzHEoI3vi8DIJDI/Z22GBJb6HAjQwlNNoHfI7wPI c5KLzINi+Nh6lfLJ/xL2RzHJHLalPjtI9EDF70QDn0Y4tmT2hpkmEzxz0jUPWZNqa+dV1TYn hgYq6ILnkKqYrf5XtIQkcVJ5N/IdrPYd5wK5tgCmLWSrvzotFh72l2WEXI1VXR97qpzI+Dy8 i/cZd5N1PqKGLN7rxcaQzqs= --------------080709000504060405060108 Content-Type: application/octet-stream; name="patch-usr__ports__Mk__bsd.python.mk.txt.sig" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="patch-usr__ports__Mk__bsd.python.mk.txt.sig" iQEcBAABAgAGBQJRRTfvAAoJEBRzAKlhyP/Fk7MIAIj+m5/5VTHQnqcxAHBNFPL9R7BNcfvG XDp/bNb9AdxCtIWvzuvy02GJji0GvyZMeUYXRcxnR17j9LEUfW35rTi1nyH0s3mL8S3SL5YB oV1FY1rcD7j9fXJMkoVSX7hR7/7L/XOOhDUMo6Ya0PKDUv6dkRjdTkWttxQ5Ihu5cWWomjHn gV5rABZy1Kz4sUAtUH7kplHtZI5XIUX/Oeq3AmgvgLWc2xdvLVWtzJf6n+H5VYoS+3dYlUxf uXd1V3Bq4TuAjFY2XBo35uOaaVPCaWUhh3Ci4U1DhJRYnemR0+jUgD+ulQiqOFFKmhHhCOdb dqhlrdt6+Q0A5KyKlJmVH8s= --------------080709000504060405060108-- From owner-freebsd-python@FreeBSD.ORG Mon Mar 18 11:06:47 2013 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DDD77BE5 for ; Mon, 18 Mar 2013 11:06:47 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B4A02AB9 for ; Mon, 18 Mar 2013 11:06:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2IB6llC002247 for ; Mon, 18 Mar 2013 11:06:47 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2IB6lqN002245 for freebsd-python@FreeBSD.org; Mon, 18 Mar 2013 11:06:47 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 18 Mar 2013 11:06:47 GMT Message-Id: <201303181106.r2IB6lqN002245@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Subject: Current problem reports assigned to freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Mar 2013 11:06:47 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/176993 python math/py-matplotlib/work does not see installed numpy f ports/176770 python [PATCH] devel/py-mongoengine: update to 0.7.9, trim ma o ports/176714 python games/py-fife: fixed make package o ports/176647 python [NEW PORT] www/py-requests1: New major version for py- o ports/175696 python [PATCH] japanese/py-mecab: update to 0.995 and etc. f ports/174646 python update www/py-requests to 1.0.3 f ports/174242 python Update to databases/py-odbc o ports/173141 python New port: security/py-python-registry o ports/171584 python lang/python32 built in a clean enviroment produces a p o ports/171246 python [patch] lang/python27: make python curses module work o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor f ports/170786 python [maintainer update] delete port textproc/py-pyx12 o ports/170566 python update graphics/py-opengl depends on old version of gc s ports/169873 python [patch] fix fetch problem in bsd.python.mk that affect o ports/168980 python devel/py-distribute fails to install some files f ports/167530 python [patch] security/py-fail2ban will never ever start wit o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/165545 python [patch]: net-mgmt/collectd5 doesn't compile against la o ports/165359 python lang/python27 fails to create package on world WITHOUT o ports/163467 python lang/python27: Ports using python 2.7 and "waf" interm o ports/160717 python port: lang/python27 causing other ports to hang during o ports/156759 python [patch] lang/python: kevent does not accept KQ_NOTE_EX o ports/155526 python [PATCH] devel/py-elementtree: ignore if python >= 2.5 f ports/154209 python [PATCH] lang/python: Install symlink for ptags o ports/153167 python Problem with signals, threads, and subprocesses in lan o ports/149167 python lang/python26 fails to build _ctypes on Sheevaplug (AR o ports/146823 python [patch] lang/python26: knob to build _ctypes module ag o ports/133081 python [bsd.python.mk] PYEASYINSTALL_ARCHDEP=yes makes broken s ports/118301 python [patch] devel/py-setuptools easy-install.pth contents 29 problems total. From owner-freebsd-python@FreeBSD.ORG Tue Mar 19 00:30:18 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 85D308B3; Tue, 19 Mar 2013 00:30:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6203B840; Tue, 19 Mar 2013 00:30:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2J0UIOP073396; Tue, 19 Mar 2013 00:30:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2J0UILQ073394; Tue, 19 Mar 2013 00:30:18 GMT (envelope-from edwin) Date: Tue, 19 Mar 2013 00:30:18 GMT Message-Id: <201303190030.r2J0UILQ073394@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/177095: databases/py-fdb: update to 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2013 00:30:18 -0000 Synopsis: databases/py-fdb: update to 1.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Mar 19 00:30:18 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=177095 From owner-freebsd-python@FreeBSD.ORG Tue Mar 19 06:08:36 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C9FC1753; Tue, 19 Mar 2013 06:08:36 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9B6A25E9; Tue, 19 Mar 2013 06:08:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2J68aw3037047; Tue, 19 Mar 2013 06:08:36 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2J68a4r037046; Tue, 19 Mar 2013 06:08:36 GMT (envelope-from culot) Date: Tue, 19 Mar 2013 06:08:36 GMT Message-Id: <201303190608.r2J68a4r037046@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-python@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/177095: databases/py-fdb: update to 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2013 06:08:36 -0000 Synopsis: databases/py-fdb: update to 1.0 Responsible-Changed-From-To: freebsd-python->culot Responsible-Changed-By: culot Responsible-Changed-When: Tue Mar 19 06:08:36 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=177095 From owner-freebsd-python@FreeBSD.ORG Tue Mar 19 14:10:10 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 556D31EF; Tue, 19 Mar 2013 14:10:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 30ACE948; Tue, 19 Mar 2013 14:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2JEA9F8027270; Tue, 19 Mar 2013 14:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2JEA9xe027269; Tue, 19 Mar 2013 14:10:09 GMT (envelope-from edwin) Date: Tue, 19 Mar 2013 14:10:09 GMT Message-Id: <201303191410.r2JEA9xe027269@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/177110: [NEW PORT] devel/py-rose X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2013 14:10:10 -0000 Synopsis: [NEW PORT] devel/py-rose Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Mar 19 14:10:09 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=177110 From owner-freebsd-python@FreeBSD.ORG Tue Mar 19 18:24:59 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DAEE4283; Tue, 19 Mar 2013 18:24:59 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A06DABF4; Tue, 19 Mar 2013 18:24:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2JIOxVu076214; Tue, 19 Mar 2013 18:24:59 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2JIOxcY076213; Tue, 19 Mar 2013 18:24:59 GMT (envelope-from lippe) Date: Tue, 19 Mar 2013 18:24:59 GMT Message-Id: <201303191824.r2JIOxcY076213@freefall.freebsd.org> To: lippe@FreeBSD.org, freebsd-python@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Subject: Re: ports/177110: [NEW PORT] devel/py-rose X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2013 18:24:59 -0000 Synopsis: [NEW PORT] devel/py-rose Responsible-Changed-From-To: freebsd-python->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Tue Mar 19 18:24:59 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=177110 From owner-freebsd-python@FreeBSD.ORG Tue Mar 19 20:50:09 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2CCD7F74; Tue, 19 Mar 2013 20:50:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 087EF6A8; Tue, 19 Mar 2013 20:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2JKo8rr002914; Tue, 19 Mar 2013 20:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2JKo8ej002913; Tue, 19 Mar 2013 20:50:08 GMT (envelope-from edwin) Date: Tue, 19 Mar 2013 20:50:08 GMT Message-Id: <201303192050.r2JKo8ej002913@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/177122: [MAINTAINER] www/py-django-tastypie: update to 0.9.13 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2013 20:50:09 -0000 Synopsis: [MAINTAINER] www/py-django-tastypie: update to 0.9.13 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Mar 19 20:50:08 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=177122 From owner-freebsd-python@FreeBSD.ORG Wed Mar 20 06:07:11 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9B74E465; Wed, 20 Mar 2013 06:07:11 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6BA47E0D; Wed, 20 Mar 2013 06:07:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2K67Bhu016350; Wed, 20 Mar 2013 06:07:11 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2K67Big016349; Wed, 20 Mar 2013 06:07:11 GMT (envelope-from culot) Date: Wed, 20 Mar 2013 06:07:11 GMT Message-Id: <201303200607.r2K67Big016349@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-python@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/177122: [MAINTAINER] www/py-django-tastypie: update to 0.9.13 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2013 06:07:11 -0000 Synopsis: [MAINTAINER] www/py-django-tastypie: update to 0.9.13 Responsible-Changed-From-To: freebsd-python->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Mar 20 06:07:11 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=177122 From owner-freebsd-python@FreeBSD.ORG Wed Mar 20 12:50:01 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 84C107B7 for ; Wed, 20 Mar 2013 12:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 53CF666D for ; Wed, 20 Mar 2013 12:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2KCo10N093971 for ; Wed, 20 Mar 2013 12:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2KCo17j093970; Wed, 20 Mar 2013 12:50:01 GMT (envelope-from gnats) Date: Wed, 20 Mar 2013 12:50:01 GMT Message-Id: <201303201250.r2KCo17j093970@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/175696: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2013 12:50:01 -0000 The following reply was made to PR ports/175696; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/175696: commit references a PR Date: Wed, 20 Mar 2013 12:42:45 +0000 (UTC) Author: tota Date: Wed Mar 20 12:42:31 2013 New Revision: 314728 URL: http://svnweb.freebsd.org/changeset/ports/314728 Log: - Update to 0.995 - Add LICENSE section - Trim Makefile header - Trim WWW: line in pkg-descr - Update WWW: line in pkg-descr PR: ports/175696 (based on) Submitted by: Yasuhiro KIMURA Modified: head/japanese/py-mecab/Makefile head/japanese/py-mecab/distinfo head/japanese/py-mecab/pkg-descr Modified: head/japanese/py-mecab/Makefile ============================================================================== --- head/japanese/py-mecab/Makefile Wed Mar 20 12:41:52 2013 (r314727) +++ head/japanese/py-mecab/Makefile Wed Mar 20 12:42:31 2013 (r314728) @@ -1,18 +1,21 @@ -# New ports collection makefile for: py-mecab -# Date created: 27 August 2007 -# Whom: Junji NAKANISHI -# +# Created by: Junji NAKANISHI # $FreeBSD$ PORTNAME= mecab -PORTVERSION= 0.994 +PORTVERSION= 0.995 CATEGORIES= japanese python textproc -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-python-${PORTVERSION} MAINTAINER= jun-g@daemonfreaks.com COMMENT= Python bindings for MeCab +LICENSE= BSD GPLv2 LGPL21 +LICENSE_COMB= dual +LICENSE_FILE_BSD= ${WRKSRC}/BSD +LICENSE_FILE_GPLv2= ${WRKSRC}/GPL +LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL + BUILD_DEPENDS= swig>=1.3:${PORTSDIR}/devel/swig13 LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab Modified: head/japanese/py-mecab/distinfo ============================================================================== --- head/japanese/py-mecab/distinfo Wed Mar 20 12:41:52 2013 (r314727) +++ head/japanese/py-mecab/distinfo Wed Mar 20 12:42:31 2013 (r314728) @@ -1,2 +1,2 @@ -SHA256 (mecab-python-0.994.tar.gz) = 30d828c73f95492f91fc5f7770b3a40765e9e931afb8295f419109b32652f7ce -SIZE (mecab-python-0.994.tar.gz) = 61978 +SHA256 (mecab-python-0.995.tar.gz) = 5babaa9e9d8025eadfe62770980f07b48e9e54107e64a80478b455568c45f5fd +SIZE (mecab-python-0.995.tar.gz) = 62281 Modified: head/japanese/py-mecab/pkg-descr ============================================================================== --- head/japanese/py-mecab/pkg-descr Wed Mar 20 12:41:52 2013 (r314727) +++ head/japanese/py-mecab/pkg-descr Wed Mar 20 12:42:31 2013 (r314728) @@ -1,3 +1,3 @@ This is a python bindings for MeCab. -WWW: http://mecab.sourceforge.net/ +WWW: https://code.google.com/p/mecab/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Wed Mar 20 15:13:17 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AB1C2F42; Wed, 20 Mar 2013 15:13:17 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 728BBDDE; Wed, 20 Mar 2013 15:13:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2KFDHcY022661; Wed, 20 Mar 2013 15:13:17 GMT (envelope-from tota@freefall.freebsd.org) Received: (from tota@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2KFDGnM022598; Wed, 20 Mar 2013 15:13:16 GMT (envelope-from tota) Date: Wed, 20 Mar 2013 15:13:16 GMT Message-Id: <201303201513.r2KFDGnM022598@freefall.freebsd.org> To: jun-g@daemonfreaks.com, yasu@utahime.org, tota@FreeBSD.org, freebsd-python@FreeBSD.org From: tota@FreeBSD.org Subject: Re: ports/175696: [PATCH] japanese/py-mecab: update to 0.995 and etc. X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2013 15:13:17 -0000 Synopsis: [PATCH] japanese/py-mecab: update to 0.995 and etc. State-Changed-From-To: open->closed State-Changed-By: tota State-Changed-When: Wed Mar 20 15:12:44 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=175696 From owner-freebsd-python@FreeBSD.ORG Wed Mar 20 16:40:09 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E7C2B18F; Wed, 20 Mar 2013 16:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C3E74366; Wed, 20 Mar 2013 16:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2KGe94G037459; Wed, 20 Mar 2013 16:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2KGe9XX037458; Wed, 20 Mar 2013 16:40:09 GMT (envelope-from edwin) Date: Wed, 20 Mar 2013 16:40:09 GMT Message-Id: <201303201640.r2KGe9XX037458@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/177144: [PATCH] sysutils/py-salt: update to 0.13.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2013 16:40:10 -0000 Synopsis: [PATCH] sysutils/py-salt: update to 0.13.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 20 16:40:09 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=177144 From owner-freebsd-python@FreeBSD.ORG Wed Mar 20 16:40:11 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A5FC9193; Wed, 20 Mar 2013 16:40:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8318D367; Wed, 20 Mar 2013 16:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2KGeBog037534; Wed, 20 Mar 2013 16:40:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2KGeB5V037533; Wed, 20 Mar 2013 16:40:11 GMT (envelope-from edwin) Date: Wed, 20 Mar 2013 16:40:11 GMT Message-Id: <201303201640.r2KGeB5V037533@freefall.freebsd.org> To: gd@rambler-co.ru, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/177144: [PATCH] sysutils/py-salt: update to 0.13.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2013 16:40:11 -0000 Synopsis: [PATCH] sysutils/py-salt: update to 0.13.3 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Mar 20 16:40:11 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=177144 From owner-freebsd-python@FreeBSD.ORG Wed Mar 20 16:50:01 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6CFB3271 for ; Wed, 20 Mar 2013 16:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 547443DF for ; Wed, 20 Mar 2013 16:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2KGo1K2039210 for ; Wed, 20 Mar 2013 16:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2KGo1h2039209; Wed, 20 Mar 2013 16:50:01 GMT (envelope-from gnats) Date: Wed, 20 Mar 2013 16:50:01 GMT Message-Id: <201303201650.r2KGo1h2039209@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/177144: [PATCH] sysutils/py-salt: update to 0.13.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2013 16:50:01 -0000 The following reply was made to PR ports/177144; it has been noted by GNATS. From: Edwin Groothuis To: christer.edwards@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/177144: [PATCH] sysutils/py-salt: update to 0.13.3 Date: Wed, 20 Mar 2013 16:40:10 UT Maintainer of sysutils/py-salt, Please note that PR ports/177144 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177144 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Wed Mar 20 16:50:04 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1E0FC276 for ; Wed, 20 Mar 2013 16:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EC8223E4 for ; Wed, 20 Mar 2013 16:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2KGo3BN039239 for ; Wed, 20 Mar 2013 16:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2KGo3RS039238; Wed, 20 Mar 2013 16:50:03 GMT (envelope-from gnats) Date: Wed, 20 Mar 2013 16:50:03 GMT Message-Id: <201303201650.r2KGo3RS039238@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Christer Edwards Subject: Re: ports/177144: [PATCH] sysutils/py-salt: update to 0.13.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Christer Edwards List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2013 16:50:04 -0000 The following reply was made to PR ports/177144; it has been noted by GNATS. From: Christer Edwards To: bug-followup@freebsd.org Cc: Subject: Re: ports/177144: [PATCH] sysutils/py-salt: update to 0.13.3 Date: Wed, 20 Mar 2013 10:43:21 -0600 --bcaec504095eb189da04d85dec81 Content-Type: text/plain; charset=UTF-8 Thanks Denis! Approved. On Wed, Mar 20, 2013 at 10:40 AM, Edwin Groothuis wrote: > Maintainer of sysutils/py-salt, > > Please note that PR ports/177144 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177144 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --bcaec504095eb189da04d85dec81 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks Denis! Approved.

On Wed, Mar 20, 2013 at 10:40 AM, Edwin Gr= oothuis <edwin@freebsd.org> wrote:
Maintainer of sysutils/py-salt,

Please note that PR ports/177144 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
=C2=A0 =C2=A0 http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dpor= ts/177144

--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org

--bcaec504095eb189da04d85dec81-- From owner-freebsd-python@FreeBSD.ORG Thu Mar 21 09:35:03 2013 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1A775AC3; Thu, 21 Mar 2013 09:35:03 +0000 (UTC) (envelope-from miwi@freebsd.org) Received: from bsdhash.org (bsdhash.org [94.23.250.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3CCF17C8; Thu, 21 Mar 2013 09:35:02 +0000 (UTC) Received: by bsdhash.org (Postfix, from userid 58) id AB728512F9; Thu, 21 Mar 2013 17:35:01 +0800 (MYT) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on bsdhash.org X-Spam-Level: X-Spam-Status: No, score=-101.0 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE, URIBL_BLOCKED,USER_IN_WHITELIST autolearn=ham version=3.3.2 Received: from [192.168.2.36] (unknown [210.19.51.208]) by bsdhash.org (Postfix) with ESMTPA id 67AF2512ED; Thu, 21 Mar 2013 17:34:51 +0800 (MYT) From: Martin Wilke Message-Id: <0C54B03A-E227-4FD8-B641-D6341176DEEE@freebsd.org> Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Fwd: py27-scriptaculous-1.8.1.1_2 failed on amd64 9 Date: Thu, 21 Mar 2013 17:34:50 +0800 References: <201303210903.r2L932Mt059616@pointyhat.freebsd.org> To: python X-Mailer: Apple Mail (2.1499) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Martin Wilke X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 09:35:03 -0000 Begin forwarded message: > From: Portbuild user > Subject: py27-scriptaculous-1.8.1.1_2 failed on amd64 9 > Date: March 21, 2013 5:03:02 PM GMT+08:00 > To: erwin@freebsd.org, miwi@freebsd.org >=20 > You can also find this build log at >=20 > = http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.9.20130321030640.= pointyhat/py27-scriptaculous-1.8.1.1_2.log >=20 > building py27-scriptaculous-1.8.1.1_2 on gohan10.freebsd.org > in directory /a/pkgbuild/9/20130321030640.pointyhat/chroot/28114 > building for: 9.1-RELEASE-p1 amd64 > maintained by: python@FreeBSD.org > port directory: /usr/ports/www/py-scriptaculous > Makefile ident: $FreeBSD: head/www/py-scriptaculous/Makefile 300897 = 2012-07-14 14:29:18Z beat $ > build started at Thu Mar 21 08:58:50 UTC 2013 > FETCH_DEPENDS=3D > PATCH_DEPENDS=3D > EXTRACT_DEPENDS=3Dunzip-6.0_1.tbz > BUILD_DEPENDS=3Dgettext-0.18.1.1_1.tbz libiconv-1.14_1.tbz = py27-AddOns-0.7.tbz py27-BytecodeAssembler-0.6.tbz = py27-DecoratorTools-1.8_1.tbz py27-Extremes-1.1.1.tbz = py27-Genshi-0.6.tbz py27-PEAK-Rules-0.5a1_3.tbz py27-Paste-1.7.5.1_1.tbz = py27-PasteDeploy-1.5.0.tbz py27-PasteScript-1.7.5.tbz = py27-SymbolType-1.0.tbz py27-TGScheduler-1.6.3.tbz = py27-TurboCheetah-1.0_1.tbz py27-TurboGears-1.5.1_1.tbz = py27-TurboJson-1.3.2.tbz py27-TurboKid-1.0.5_1.tbz = py27-cheetah-2.4.4.tbz py27-cherrypy-3.2.2.tbz py27-configobj-4.7.2.tbz = py27-dateutil-2.1_1.tbz py27-distribute-0.6.35.tbz py27-flup-1.0.2_1.tbz = py27-formencode-1.2.4.tbz py27-kid-0.9.6_1.tbz py27-markdown-2.2.1.tbz = py27-simplejson-3.0.3.tbz py27-six-1.2.0.tbz py27-sqlobject-1.3.2.tbz = py27-tgMochiKit-1.4.2.tbz py27-wsgiutils-0.7_1.tbz python27-2.7.3_6.tbz > RUN_DEPENDS=3Dgettext-0.18.1.1_1.tbz libiconv-1.14_1.tbz = py27-AddOns-0.7.tbz py27-BytecodeAssembler-0.6.tbz = py27-DecoratorTools-1.8_1.tbz py27-Extremes-1.1.1.tbz = py27-Genshi-0.6.tbz py27-PEAK-Rules-0.5a1_3.tbz py27-Paste-1.7.5.1_1.tbz = py27-PasteDeploy-1.5.0.tbz py27-PasteScript-1.7.5.tbz = py27-SymbolType-1.0.tbz py27-TGScheduler-1.6.3.tbz = py27-TurboCheetah-1.0_1.tbz py27-TurboGears-1.5.1_1.tbz = py27-TurboJson-1.3.2.tbz py27-TurboKid-1.0.5_1.tbz = py27-cheetah-2.4.4.tbz py27-cherrypy-3.2.2.tbz py27-configobj-4.7.2.tbz = py27-dateutil-2.1_1.tbz py27-distribute-0.6.35.tbz py27-flup-1.0.2_1.tbz = py27-formencode-1.2.4.tbz py27-kid-0.9.6_1.tbz py27-markdown-2.2.1.tbz = py27-simplejson-3.0.3.tbz py27-six-1.2.0.tbz py27-sqlobject-1.3.2.tbz = py27-tgMochiKit-1.4.2.tbz py27-wsgiutils-0.7_1.tbz python27-2.7.3_6.tbz > PKG_DEPENDS=3D > prefixes: LOCALBASE=3Dusr/local > add_pkg > 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> Scriptaculous-1.8.1.1.zip doesn't seem to exist in = /tmp/distfiles/. > =3D> Attempting to fetch = ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles//Scriptaculous-1.= 8.1.1.zip > Scriptaculous-1.8.1.1.zip 75 kB 6787 = kBps > =3D> SHA256 Checksum OK for Scriptaculous-1.8.1.1.zip. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 unzip-6.0_1.tbz > adding dependencies > adding package unzip-6.0_1.tbz > =3D=3D=3D> Extracting for py27-scriptaculous-1.8.1.1_2 > =3D> SHA256 Checksum OK for Scriptaculous-1.8.1.1.zip. > =3D=3D=3D> py27-scriptaculous-1.8.1.1_2 depends on file: = /usr/local/bin/unzip - found > Deleting unzip-6.0_1 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 py27-scriptaculous-1.8.1.1_2 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 gettext-0.18.1.1_1.tbz libiconv-1.14_1.tbz py27-AddOns-0.7.tbz = py27-BytecodeAssembler-0.6.tbz py27-DecoratorTools-1.8_1.tbz = py27-Extremes-1.1.1.tbz py27-Genshi-0.6.tbz py27-PEAK-Rules-0.5a1_3.tbz = py27-Paste-1.7.5.1_1.tbz py27-PasteDeploy-1.5.0.tbz = py27-PasteScript-1.7.5.tbz py27-SymbolType-1.0.tbz = py27-TGScheduler-1.6.3.tbz py27-TurboCheetah-1.0_1.tbz = py27-TurboGears-1.5.1_1.tbz py27-TurboJson-1.3.2.tbz = py27-TurboKid-1.0.5_1.tbz py27-cheetah-2.4.4.tbz py27-cherrypy-3.2.2.tbz = py27-configobj-4.7.2.tbz py27-dateutil-2.1_1.tbz = py27-distribute-0.6.35.tbz py27-flup-1.0.2_1.tbz = py27-formencode-1.2.4.tbz py27-kid-0.9.6_1.tbz py27-markdown-2.2.1.tbz = py27-simplejson-3.0.3.tbz py27-six-1.2.0.tbz py27-sqlobject-1.3.2.tbz = py27-tgMochiKit-1.4.2.tbz py27-wsgiutils-0.7_1.tbz python27-2.7.3_6.tbz > adding dependencies > adding package gettext-0.18.1.1_1.tbz > adding package libiconv-1.14_1.tbz > skipping libiconv-1.14_1, already added > adding package py27-AddOns-0.7.tbz >=20 > =3D=3D=3D=3D > Note that some of the standard modules are provided as separate > ports since they require extra dependencies: >=20 > bsddb databases/py-bsddb > gdbm databases/py-gdbm > sqlite3 databases/py-sqlite3 > tkinter x11-toolkits/py-tkinter >=20 > Install them as needed. > =3D=3D=3D=3D >=20 > adding package py27-BytecodeAssembler-0.6.tbz > adding package py27-DecoratorTools-1.8_1.tbz > skipping py27-DecoratorTools-1.8_1, already added > adding package py27-Extremes-1.1.1.tbz > adding package py27-Genshi-0.6.tbz > adding package py27-PEAK-Rules-0.5a1_3.tbz > adding package py27-Paste-1.7.5.1_1.tbz > adding package py27-PasteDeploy-1.5.0.tbz > adding package py27-PasteScript-1.7.5.tbz > adding package py27-SymbolType-1.0.tbz > skipping py27-SymbolType-1.0, already added > adding package py27-TGScheduler-1.6.3.tbz > adding package py27-TurboCheetah-1.0_1.tbz > adding package py27-TurboGears-1.5.1_1.tbz > adding package py27-TurboJson-1.3.2.tbz > skipping py27-TurboJson-1.3.2, already added > adding package py27-TurboKid-1.0.5_1.tbz > skipping py27-TurboKid-1.0.5_1, already added > adding package py27-cheetah-2.4.4.tbz > skipping py27-cheetah-2.4.4, already added > adding package py27-cherrypy-3.2.2.tbz > skipping py27-cherrypy-3.2.2, already added > adding package py27-configobj-4.7.2.tbz > skipping py27-configobj-4.7.2, already added > adding package py27-dateutil-2.1_1.tbz > skipping py27-dateutil-2.1_1, already added > adding package py27-distribute-0.6.35.tbz > skipping py27-distribute-0.6.35, already added > adding package py27-flup-1.0.2_1.tbz > skipping py27-flup-1.0.2_1, already added > adding package py27-formencode-1.2.4.tbz > skipping py27-formencode-1.2.4, already added > adding package py27-kid-0.9.6_1.tbz > skipping py27-kid-0.9.6_1, already added > adding package py27-markdown-2.2.1.tbz > skipping py27-markdown-2.2.1, already added > adding package py27-simplejson-3.0.3.tbz > skipping py27-simplejson-3.0.3, already added > adding package py27-six-1.2.0.tbz > skipping py27-six-1.2.0, already added > adding package py27-sqlobject-1.3.2.tbz > skipping py27-sqlobject-1.3.2, already added > adding package py27-tgMochiKit-1.4.2.tbz > skipping py27-tgMochiKit-1.4.2, already added > adding package py27-wsgiutils-0.7_1.tbz > skipping py27-wsgiutils-0.7_1, already added > adding package python27-2.7.3_6.tbz > skipping python27-2.7.3_6, already added > =3D=3D=3D> py27-scriptaculous-1.8.1.1_2 depends on package: = py27-TurboGears>=3D1.1.2 - found > =3D=3D=3D> py27-scriptaculous-1.8.1.1_2 depends on file: = /usr/local/bin/easy_install-2.7 - found > =3D=3D=3D> py27-scriptaculous-1.8.1.1_2 depends on file: = /usr/local/bin/python2.7 - found > =3D=3D=3D> Configuring for py27-scriptaculous-1.8.1.1_2 > Traceback (most recent call last): > File "setup.py", line 2, in > from turbogears.finddata import find_package_data > File = "/usr/local/lib/python2.7/site-packages/TurboGears-1.5.1-py2.7.egg/turboge= ars/__init__.py", line 19, in > from turbogears.widgets import mochikit, jsi18nwidget > File = "/usr/local/lib/python2.7/site-packages/TurboGears-1.5.1-py2.7.egg/turboge= ars/widgets/__init__.py", line 3, in > from turbogears.widgets.base import * > File = "/usr/local/lib/python2.7/site-packages/TurboGears-1.5.1-py2.7.egg/turboge= ars/widgets/base.py", line 19, in > from turbogears import config, startup, view > File = "/usr/local/lib/python2.7/site-packages/TurboGears-1.5.1-py2.7.egg/turboge= ars/startup.py", line 19, in > pkg_resources.require("TurboGears") > File "build/bdist.freebsd-9.1-RELEASE-p1-amd64/egg/pkg_resources.py", = line 696, in require > File "build/bdist.freebsd-9.1-RELEASE-p1-amd64/egg/pkg_resources.py", = line 598, in resolve > pkg_resources.VersionConflict: (python-dateutil 2.1 = (/usr/local/lib/python2.7/site-packages/python_dateutil-2.1-py2.7.egg), = Requirement.parse('python-dateutil>=3D1.5,<2.0dev')) > *** [do-configure] Error code 1 >=20 > Stop in /a/ports/www/py-scriptaculous. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/www/py-scriptaculous ended at Thu Mar 21 09:02:59 = UTC 2013 >=20 From owner-freebsd-python@FreeBSD.ORG Thu Mar 21 11:26:37 2013 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CBB09621; Thu, 21 Mar 2013 11:26:37 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward5h.mail.yandex.net (forward5h.mail.yandex.net [IPv6:2a02:6b8:0:f05::5]) by mx1.freebsd.org (Postfix) with ESMTP id 7F54EEEB; Thu, 21 Mar 2013 11:26:37 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward5h.mail.yandex.net (Yandex) with ESMTP id D3A73D02498; Thu, 21 Mar 2013 15:26:32 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 6ED2913402AA; Thu, 21 Mar 2013 15:26:32 +0400 (MSK) Received: from ip-86-110-189-214.spark-rostov.ru (ip-86-110-189-214.spark-rostov.ru [86.110.189.214]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id QVDixbTk-QVDuGtWx; Thu, 21 Mar 2013 15:26:32 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1363865192; bh=Wq+/vZxIAjLdJN5wh9EkO4bLIcaLOWKFT5GSwpS07fQ=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type; b=dP0WZHq6wHujpdJ4A/E3w8no44bzXKiuW3pFdR33U+Iwopew2R/t3/K4PbVp0DomH sCnYXknoj8W9Og7fMtUNl/8bfOxNiJf2UW1xRAWrtBf6SklyFOXJW5L/FGQsovMdVF 6i+1Hi5ro3phhmbCXkrJqHCT2ABn5lcuQDRe/vBU= Message-ID: <514AEE4A.2090508@yandex.ru> Date: Thu, 21 Mar 2013 15:26:02 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: Martin Wilke Subject: Re: Fwd: py27-scriptaculous-1.8.1.1_2 failed on amd64 9 References: <201303210903.r2L932Mt059616@pointyhat.freebsd.org> <0C54B03A-E227-4FD8-B641-D6341176DEEE@freebsd.org> In-Reply-To: <0C54B03A-E227-4FD8-B641-D6341176DEEE@freebsd.org> Content-Type: multipart/mixed; boundary="------------010809060401020205010702" Cc: wen heping , python X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 11:26:37 -0000 This is a multi-part message in MIME format. --------------010809060401020205010702 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, Martin Wilke wrote on 21.03.2013 13:34: > > > Begin forwarded message: > >> From: Portbuild user >> Subject: py27-scriptaculous-1.8.1.1_2 failed on amd64 9 >> Date: March 21, 2013 5:03:02 PM GMT+08:00 >> To: erwin@freebsd.org, miwi@freebsd.org >> >> You can also find this build log at >> >> http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.9.20130321030640.pointyhat/py27-scriptaculous-1.8.1.1_2.log Finally got it. This patch (against devel/py-TGScheduler) will fix the issue. Sorry for delay. Wen, would you please approve the patch attached? -- Regards, Ruslan Tinderboxing kills... the drives. --------------010809060401020205010702 Content-Type: text/plain; charset=UTF-8; name="tgs.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="tgs.diff.txt" Index: Makefile =================================================================== --- Makefile (revision 314836) +++ Makefile (working copy) @@ -1,12 +1,9 @@ -# Ports collection makefile for: py-TGScheduler -# Date created: Dec 16, 2011 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= TGScheduler PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +11,16 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Turbogears Scheduler +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil USE_PYTHON= yes USE_PYDISTUTILS=easy_install +post-patch: + @${REINPLACE_CMD} -e 's,<2.0dev,!=2.0,g' ${WRKSRC}/setup.py + +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + .include --------------010809060401020205010702-- From owner-freebsd-python@FreeBSD.ORG Thu Mar 21 12:08:20 2013 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1C8B548B; Thu, 21 Mar 2013 12:08:20 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward5h.mail.yandex.net (forward5h.mail.yandex.net [IPv6:2a02:6b8:0:f05::5]) by mx1.freebsd.org (Postfix) with ESMTP id C7E7C1CD; Thu, 21 Mar 2013 12:08:19 +0000 (UTC) Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [84.201.186.20]) by forward5h.mail.yandex.net (Yandex) with ESMTP id 9D960D027D2; Thu, 21 Mar 2013 16:08:18 +0400 (MSK) Received: from smtp3h.mail.yandex.net (localhost [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id 4FFA31B40965; Thu, 21 Mar 2013 16:08:18 +0400 (MSK) Received: from ip-86-110-189-214.spark-rostov.ru (ip-86-110-189-214.spark-rostov.ru [86.110.189.214]) by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 8HF8vKSN-8HFWmOMb; Thu, 21 Mar 2013 16:08:18 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1363867698; bh=JUYj0tVvJSevCqkawOqQxmbisn7f+FCAQ5mTqF5eknI=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ZymqatRIG/rBcpJfgoyCP5EHS7CZC7Lu79PjDoRP03AcnzdZfEUKkrpvHEkyHRJGD AiCSLQGnRIJ9QS37KBeVF3pXwR5La1C9xf2X8yM3ULoYR9YyVD0+EQD0sbbfZNQM7A K2+cu0QfRRsJ9CwYPt9rOOXFRIeCHAguUlb+ksCw= Message-ID: <514AF814.7040303@yandex.ru> Date: Thu, 21 Mar 2013 16:07:48 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: Martin Wilke Subject: Re: Fwd: py27-scriptaculous-1.8.1.1_2 failed on amd64 9 References: <201303210903.r2L932Mt059616@pointyhat.freebsd.org> <0C54B03A-E227-4FD8-B641-D6341176DEEE@freebsd.org> In-Reply-To: <0C54B03A-E227-4FD8-B641-D6341176DEEE@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: python X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 12:08:20 -0000 Martin Wilke wrote on 21.03.2013 13:34: > > > Begin forwarded message: > >> From: Portbuild user >> Subject: py27-scriptaculous-1.8.1.1_2 failed on amd64 9 >> Date: March 21, 2013 5:03:02 PM GMT+08:00 >> To: erwin@freebsd.org, miwi@freebsd.org >> >> You can also find this build log at >> >> http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.9.20130321030640.pointyhat/py27-scriptaculous-1.8.1.1_2.log >> >> building py27-scriptaculous-1.8.1.1_2 on gohan10.freebsd.org Should be fixed in r314839. -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-python@FreeBSD.ORG Thu Mar 21 12:23:59 2013 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1DA8A6A2 for ; Thu, 21 Mar 2013 12:23:59 +0000 (UTC) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virusgate.meiway.com [81.255.84.76]) by mx1.freebsd.org (Postfix) with ESMTP id DA2BC279 for ; Thu, 21 Mar 2013 12:23:58 +0000 (UTC) Received: from mail.Go2France.com (ms1.meiway.com [81.255.84.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id C004E387BB4 for ; Thu, 21 Mar 2013 13:23:53 +0100 (CET) (envelope-from LConrad@Go2France.com) Received: from W500.Go2France.com [72.48.240.99] by mail.Go2France.com with ESMTP (SMTPD32-7.07) id ABD535E025E; Thu, 21 Mar 2013 13:23:49 +0100 X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Thu, 21 Mar 2013 07:23:43 -0500 To: freebsd-python@freebsd.org. From: Len Conrad Subject: can't compile py-ldap2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <201303211323512.SM01804@W500.Go2France.com> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 12:23:59 -0000 FreeBSD 8.2-RELEASE FreeBSD 8.2-RELEASE #0 Python 2.7.3 cd /usr/ports/net/py-ldap2 make ... writing top-level names to Lib/python_ldap.egg-info/top_level.txt writing dependency_links to Lib/python_ldap.egg-info/dependency_links.txt file Lib/ldap.py (for module ldap) not found file Lib/ldap/controls.py (for module ldap.controls) not found file Lib/ldap/extop.py (for module ldap.extop) not found file Lib/ldap/schema.py (for module ldap.schema) not found reading manifest file 'Lib/python_ldap.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'Makefile' warning: no files found matching 'Modules/LICENSE' writing manifest file 'Lib/python_ldap.egg-info/SOURCES.txt' installing library code to build/bdist.freebsd-8.2-RELEASE-i386/egg running install_lib running build_py file Lib/ldap.py (for module ldap) not found file Lib/ldap/controls.py (for module ldap.controls) not found file Lib/ldap/extop.py (for module ldap.extop) not found file Lib/ldap/schema.py (for module ldap.schema) not found file Lib/ldap.py (for module ldap) not found file Lib/ldap/controls.py (for module ldap.controls) not found file Lib/ldap/extop.py (for module ldap.extop) not found file Lib/ldap/schema.py (for module ldap.schema) not found running build_ext building '_ldap' extension cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -O2 -pipe -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -DHAVE_TLS -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.10 -IModules -I/usr/local/include -I/usr/local/include/sasl -I/usr/include -I/usr/local/include/python2.7 -c Modules/LDAPObject.c -o temp.freebsd-8.2-RELEASE-i386-2.7/Modules/LDAPObject.o In file included from Modules/common.h:10, from Modules/LDAPObject.c:4: /usr/local/include/python2.7/Python.h:166:17: error: pth.h: No such file or directory error: command 'cc' failed with exit status 1 *** Error code 1 the same pkg in ftparchive for 8.2 is for python 2.6. Any way to get this compiled? thanks, Len From owner-freebsd-python@FreeBSD.ORG Thu Mar 21 12:29:30 2013 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 91F76713 for ; Thu, 21 Mar 2013 12:29:30 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward5h.mail.yandex.net (forward5h.mail.yandex.net [IPv6:2a02:6b8:0:f05::5]) by mx1.freebsd.org (Postfix) with ESMTP id 4B3D92A6 for ; Thu, 21 Mar 2013 12:29:27 +0000 (UTC) Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [84.201.186.20]) by forward5h.mail.yandex.net (Yandex) with ESMTP id 46A09D0191F; Thu, 21 Mar 2013 16:29:26 +0400 (MSK) Received: from smtp3h.mail.yandex.net (localhost [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id E455C1B40991; Thu, 21 Mar 2013 16:29:25 +0400 (MSK) Received: from ip-86-110-189-214.spark-rostov.ru (ip-86-110-189-214.spark-rostov.ru [86.110.189.214]) by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id TPFi484R-TPFKmGXs; Thu, 21 Mar 2013 16:29:25 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1363868965; bh=WNPTPZeIoucxIQZJveX3Hnz8EPzP4ebsxKf/Nj3rXHI=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=lP2cvqkYP03DiypplWs7Y5r28NUvJPiDvdDFV8y8bftN+bIKvvJkIt0meQj/yBdhk cHPB1JOpKtzOkgwwfaRqjRvIn0Of7mQmTD+qdd6NMLkBC9nQ+R8QiQZnvwH6qWyiLX g4poAL7a39YSOw92ktL0R6hX8y+zeWiOP9r1NV0k= Message-ID: <514AFD08.40602@yandex.ru> Date: Thu, 21 Mar 2013 16:28:56 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: Len Conrad Subject: Re: can't compile py-ldap2 References: <201303211323512.SM01804@W500.Go2France.com> In-Reply-To: <201303211323512.SM01804@W500.Go2France.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 12:29:30 -0000 Hi, Len Conrad wrote on 21.03.2013 16:23: > building '_ldap' extension > cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -O2 -pipe -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -DHAVE_TLS -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.10 -IModules -I/usr/local/include -I/usr/local/include/sasl -I/usr/include -I/usr/local/include/python2.7 -c Modules/LDAPObject.c -o temp.freebsd-8.2-RELEASE-i386-2.7/Modules/LDAPObject.o > In file included from Modules/common.h:10, > from Modules/LDAPObject.c:4: > /usr/local/include/python2.7/Python.h:166:17: error: pth.h: No such file or directory > error: command 'cc' failed with exit status 1 > *** Error code 1 > > the same pkg in ftparchive for 8.2 is for python 2.6. > > Any way to get this compiled? > > thanks, > Len Am I right that you disabled THREADS options when building python? If yes, try to enable it and reinstall python, then try to build py-ldap2. -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-python@FreeBSD.ORG Thu Mar 21 13:50:20 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 22E5225D; Thu, 21 Mar 2013 13:50:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BA360A3D; Thu, 21 Mar 2013 13:50:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2LDoJch085036; Thu, 21 Mar 2013 13:50:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2LDoJpQ085035; Thu, 21 Mar 2013 13:50:19 GMT (envelope-from edwin) Date: Thu, 21 Mar 2013 13:50:19 GMT Message-Id: <201303211350.r2LDoJpQ085035@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/177195: [MAINTAINER] www/py-django-tastypie: update to 0.9.14 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 13:50:20 -0000 Synopsis: [MAINTAINER] www/py-django-tastypie: update to 0.9.14 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 21 13:50:19 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=177195 From owner-freebsd-python@FreeBSD.ORG Thu Mar 21 14:00:01 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CAA5F7B7 for ; Thu, 21 Mar 2013 14:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BCDD9AEE for ; Thu, 21 Mar 2013 14:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2LE01VI086673 for ; Thu, 21 Mar 2013 14:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2LE01Bp086672; Thu, 21 Mar 2013 14:00:01 GMT (envelope-from gnats) Date: Thu, 21 Mar 2013 14:00:01 GMT Message-Id: <201303211400.r2LE01Bp086672@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Ruslan Makhmatkhanov Subject: Re: ports/177195: [MAINTAINER] www/py-django-tastypie: update to 0.9.14 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Ruslan Makhmatkhanov List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 14:00:01 -0000 The following reply was made to PR ports/177195; it has been noted by GNATS. From: Ruslan Makhmatkhanov To: William Grzybowski Cc: bug-followup@FreeBSD.org Subject: Re: ports/177195: [MAINTAINER] www/py-django-tastypie: update to 0.9.14 Date: Thu, 21 Mar 2013 17:53:05 +0400 William Grzybowski wrote on 21.03.2013 17:49: > >> Number: 177195 >> Category: ports >> Synopsis: [MAINTAINER] www/py-django-tastypie: update to 0.9.14 [...] > --- py-dateutil.patch begins here --- > Index: Makefile > =================================================================== > --- Makefile (revision 313459) > +++ Makefile (working copy) > @@ -3424,6 +3424,7 @@ > SUBDIR += py-dal > SUBDIR += py-darcsver > SUBDIR += py-dateutil > + SUBDIR += py-dateutil2 > SUBDIR += py-dbus > SUBDIR += py-decorator > SUBDIR += py-decoratortools Wrong patch, I believe :) -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-python@FreeBSD.ORG Thu Mar 21 14:00:03 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6759F7BA for ; Thu, 21 Mar 2013 14:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5A42AAF1 for ; Thu, 21 Mar 2013 14:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2LE03qt086692 for ; Thu, 21 Mar 2013 14:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2LE03vD086691; Thu, 21 Mar 2013 14:00:03 GMT (envelope-from gnats) Date: Thu, 21 Mar 2013 14:00:03 GMT Message-Id: <201303211400.r2LE03vD086691@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: William Grzybowski Subject: Re: ports/177195: [MAINTAINER] www/py-django-tastypie: update to 0.9.14 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: William Grzybowski List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 14:00:03 -0000 The following reply was made to PR ports/177195; it has been noted by GNATS. From: William Grzybowski To: Ruslan Makhmatkhanov Cc: bug-followup@freebsd.org Subject: Re: ports/177195: [MAINTAINER] www/py-django-tastypie: update to 0.9.14 Date: Thu, 21 Mar 2013 10:57:53 -0300 --f46d040168b39d63cf04d86fb972 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Err, Indeed, selected the wrong one! Sorry! Attached the correct one. On Thu, Mar 21, 2013 at 10:53 AM, Ruslan Makhmatkhanov wrote: > William Grzybowski wrote on 21.03.2013 17:49: >> >> >>> Number: 177195 >>> Category: ports >>> >>> Synopsis: [MAINTAINER] www/py-django-tastypie: update to 0.9.14 > > > [...] > >> --- py-dateutil.patch begins here --- >> Index: Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> --- Makefile (revision 313459) >> +++ Makefile (working copy) >> @@ -3424,6 +3424,7 @@ >> SUBDIR +=3D py-dal >> SUBDIR +=3D py-darcsver >> SUBDIR +=3D py-dateutil >> + SUBDIR +=3D py-dateutil2 >> SUBDIR +=3D py-dbus >> SUBDIR +=3D py-decorator >> SUBDIR +=3D py-decoratortools > > > Wrong patch, I believe :) > > -- > Regards, > Ruslan > > Tinderboxing kills... the drives. --=20 William Grzybowski ------------------------------------------ Ag=EAncia Livre - www.agencialivre.com.br Curitiba/PR - Brasil --f46d040168b39d63cf04d86fb972 Content-Type: application/octet-stream; name="py-django-tastypie.patch" Content-Disposition: attachment; filename="py-django-tastypie.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hejzitfo0 SW5kZXg6IE1ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIE1ha2VmaWxlCShyZXZpc2lvbiAzMTQ4NDIp CisrKyBNYWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAtMiw3ICsyLDcgQEAKICMgJEZyZWVCU0Qk CiAKIFBPUlROQU1FPQlkamFuZ28tdGFzdHlwaWUKLVBPUlRWRVJTSU9OPQkwLjkuMTMKK1BPUlRW RVJTSU9OPQkwLjkuMTQKIENBVEVHT1JJRVM9CXd3dyBweXRob24KIE1BU1RFUl9TSVRFUz0JQ0hF RVNFU0hPUAogUEtHTkFNRVBSRUZJWD0JJHtQWVRIT05fUEtHTkFNRVBSRUZJWH0KQEAgLTExLDgg KzExLDcgQEAKIENPTU1FTlQ9CUNyZWF0ZSBSRVNUIEFQSSBmb3IgRGphbmdvIGFwcHMKIAogQlVJ TERfREVQRU5EUz0JJHtQWVRIT05fUEtHTkFNRVBSRUZJWH1taW1lcGFyc2U+PTA6JHtQT1JUU0RJ Un0vZGV2ZWwvcHktbWltZXBhcnNlIFwKLQkJJHtQWVRIT05fUEtHTkFNRVBSRUZJWH1kYXRldXRp bD49Mi4xOiR7UE9SVFNESVJ9L2RldmVsL3B5LWRhdGV1dGlsIFwKLQkJJHtQWVRIT05fUEtHTkFN RVBSRUZJWH1yb3NlPj0xOiR7UE9SVFNESVJ9L2RldmVsL3B5LXJvc2UKKwkJJHtQWVRIT05fUEtH TkFNRVBSRUZJWH1kYXRldXRpbD49Mi4xOiR7UE9SVFNESVJ9L2RldmVsL3B5LWRhdGV1dGlsCiAK IFVTRV9QWVRIT049CTIuNisKIFVTRV9QWURJU1RVVElMUz0JZWFzeV9pbnN0YWxsCkluZGV4OiBk aXN0aW5mbwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09Ci0tLSBkaXN0aW5mbwkocmV2aXNpb24gMzE0ODQyKQorKysgZGlz dGluZm8JKHdvcmtpbmcgY29weSkKQEAgLTEsMiArMSwyIEBACi1TSEEyNTYgKGRqYW5nby10YXN0 eXBpZS0wLjkuMTMudGFyLmd6KSA9IDYwZmY2ZTg4YThjZjdhNDhiM2FjOWQyM2JiMzMwNzEzNWJm MTUzMDI2YmViNmI5YWRiZmFjMWJiNTg2ZjUxNmIKLVNJWkUgKGRqYW5nby10YXN0eXBpZS0wLjku MTMudGFyLmd6KSA9IDcxOTA3MAorU0hBMjU2IChkamFuZ28tdGFzdHlwaWUtMC45LjE0LnRhci5n eikgPSBiN2M1MzZkZjc0MTVkNmIyMDI0YTZiYjhlZmI1OTY3MzNiMDk3NjNjNDc2MmY3MmU0YWNi ZDNhNTI5MTBmNjgyCitTSVpFIChkamFuZ28tdGFzdHlwaWUtMC45LjE0LnRhci5neikgPSA3MTg4 OTcK --f46d040168b39d63cf04d86fb972-- From owner-freebsd-python@FreeBSD.ORG Thu Mar 21 14:00:31 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 558BF8AE; Thu, 21 Mar 2013 14:00:31 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2EFDBB01; Thu, 21 Mar 2013 14:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2LE0UaC088185; Thu, 21 Mar 2013 14:00:30 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2LE0U4G088184; Thu, 21 Mar 2013 14:00:30 GMT (envelope-from rm) Date: Thu, 21 Mar 2013 14:00:30 GMT Message-Id: <201303211400.r2LE0U4G088184@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-python@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/177195: [MAINTAINER] www/py-django-tastypie: update to 0.9.14 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 14:00:31 -0000 Synopsis: [MAINTAINER] www/py-django-tastypie: update to 0.9.14 Responsible-Changed-From-To: freebsd-python->rm Responsible-Changed-By: rm Responsible-Changed-When: Thu Mar 21 14:00:30 UTC 2013 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=177195 From owner-freebsd-python@FreeBSD.ORG Fri Mar 22 07:40:01 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9FE95F0B for ; Fri, 22 Mar 2013 07:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 918AE948 for ; Fri, 22 Mar 2013 07:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2M7e1NQ094567 for ; Fri, 22 Mar 2013 07:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2M7e1h3094566; Fri, 22 Mar 2013 07:40:01 GMT (envelope-from gnats) Date: Fri, 22 Mar 2013 07:40:01 GMT Message-Id: <201303220740.r2M7e1h3094566@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: "Vladimir Chukharev" Subject: Re: ports/176993: math/py-matplotlib/work does not see installed numpy X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Vladimir Chukharev List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 07:40:01 -0000 The following reply was made to PR ports/176993; it has been noted by GNATS. From: "Vladimir Chukharev" To: bug-followup@freebsd.org, Vladimir.Chukharev@gmail.com Cc: Subject: Re: ports/176993: math/py-matplotlib/work does not see installed numpy Date: Fri, 22 Mar 2013 09:38:30 +0200 This PR can be closed. For the record. The problem was in math/atlas, which was installed when I used an optional dependence on it in some port (probably math/py-numpy). Later, I removed that option and deinstalled atlas, but many ports have some automatically set optional dependence on atlas if that is installed, therefore deleting math/atlas is not a trivial task... It might get installed again and again, and this is a POLA violation IMO. I recorded the list of all ports depending on atlas, then used pkg_delete -f atlas-\* , and then reinstalled all ports in the list removing the corresponding options file in /var/ports/ , this way atlas is cleaned away from my computer... -- Vladimir Chukharev From owner-freebsd-python@FreeBSD.ORG Fri Mar 22 16:10:08 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A2A1F5A9; Fri, 22 Mar 2013 16:10:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7EF3D9DF; Fri, 22 Mar 2013 16:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2MGA8JC090787; Fri, 22 Mar 2013 16:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2MGA8Wq090786; Fri, 22 Mar 2013 16:10:08 GMT (envelope-from edwin) Date: Fri, 22 Mar 2013 16:10:08 GMT Message-Id: <201303221610.r2MGA8Wq090786@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/177235: [MAINTAINER] devel/py-flake8: fix run depenency package name X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 16:10:08 -0000 Synopsis: [MAINTAINER] devel/py-flake8: fix run depenency package name Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 22 16:10:08 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=177235 From owner-freebsd-python@FreeBSD.ORG Fri Mar 22 17:20:08 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 88BE2F19; Fri, 22 Mar 2013 17:20:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 653A8F6B; Fri, 22 Mar 2013 17:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2MHK8QM005929; Fri, 22 Mar 2013 17:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2MHK8V6005928; Fri, 22 Mar 2013 17:20:08 GMT (envelope-from edwin) Date: Fri, 22 Mar 2013 17:20:08 GMT Message-Id: <201303221720.r2MHK8V6005928@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/177238: [NEW PORT] devel/py-pytest-runner X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 17:20:08 -0000 Synopsis: [NEW PORT] devel/py-pytest-runner Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 22 17:20:08 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=177238 From owner-freebsd-python@FreeBSD.ORG Fri Mar 22 17:24:22 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AEF5915F; Fri, 22 Mar 2013 17:24:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8AD90FD0; Fri, 22 Mar 2013 17:24:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2MHOMaE006229; Fri, 22 Mar 2013 17:24:22 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2MHOLCC006228; Fri, 22 Mar 2013 17:24:21 GMT (envelope-from linimon) Date: Fri, 22 Mar 2013 17:24:21 GMT Message-Id: <201303221724.r2MHOLCC006228@freefall.freebsd.org> To: mainland@apeiron.net, Vladimir.Chukharev@gmail.com, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/176993: math/py-matplotlib/work does not see installed numpy X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 17:24:22 -0000 Synopsis: math/py-matplotlib/work does not see installed numpy State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Fri Mar 22 17:24:11 UTC 2013 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=176993 From owner-freebsd-python@FreeBSD.ORG Fri Mar 22 17:30:15 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 92360453; Fri, 22 Mar 2013 17:30:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5F512EE; Fri, 22 Mar 2013 17:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2MHUFGw006816; Fri, 22 Mar 2013 17:30:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2MHUFHi006815; Fri, 22 Mar 2013 17:30:15 GMT (envelope-from edwin) Date: Fri, 22 Mar 2013 17:30:15 GMT Message-Id: <201303221730.r2MHUFHi006815@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/177239: [MAINTAINER] irc/py-irc: build depend X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 17:30:15 -0000 Synopsis: [MAINTAINER] irc/py-irc: build depend Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 22 17:30:15 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=177239 From owner-freebsd-python@FreeBSD.ORG Fri Mar 22 18:11:48 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EDC49AC4; Fri, 22 Mar 2013 18:11:48 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C878B722; Fri, 22 Mar 2013 18:11:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2MIBmrP015025; Fri, 22 Mar 2013 18:11:48 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2MIBmFg015024; Fri, 22 Mar 2013 18:11:48 GMT (envelope-from rm) Date: Fri, 22 Mar 2013 18:11:48 GMT Message-Id: <201303221811.r2MIBmFg015024@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-python@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/177238: [NEW PORT] devel/py-pytest-runner X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 18:11:49 -0000 Synopsis: [NEW PORT] devel/py-pytest-runner Responsible-Changed-From-To: freebsd-python->rm Responsible-Changed-By: rm Responsible-Changed-When: Fri Mar 22 18:11:48 UTC 2013 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=177238 From owner-freebsd-python@FreeBSD.ORG Fri Mar 22 18:12:01 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 66696B75; Fri, 22 Mar 2013 18:12:01 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 428D072E; Fri, 22 Mar 2013 18:12:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2MIC19Y015105; Fri, 22 Mar 2013 18:12:01 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2MIC1Re015104; Fri, 22 Mar 2013 18:12:01 GMT (envelope-from rm) Date: Fri, 22 Mar 2013 18:12:01 GMT Message-Id: <201303221812.r2MIC1Re015104@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-python@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/177239: [MAINTAINER] irc/py-irc: build depend X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 18:12:01 -0000 Synopsis: [MAINTAINER] irc/py-irc: build depend Responsible-Changed-From-To: freebsd-python->rm Responsible-Changed-By: rm Responsible-Changed-When: Fri Mar 22 18:12:00 UTC 2013 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=177239 From owner-freebsd-python@FreeBSD.ORG Fri Mar 22 18:12:28 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7734EBB5; Fri, 22 Mar 2013 18:12:28 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 53569738; Fri, 22 Mar 2013 18:12:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2MICSgi015185; Fri, 22 Mar 2013 18:12:28 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2MICSnb015184; Fri, 22 Mar 2013 18:12:28 GMT (envelope-from rm) Date: Fri, 22 Mar 2013 18:12:28 GMT Message-Id: <201303221812.r2MICSnb015184@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-python@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/177235: [MAINTAINER] devel/py-flake8: fix run depenency package name X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 18:12:28 -0000 Synopsis: [MAINTAINER] devel/py-flake8: fix run depenency package name Responsible-Changed-From-To: freebsd-python->rm Responsible-Changed-By: rm Responsible-Changed-When: Fri Mar 22 18:12:28 UTC 2013 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=177235 From owner-freebsd-python@FreeBSD.ORG Fri Mar 22 18:17:11 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7B761EC8; Fri, 22 Mar 2013 18:17:11 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 577B37A3; Fri, 22 Mar 2013 18:17:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2MIHBG5016583; Fri, 22 Mar 2013 18:17:11 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2MIHBEM016582; Fri, 22 Mar 2013 18:17:11 GMT (envelope-from rm) Date: Fri, 22 Mar 2013 18:17:11 GMT Message-Id: <201303221817.r2MIHBEM016582@freefall.freebsd.org> To: christer.edwards@gmail.com, rm@FreeBSD.org, freebsd-python@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/177144: [PATCH] sysutils/py-salt: update to 0.13.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 18:17:11 -0000 Synopsis: [PATCH] sysutils/py-salt: update to 0.13.3 Responsible-Changed-From-To: freebsd-python->rm Responsible-Changed-By: rm Responsible-Changed-When: Fri Mar 22 18:17:11 UTC 2013 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=177144