From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 03:22:10 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B486637; Sun, 23 Feb 2014 03:22:10 +0000 (UTC) Received: from rtfm.jp (rtfm.jp [219.94.242.231]) by mx1.freebsd.org (Postfix) with ESMTP id 4A23B107E; Sun, 23 Feb 2014 03:22:09 +0000 (UTC) Received: by rtfm.jp (Postfix, from userid 1001) id 62866B830; Sun, 23 Feb 2014 12:16:00 +0900 (JST) To: FreeBSD-gnats-submit@freebsd.org Subject: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 From: TAKATSU Tomonari <tota@FreeBSD.org> X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20140223031600.62866B830@rtfm.jp> Date: Sun, 23 Feb 2014 12:16:00 +0900 (JST) Cc: buganini@gmail.com, mauricio@arareko.net, 5u623l20@gmail.com, python@FreeBSD.org, rm@FreeBSD.org, nemysis@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 23 Feb 2014 03:22:10 -0000 >Submitter-Id: current-users >Originator: TAKATSU Tomonari >Organization: none (personal) >Confidential: no >Synopsis: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 9.1-RELEASE-p7 amd64 >Environment: System: FreeBSD f34d 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:34:37 UTC >Description: - Repocopy print/py-reportlab to print/py-reportlab1 to preserve version 1.x and to update to 3.0 print/py-reportlab: - Update print/py-reportlab to 3.0 based on print/py-reportlab2 - Support STAGEDIR - Use PYDISTUTILS_AUTOPLIST * Remove pkg-plist, accordingly - Set CONFLICTS - Add PORTSCOUT - Replace tab with a single space after WWW: in pkg-descr print/py-reportlab1: - Support STAGEDIR - Add PKGNAMESUFFIX not to duplicate ports with the same name - Set CONFLICTS - Use PYDISTUTILS_AUTOPLIST * Remove pkg-plist, accordingly - Make use of PORTDOCS - Set OPTIONS_DEFINE explicitly - Fix include statement - Make docs unconditional to stage - Replace tab with a single space after WWW: in pkg-descr print/py-reportlab2: - Update CONFLICTS - Set PORTSCOUT dependent ports: - Switch dependency from print/py-reportlab to print/py-reportlab1 * biology/py-biopython * deskutils/gourmet * deskutils/griffith * games/pythonsudoku * misc/pdfmap * print/py-trml2pdf * www/py-satchmo >How-To-Repeat: >Fix: Index: print/Makefile =================================================================== --- print/Makefile (revision 345685) +++ print/Makefile (working copy) @@ -253,6 +253,7 @@ SUBDIR += py-pyscript SUBDIR += py-relatorio SUBDIR += py-reportlab + SUBDIR += py-reportlab1 SUBDIR += py-reportlab2 SUBDIR += py-rtf SUBDIR += py-trml2pdf Index: print/py-reportlab/Makefile =================================================================== --- print/py-reportlab/Makefile (revision 345685) +++ print/py-reportlab/Makefile (working copy) @@ -2,48 +2,75 @@ # $FreeBSD$ PORTNAME= reportlab -PORTVERSION= 1.21.2 -PORTREVISION= 3 +PORTVERSION= 3.0 CATEGORIES= print python -MASTER_SITES= http://www.reportlab.com/ftp/ \ - ${MASTER_SITE_LOCAL:S/$/:accel/} \ - http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/:accel -MASTER_SITE_SUBDIR= erwin/:accel +MASTER_SITES= CHEESESHOP \ + http://www.reportlab.com/ftp/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= reportlab-${PORTVERSION}.tar.gz \ - rl_accel-3004.tgz:accel +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ + ${PFBFER} +EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= 5u623l20@gmail.com COMMENT= Library to create PDF documents using the Python language -PORTSCOUT= ignore:1 # Last version of 1.X branch +LICENSE= BSD +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow + USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= Reportlab +PYDISTUTILS_AUTOPLIST= yes -WRKSRC= ${WRKDIR}/reportlab_${PORTVERSION:S/./_/g}/reportlab +CONFLICTS= py*-reportlab[^3]-[^3].* \ + py*-reportlab-[^3].* + +PORTSCOUT= limit:^3\.0\. + +PFBFER_VERSION= 20070710 +PFBFER= pfbfer-${PFBFER_VERSION}.zip + MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}" REPORTLABDIR= ${PYTHONPREFIX_SITELIBDIR}/reportlab DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -DOCS= RML_UserGuide.pdf RML_UserGuide_1_0.pdf diagradoc.pdf graphguide.pdf \ - graphics_reference.pdf reference.pdf userguide.pdf +DOCS= reportlab-userguide.pdf -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/rl_config.py - @${REINPLACE_CMD} -e 's#with#with26#g' ${WRKSRC}/lib/PyFontify.py +OPTIONS_DEFINE= CJK FREETYPE DOCS +OPTIONS_DEFAULT= CJK FREETYPE +CJK_DESC= Adobe CMaps +FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 + .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not install on sparc64 +.endif + +.if ${PORT_OPTIONS:MCJK} +RUN_DEPENDS+= ${LOCALBASE}/share/fonts/adobe-cmaps/ac15/cid2code.txt:${PORTSDIR}/print/adobe-cmaps +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|%%DISTDIR%%|${DISTDIR}|' \ + -e 's|%%PFBFER%%|${PFBFER}|' \ + ${WRKSRC}/setup.py +.if ${PORT_OPTIONS:MDOCS} +.for f in genAll.py userguide/genuserguide.py + @${REINPLACE_CMD} -e 's|%%STAGEDIR%%|${STAGEDIR}|' \ + -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|' \ + ${WRKSRC}/docs/${f} +.endfor +.endif + post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + @cd ${WRKSRC}/docs && ${PYTHON_CMD} genAll.py + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} - ${CP} ${WRKSRC}/docs/${i} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR} .endfor .endif - @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> Index: print/py-reportlab/distinfo =================================================================== --- print/py-reportlab/distinfo (revision 345685) +++ print/py-reportlab/distinfo (working copy) @@ -1,4 +1,4 @@ -SHA256 (reportlab-1.21.2.tar.gz) = dbefc02b43ee72484f95b82b21c0a8fe874d7facc9f5fbcacdde82c2b15b5d30 -SIZE (reportlab-1.21.2.tar.gz) = 3464482 -SHA256 (rl_accel-3004.tgz) = a2ac1b7dbf5f37e98c5f5a80cd364fa682d830561a9694328460430a04baf20d -SIZE (rl_accel-3004.tgz) = 58569 +SHA256 (reportlab-3.0.tar.gz) = a8a75186a9f2cc219c9fee5ec52ae4e18084783906b6345109770ff933bed86f +SIZE (reportlab-3.0.tar.gz) = 1936012 +SHA256 (pfbfer-20070710.zip) = fb1462ff6ce8efae58a0c496f0537c5ac16d4895c68f1640c2973db574ddb376 +SIZE (pfbfer-20070710.zip) = 677333 Index: print/py-reportlab/files/patch-docs-genAll.py =================================================================== --- print/py-reportlab/files/patch-docs-genAll.py (revision 0) +++ print/py-reportlab/files/patch-docs-genAll.py (working copy) @@ -0,0 +1,11 @@ +--- docs/genAll.py.orig 2014-02-14 23:22:37.000000000 +0900 ++++ docs/genAll.py 2014-02-16 16:20:21.000000000 +0900 +@@ -1,6 +1,7 @@ + #!/bin/env python +-import os, sys, traceback ++import os, sys, traceback, site + def _genAll(verbose=1): ++ site.addsitedir("%%STAGEDIR%%%%PYTHON_SITELIBDIR%%") + from reportlab.lib.testutils import setOutDir + setOutDir(__name__) + from reportlab.lib.testutils import testsFolder Property changes on: print/py-reportlab/files/patch-docs-genAll.py ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: print/py-reportlab/files/patch-docs-userguide-genuserguide.py =================================================================== --- print/py-reportlab/files/patch-docs-userguide-genuserguide.py (revision 0) +++ print/py-reportlab/files/patch-docs-userguide-genuserguide.py (working copy) @@ -0,0 +1,12 @@ +--- docs/userguide/genuserguide.py.orig 2014-02-14 23:22:37.000000000 +0900 ++++ docs/userguide/genuserguide.py 2014-02-16 16:15:05.000000000 +0900 +@@ -8,7 +8,8 @@ + """ + + def run(pagesize=None, verbose=0, outDir=None): +- import sys,os ++ import sys,os,site ++ site.addsitedir("%%STAGEDIR%%%%PYTHON_SITELIBDIR%%") + from reportlab.lib.utils import open_and_read, asUnicode + cwd = os.getcwd() + docsDir=os.path.dirname(os.path.dirname(sys.argv[0]) or cwd) Property changes on: print/py-reportlab/files/patch-docs-userguide-genuserguide.py ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: print/py-reportlab/files/patch-rl_config.py =================================================================== --- print/py-reportlab/files/patch-rl_config.py (revision 345685) +++ print/py-reportlab/files/patch-rl_config.py (working copy) @@ -1,55 +0,0 @@ ---- rl_config.py.orig Wed Nov 10 00:09:28 2004 -+++ rl_config.py Mon Mar 21 03:24:22 2005 -@@ -22,15 +22,9 @@ - - # places to look for T1Font information - T1SearchPath = ( -- 'c:/Program Files/Adobe/Acrobat 6.0/Resource/Font', #Win32, Acrobat 6 -- 'c:/Program Files/Adobe/Acrobat 5.0/Resource/Font', #Win32, Acrobat 5 -- 'c:/Program Files/Adobe/Acrobat 4.0/Resource/Font', #Win32, Acrobat 4 -- '%(disk)s/Applications/Python %(sys_version)s/reportlab/fonts', #Mac? -- '/usr/lib/Acrobat5/Resource/Font', #Linux, Acrobat 5? -- '/usr/lib/Acrobat4/Resource/Font', #Linux, Acrobat 4 -- '/usr/local/Acrobat6/Resource/Font', #Linux, Acrobat 5? -- '/usr/local/Acrobat5/Resource/Font', #Linux, Acrobat 5? -- '/usr/local/Acrobat4/Resource/Font', #Linux, Acrobat 4 -+ '/usr/local/Acrobat6/Resource/Font', -+ '/usr/local/Acrobat5/Resource/Font', -+ '/usr/local/Acrobat4/Resource/Font', - '%(REPORTLAB_DIR)s/fonts', #special - '%(REPORTLAB_DIR)s/../fonts', #special - '%(REPORTLAB_DIR)s/../../fonts', #special -@@ -39,9 +33,7 @@ - - # places to look for TT Font information - TTFSearchPath = ( -- 'c:/winnt/fonts', -- 'c:/windows/fonts', -- '/usr/lib/X11/fonts/TrueType/', -+ '/usr/X11R6/lib/X11/fonts/TrueType/', - '%(REPORTLAB_DIR)s/fonts', #special - '%(REPORTLAB_DIR)s/../fonts', #special - '%(REPORTLAB_DIR)s/../../fonts',#special -@@ -49,20 +41,14 @@ - ) - - # places to look for CMap files - should ideally merge with above --CMapSearchPath = ('/usr/lib/Acrobat6/Resource/CMap', -- '/usr/lib/Acrobat5/Resource/CMap', -- '/usr/lib/Acrobat4/Resource/CMap', -- '/usr/local/Acrobat6/Resource/CMap', -+CMapSearchPath = ('/usr/local/Acrobat6/Resource/CMap', - '/usr/local/Acrobat5/Resource/CMap', - '/usr/local/Acrobat4/Resource/CMap', -- 'C:\\Program Files\\Adobe\\Acrobat\\Resource\\CMap', -- 'C:\\Program Files\\Adobe\\Acrobat 6.0\\Resource\\CMap', -- 'C:\\Program Files\\Adobe\\Acrobat 5.0\\Resource\\CMap', -- 'C:\\Program Files\\Adobe\\Acrobat 4.0\\Resource\\CMap' - '%(REPORTLAB_DIR)s/fonts/CMap', #special - '%(REPORTLAB_DIR)s/../fonts/CMap', #special - '%(REPORTLAB_DIR)s/../../fonts/CMap', #special - '%(HOME)s/fonts/CMap', #special -+ '/usr/local/share/ghostscript/Resource/CMap', - ) - - #### Normally don't need to edit below here #### Index: print/py-reportlab/files/patch-setup.py =================================================================== --- print/py-reportlab/files/patch-setup.py (revision 345685) +++ print/py-reportlab/files/patch-setup.py (working copy) @@ -1,11 +1,29 @@ ---- setup.py.orig Fri Nov 26 00:12:20 2004 -+++ setup.py Mon Mar 21 03:26:45 2005 -@@ -19,7 +19,7 @@ - isfile = os.path.isfile - isdir = os.path.isfile - dirname = os.path.dirname --package_path = pjoin(package_home(distutils.__dict__), 'site-packages', 'reportlab') -+package_path = os.environ['PACKAGE_PATH'] +--- setup.py.orig 2014-02-14 23:22:37.000000000 +0900 ++++ setup.py 2014-02-16 00:48:02.000000000 +0900 +@@ -241,11 +241,7 @@ + ] - def get_version(): - #determine Version + def get_fonts(PACKAGE_DIR, reportlab_files): +- import sys, os, os.path, zipfile, io +- if isPy3: +- import urllib.request as ureq +- else: +- import urllib2 as ureq ++ import sys, os, os.path, zipfile + rl_dir = PACKAGE_DIR['reportlab'] + if not [x for x in reportlab_files if not os.path.isfile(pjoin(rl_dir,x))]: + infoline("Standard T1 font curves already downloaded") +@@ -254,12 +250,7 @@ + infoline('not downloading T1 font curve files') + return + try: +- infoline("Downloading standard T1 font curves") +- +- remotehandle = ureq.urlopen("http://www.reportlab.com/ftp/pfbfer-20070710.zip") +- zipdata = io.BytesIO(remotehandle.read()) +- remotehandle.close() +- archive = zipfile.ZipFile(zipdata) ++ archive = zipfile.ZipFile("%%DISTDIR%%/%%PFBFER%%") + dst = pjoin(rl_dir, 'fonts') + + for name in archive.namelist(): Index: print/py-reportlab/pkg-descr =================================================================== --- print/py-reportlab/pkg-descr (revision 345685) +++ print/py-reportlab/pkg-descr (working copy) @@ -19,4 +19,4 @@ scientific papers - Going from XML to PDF in one step! -WWW: http://www.reportlab.org/rl_toolkit.html +WWW: http://www.reportlab.org/rl_toolkit.html Index: print/py-reportlab/pkg-message =================================================================== --- print/py-reportlab/pkg-message (revision 345685) +++ print/py-reportlab/pkg-message (working copy) @@ -1,4 +0,0 @@ -======================================================= - You may need to install print/adobe-cmaps port to use - East Asian languages. -======================================================= Index: print/py-reportlab/pkg-plist =================================================================== --- print/py-reportlab/pkg-plist (revision 345685) +++ print/py-reportlab/pkg-plist (working copy) @@ -1,677 +0,0 @@ -%%PYTHON_SITELIBDIR%%/_rl_accel.so -@unexec rm -f %D/%%PYTHON_SITELIBDIR%%/reportlab/fonts/*.fastmap -%%PYTHON_SITELIBDIR%%/pyHnj.so -%%PYTHON_SITELIBDIR%%/reportlab/README -%%PYTHON_SITELIBDIR%%/reportlab/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/changes -%%PYTHON_SITELIBDIR%%/reportlab/demos/colors/colortest.py -%%PYTHON_SITELIBDIR%%/reportlab/demos/gadflypaper/00readme.txt -%%PYTHON_SITELIBDIR%%/reportlab/demos/gadflypaper/gfe.py -%%PYTHON_SITELIBDIR%%/reportlab/demos/odyssey/00readme.txt -%%PYTHON_SITELIBDIR%%/reportlab/demos/odyssey/dodyssey.py -%%PYTHON_SITELIBDIR%%/reportlab/demos/odyssey/fodyssey.py -%%PYTHON_SITELIBDIR%%/reportlab/demos/odyssey/odyssey.py -%%PYTHON_SITELIBDIR%%/reportlab/demos/odyssey/odyssey.txt -%%PYTHON_SITELIBDIR%%/reportlab/demos/rlzope/readme.txt -%%PYTHON_SITELIBDIR%%/reportlab/demos/rlzope/rlzope.py -%%PYTHON_SITELIBDIR%%/reportlab/demos/stdfonts/00readme.txt -%%PYTHON_SITELIBDIR%%/reportlab/demos/stdfonts/stdfonts.py -%%PYTHON_SITELIBDIR%%/reportlab/demos/tests/testdemos.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/00readme.txt -%%PYTHON_SITELIBDIR%%/reportlab/docs/genAll.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/graphguide/ch1_intro.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/graphguide/ch2_concepts.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/graphguide/ch3_shapes.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/graphguide/ch4_widgets.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/graphguide/ch5_charts.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/graphguide/gengraphguide.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/Edit_Prefs.gif -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/Python_21.gif -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/Python_21_HINT.gif -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/fileExchange.gif -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/jpn.gif -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/jpnchars.jpg -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/lj8100.jpg -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/replogo.a85 -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/replogo.gif -%%PYTHON_SITELIBDIR%%/reportlab/docs/reference/build.bat -%%PYTHON_SITELIBDIR%%/reportlab/docs/reference/genreference.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/reference/reference.yml -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/app_demos.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch1_intro.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch2_graphics.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch2a_fonts.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch3_pdffeatures.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch4_platypus_concepts.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch5_paragraphs.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch6_tables.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch7_custom.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch9_future.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/genuserguide.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/testfile.txt -%%PYTHON_SITELIBDIR%%/reportlab/extensions/README -%%PYTHON_SITELIBDIR%%/reportlab/extensions/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/extensions/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/extensions/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/fonts/00readme.txt -%%PYTHON_SITELIBDIR%%/reportlab/fonts/LeERC___.AFM -%%PYTHON_SITELIBDIR%%/reportlab/fonts/LeERC___.PFB -%%PYTHON_SITELIBDIR%%/reportlab/fonts/luxiserif.ttf -%%PYTHON_SITELIBDIR%%/reportlab/fonts/luxiserif_license.txt -%%PYTHON_SITELIBDIR%%/reportlab/fonts/rina.ttf -%%PYTHON_SITELIBDIR%%/reportlab/fonts/rina_license.txt -%%PYTHON_SITELIBDIR%%/reportlab/graphics/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/areas.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/areas.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/areas.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/axes.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/axes.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/axes.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/barcharts.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/barcharts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/barcharts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/dotbox.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/dotbox.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/dotbox.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/doughnut.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/doughnut.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/doughnut.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/legends.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/legends.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/legends.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/linecharts.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/linecharts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/linecharts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/lineplots.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/lineplots.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/lineplots.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/markers.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/markers.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/markers.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/piecharts.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/piecharts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/piecharts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/slidebox.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/slidebox.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/slidebox.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/spider.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/spider.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/spider.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/textlabels.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/textlabels.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/textlabels.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils3d.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils3d.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils3d.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPDF.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPDF.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPDF.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPM.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPM.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPM.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPS.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPS.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPS.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderSVG.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderSVG.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderSVG.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderbase.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderbase.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderbase.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/bubble.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/bubble.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/bubble.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_bar.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_bar.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_bar.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_column.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_column.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_column.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/excelcolors.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/excelcolors.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/excelcolors.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/exploded_pie.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/exploded_pie.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/exploded_pie.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/filled_radar.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/filled_radar.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/filled_radar.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/line_chart.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/line_chart.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/line_chart.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/linechart_with_markers.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/linechart_with_markers.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/linechart_with_markers.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/radar.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/radar.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/radar.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/runall.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/runall.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/runall.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines_markers.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines_markers.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines_markers.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/simple_pie.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/simple_pie.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/simple_pie.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_bar.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_bar.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_bar.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_column.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_column.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_column.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/shapes.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/shapes.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/shapes.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/testdrawings.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/testdrawings.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/testdrawings.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/testshapes.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/testshapes.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/testshapes.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgetbase.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgetbase.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgetbase.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/eventcal.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/eventcal.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/eventcal.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/flags.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/flags.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/flags.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/grids.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/grids.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/grids.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/markers.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/markers.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/markers.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/signsandsymbols.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/signsandsymbols.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/signsandsymbols.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/PyFontify.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/PyFontify.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/PyFontify.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/abag.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/abag.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/abag.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/attrmap.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/attrmap.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/attrmap.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/codecharts.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/codecharts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/codecharts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/colors.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/colors.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/colors.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/corp.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/corp.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/corp.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/enums.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/enums.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/enums.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/extformat.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/extformat.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/extformat.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/fonts.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/fonts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/fonts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/formatters.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/formatters.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/formatters.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/logger.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/logger.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/logger.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/normalDate.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/normalDate.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/normalDate.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/pagesizes.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/pagesizes.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/pagesizes.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/randomtext.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/randomtext.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/randomtext.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/rparsexml.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/rparsexml.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/rparsexml.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/sequencer.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/sequencer.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/sequencer.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/set_ops.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/set_ops.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/set_ops.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/styles.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/styles.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/styles.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/tocindex.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/tocindex.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/tocindex.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/units.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/units.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/units.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/utils.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/utils.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/utils.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/validators.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/validators.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/validators.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/xmllib.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/xmllib.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/xmllib.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/yaml.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/yaml.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/yaml.pyo -%%PYTHON_SITELIBDIR%%/reportlab/license.txt -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_cidfontdata.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_cidfontdata.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_cidfontdata.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/cidfonts.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/cidfonts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/cidfonts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfdoc.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfdoc.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfdoc.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfform.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfform.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfform.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfmetrics.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfmetrics.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfmetrics.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfpattern.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfpattern.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfpattern.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfutils.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfutils.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfutils.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/ttfonts.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/ttfonts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/ttfonts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/canvas.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/canvas.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/canvas.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pathobject.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pathobject.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pathobject.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfgeom.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfgeom.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfgeom.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfimages.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfimages.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfimages.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pycanvas.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pycanvas.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pycanvas.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/textobject.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/textobject.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/textobject.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/doctemplate.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/doctemplate.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/doctemplate.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/figures.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/figures.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/figures.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/flowables.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/flowables.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/flowables.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/frames.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/frames.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/frames.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/para.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/para.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/para.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/paragraph.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/paragraph.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/paragraph.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/paraparser.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/paraparser.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/paraparser.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/tableofcontents.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/tableofcontents.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/tableofcontents.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/tables.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/tables.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/tables.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/xpreformatted.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/xpreformatted.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/xpreformatted.pyo -%%PYTHON_SITELIBDIR%%/reportlab/rl_config.py -%%PYTHON_SITELIBDIR%%/reportlab/rl_config.pyc -%%PYTHON_SITELIBDIR%%/reportlab/rl_config.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/test/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/doctest.py -%%PYTHON_SITELIBDIR%%/reportlab/test/doctest.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/doctest.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/linecache_copy.py -%%PYTHON_SITELIBDIR%%/reportlab/test/linecache_copy.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/linecache_copy.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/pythonpowered.gif -%%PYTHON_SITELIBDIR%%/reportlab/test/runAll.py -%%PYTHON_SITELIBDIR%%/reportlab/test/runAll.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/runAll.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_charts_textlabels.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_charts_textlabels.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_charts_textlabels.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_docs_build.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_docs_build.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_docs_build.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_docstrings.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_docstrings.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_docstrings.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_extra.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_extra.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_extra.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_charts.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_charts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_charts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_images.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_images.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_images.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_layout.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_layout.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_layout.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_speed.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_speed.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_speed.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_hello.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_hello.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_hello.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_images.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_images.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_images.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_invariant.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_invariant.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_invariant.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_colors.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_colors.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_colors.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_sequencer.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_sequencer.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_sequencer.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_utils.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_utils.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_utils.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_validators.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_validators.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_validators.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_chs.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_chs.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_chs.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_cht.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_cht.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_cht.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_jpn.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_jpn.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_jpn.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_kor.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_kor.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_kor.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_paragraphs.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_paragraphs.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_paragraphs.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_encodings.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_encodings.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_encodings.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_fontembed.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_fontembed.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_fontembed.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_pdfmetrics.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_pdfmetrics.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_pdfmetrics.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_pdfutils.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_pdfutils.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_pdfutils.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_postscript.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_postscript.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_postscript.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_ttfonts.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_ttfonts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_ttfonts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_callback.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_callback.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_callback.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_general.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_general.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_general.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_links.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_links.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_links.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_pagemodes.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_pagemodes.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_pagemodes.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_pycanvas.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_pycanvas.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_pycanvas.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_breaking.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_breaking.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_breaking.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_general.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_general.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_general.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_indents.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_indents.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_indents.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_leftright.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_leftright.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_leftright.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_paragraphs.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_paragraphs.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_paragraphs.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_pto.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_pto.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_pto.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_tables.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_tables.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_tables.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_toc.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_toc.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_toc.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_xref.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_xref.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_xref.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pyfiles.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pyfiles.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pyfiles.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_renderSVG.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_renderSVG.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_renderSVG.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_rl_accel.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_rl_accel.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_rl_accel.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_source_chars.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_source_chars.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_source_chars.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_table_layout.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_table_layout.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_table_layout.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_tools_pythonpoint.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_tools_pythonpoint.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_tools_pythonpoint.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_utils.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_utils.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_utils.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_widgetbase_tpc.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_widgetbase_tpc.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_widgetbase_tpc.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_widgets_grids.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_widgets_grids.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_widgets_grids.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/unittest.py -%%PYTHON_SITELIBDIR%%/reportlab/test/unittest.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/unittest.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/utils.py -%%PYTHON_SITELIBDIR%%/reportlab/test/utils.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/utils.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/README -%%PYTHON_SITELIBDIR%%/reportlab/tools/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/README -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/codegrab.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/codegrab.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/codegrab.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/docpy.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/docpy.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/docpy.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/examples.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/examples.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/examples.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/graphdocpy.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/graphdocpy.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/graphdocpy.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/rl_doc_utils.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/rl_doc_utils.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/rl_doc_utils.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/rltemplate.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/rltemplate.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/rltemplate.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/stylesheet.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/stylesheet.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/stylesheet.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/t_parse.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/t_parse.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/t_parse.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/yaml.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/yaml.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/yaml.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/yaml2pdf.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/yaml2pdf.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/yaml2pdf.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/README -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/demo-config.txt -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/demo.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/demo.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/demo.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/idle_print.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/idle_print.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/idle_print.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/py2pdf.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/py2pdf.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/py2pdf.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/vertpython.jpg -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/README -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/customshapes.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/customshapes.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/customshapes.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/LeERC___.AFM -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/LeERC___.PFB -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/htu.xml -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/leftlogo.a85 -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/leftlogo.gif -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/lj8100.jpg -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/monterey.xml -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/outline.gif -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/pplogo.gif -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/python.gif -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/pythonpoint.xml -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/spectrum.png -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/vertpython.gif -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/pythonpoint.dtd -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/pythonpoint.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/pythonpoint.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/pythonpoint.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/stdparser.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/stdparser.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/stdparser.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/horrible.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/horrible.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/horrible.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/htu.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/htu.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/htu.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/modern.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/modern.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/modern.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/projection.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/projection.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/projection.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/standard.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/standard.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/standard.pyo -%%PYTHON_SITELIBDIR%%/sgmlop.so -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/tools/docco -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/tools -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/test -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/platypus -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/pdfgen -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/pdfbase -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/lib -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/graphics/samples -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/graphics/charts -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/graphics -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/fonts -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/extensions -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/docs/userguide -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/docs/reference -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/docs/images -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/docs/graphguide -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/docs -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/demos/tests -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/demos/stdfonts -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/demos/rlzope -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/demos/odyssey -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/demos/gadflypaper -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/demos/colors -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/demos -@dirrm %%PYTHON_SITELIBDIR%%/reportlab -%%PORTDOCS%%%%DOCSDIR%%/RML_UserGuide.pdf -%%PORTDOCS%%%%DOCSDIR%%/RML_UserGuide_1_0.pdf -%%PORTDOCS%%%%DOCSDIR%%/diagradoc.pdf -%%PORTDOCS%%%%DOCSDIR%%/graphguide.pdf -%%PORTDOCS%%%%DOCSDIR%%/graphics_reference.pdf -%%PORTDOCS%%%%DOCSDIR%%/reference.pdf -%%PORTDOCS%%%%DOCSDIR%%/userguide.pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%% Index: print/py-reportlab1/Makefile =================================================================== --- print/py-reportlab1/Makefile (revision 345570) +++ print/py-reportlab1/Makefile (working copy) @@ -10,6 +10,7 @@ http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/:accel MASTER_SITE_SUBDIR= erwin/:accel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 1 DISTFILES= reportlab-${PORTVERSION}.tar.gz \ rl_accel-3004.tgz:accel @@ -16,10 +17,14 @@ MAINTAINER= 5u623l20@gmail.com COMMENT= Library to create PDF documents using the Python language +CONFLICTS= py*-reportlab[^1]-[^1].* \ + py*-reportlab-[^1].* + PORTSCOUT= ignore:1 # Last version of 1.X branch USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= Reportlab WRKSRC= ${WRKDIR}/reportlab_${PORTVERSION:S/./_/g}/reportlab @@ -26,24 +31,21 @@ MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}" REPORTLABDIR= ${PYTHONPREFIX_SITELIBDIR}/reportlab -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -DOCS= RML_UserGuide.pdf RML_UserGuide_1_0.pdf diagradoc.pdf graphguide.pdf \ +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} +PORTDOCS= RML_UserGuide.pdf RML_UserGuide_1_0.pdf diagradoc.pdf graphguide.pdf \ graphics_reference.pdf reference.pdf userguide.pdf -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/rl_config.py @${REINPLACE_CMD} -e 's#with#with26#g' ${WRKSRC}/lib/PyFontify.py -.include <bsd.port.pre.mk> - post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - ${CP} ${WRKSRC}/docs/${i} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for i in ${PORTDOCS} + ${CP} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR} .endfor -.endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> Index: print/py-reportlab1/pkg-descr =================================================================== --- print/py-reportlab1/pkg-descr (revision 345570) +++ print/py-reportlab1/pkg-descr (working copy) @@ -19,4 +19,4 @@ scientific papers - Going from XML to PDF in one step! -WWW: http://www.reportlab.org/rl_toolkit.html +WWW: http://www.reportlab.org/rl_toolkit.html Index: print/py-reportlab2/Makefile =================================================================== --- print/py-reportlab2/Makefile (revision 345685) +++ print/py-reportlab2/Makefile (working copy) @@ -22,8 +22,11 @@ WRKSRC= ${WRKDIR}/reportlab-${PORTVERSION} -CONFLICTS= py2[0-9]-reportlab-[0-9]* +CONFLICTS= py*-reportlab[^2]-[^2].* \ + py*-reportlab-[^2].* +PORTSCOUT= limit:^2\. + PFBFER_VERSION= 20070710 USE_PYTHON= yes Index: print/py-trml2pdf/Makefile =================================================================== --- print/py-trml2pdf/Makefile (revision 345685) +++ print/py-trml2pdf/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= trml2pdf PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print python MASTER_SITES= SF/kraft/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Tiny RML2PDF easily creates PDF documents. RUN_DEPENDS= ${LOCALBASE}/bin/pildriver.py:${PORTSDIR}/graphics/py-imaging \ - ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 NO_BUILD= yes Index: biology/py-biopython/Makefile =================================================================== --- biology/py-biopython/Makefile (revision 345685) +++ biology/py-biopython/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= biopython PORTVERSION= 1.60 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology python MASTER_SITES= http://www.biopython.org/DIST/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ PYEASYINSTALL_ARCHDEP= yes .if !defined(WITHOUT_REPORTLAB) -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab>0:${PORTSDIR}/print/py-reportlab +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab1>0:${PORTSDIR}/print/py-reportlab1 .endif NO_STAGE= yes Index: deskutils/gourmet/Makefile =================================================================== --- deskutils/gourmet/Makefile (revision 345685) +++ deskutils/gourmet/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= gourmet PORTVERSION= 0.16.0 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= https://launchpadlibrarian.net/133161899/ @@ -17,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_PKGNAMEPREFIX}poppler>=0:${PORTSDIR}/graphics/py-poppler \ ${PYTHON_PKGNAMEPREFIX}rtf>=0:${PORTSDIR}/print/py-rtf \ - ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab \ + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 \ ${PYTHON_PKGNAMEPREFIX}elib.intl>0:${PORTSDIR}/textproc/py-elib.intl MAN1= gourmet.1 Index: deskutils/griffith/Makefile =================================================================== --- deskutils/griffith/Makefile (revision 345685) +++ deskutils/griffith/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= griffith PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://launchpadlibrarian.net/87859599/ @@ -43,7 +44,7 @@ .if ${PORT_OPTIONS:MREPORTLAB2} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab2>=2:${PORTSDIR}/print/py-reportlab2 .else -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab>=1.19:${PORTSDIR}/print/py-reportlab +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab1>=1.19:${PORTSDIR}/print/py-reportlab1 .endif .if ${PORT_OPTIONS:MCHARDET} Index: games/pythonsudoku/Makefile =================================================================== --- games/pythonsudoku/Makefile (revision 345685) +++ games/pythonsudoku/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= pythonsudoku PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/Python%20Sudoku/${PORTVERSION}/ \ SF/nemysisfreebsdp/games/:icons @@ -19,7 +20,7 @@ LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client RUN_DEPENDS= ${PYGAME} \ ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ - ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 USE_BZIP2= yes USES= desktop-file-utils Index: misc/pdfmap/Makefile =================================================================== --- misc/pdfmap/Makefile (revision 345685) +++ misc/pdfmap/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= pdfmap PORTVERSION= 2.00 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaxml>=3.01:${PORTSDIR}/textproc/py-jaxml \ ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/pdfgen/canvas.py:${PORTSDIR}/print/py-reportlab \ +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/pdfgen/canvas.py:${PORTSDIR}/print/py-reportlab1 \ ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging USE_PYTHON= yes Index: www/py-satchmo/Makefile =================================================================== --- www/py-satchmo/Makefile (revision 345685) +++ www/py-satchmo/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= satchmo PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.caomhin.org/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:${PORTSDIR}/devel/py-setuptools_hg RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.2.3:${PORTSDIR}/www/py-django \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \ - ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab \ + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 \ ${PYTHON_PKGNAMEPREFIX}trml2pdf>=0:${PORTSDIR}/print/py-trml2pdf \ ${PYTHON_PKGNAMEPREFIX}django-registration>=0.8:${PORTSDIR}/www/py-django-registration \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 03:30:13 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74CA373F; Sun, 23 Feb 2014 03:30:13 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4B18B10E7; Sun, 23 Feb 2014 03:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1N3UDx2084877; Sun, 23 Feb 2014 03:30:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1N3UDlo084876; Sun, 23 Feb 2014 03:30:13 GMT (envelope-from edwin) Date: Sun, 23 Feb 2014 03:30:13 GMT Message-Id: <201402230330.s1N3UDlo084876@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/186970: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 23 Feb 2014 03:30:13 -0000 Synopsis: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 23 03:30:13 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=186970 From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 03:30:15 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3997B743; Sun, 23 Feb 2014 03:30:15 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F47410E8; Sun, 23 Feb 2014 03:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1N3UERA084952; Sun, 23 Feb 2014 03:30:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1N3UEin084951; Sun, 23 Feb 2014 03:30:14 GMT (envelope-from edwin) Date: Sun, 23 Feb 2014 03:30:14 GMT Message-Id: <201402230330.s1N3UEin084951@freefall.freebsd.org> To: tota@FreeBSD.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/186970: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 23 Feb 2014 03:30:15 -0000 Synopsis: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Feb 23 03:30:14 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=186970 From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 03:40:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69D279EC for <freebsd-python@smarthost.ysv.freebsd.org>; Sun, 23 Feb 2014 03:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 55F4E11C6 for <freebsd-python@smarthost.ysv.freebsd.org>; Sun, 23 Feb 2014 03:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1N3e1PL087757 for <freebsd-python@freefall.freebsd.org>; Sun, 23 Feb 2014 03:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1N3e1gl087756; Sun, 23 Feb 2014 03:40:01 GMT (envelope-from gnats) Date: Sun, 23 Feb 2014 03:40:01 GMT Message-Id: <201402230340.s1N3e1gl087756@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/186970: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis <edwin@FreeBSD.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 23 Feb 2014 03:40:01 -0000 The following reply was made to PR ports/186970; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: 5u623l20@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/186970: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 Date: Sun, 23 Feb 2014 03:30:14 UT Maintainer of print/py-reportlab, Please note that PR ports/186970 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/186970 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 05:47:56 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62EBE84E for <python@freebsd.org>; Sun, 23 Feb 2014 05:47:56 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 37CA41A6A for <python@freebsd.org>; Sun, 23 Feb 2014 05:47:55 +0000 (UTC) Received: from [149.44.171.213] (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id CFB6E3F472; Sun, 23 Feb 2014 00:47:51 -0500 (EST) Date: Sun, 23 Feb 2014 06:48:05 +0100 (CET) From: Gerald Pfeifer <gerald@pfeifer.com> To: William Grzybowski <william88@gmail.com>, python@freebsd.org Subject: Re: python packages struggling with GCC 4.7 In-Reply-To: <alpine.LNX.2.00.1312051208100.2185@tuna.site> Message-ID: <alpine.LSU.2.11.1402230644200.13144@tuna.site> References: <201311060508.rA658XmR012155@svn.freebsd.org> <20131106063906.GA1385@medusa.sysfault.org> <20131106070255.GE60770@FreeBSD.org> <CAHtVNLMxUbFTS1J+h1GQv_nEW84NE1t4FdDy8Sinkn2FKr8i_w@mail.gmail.com> <alpine.LNX.2.00.1312040220450.2185@tuna.site> <CAHtVNLMVRgO7xrGCqad-MOPCzojXTAXJE16uTaKOULd4ZLf_BQ@mail.gmail.com> <alpine.LNX.2.00.1312041405490.2185@tuna.site> <CAHtVNLO0c9aBnL7tDkXO4XTVzDy1DuVVEDJwRjAbj4oEfDf-ng@mail.gmail.com> <alpine.LNX.2.00.1312051208100.2185@tuna.site> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 23 Feb 2014 05:47:56 -0000 On Thu, 5 Dec 2013, Gerald Pfeifer wrote: > On Wed, 4 Dec 2013, William Grzybowski wrote: >> It looks like the build is not respecting FFLAGS, so no -Wl,rpath= for >> gfortran. As far as it working for gcc46, it looks like it fails to >> detect gfortran46 as a compiler and uses gcc46, which respects CFLAGS. > > That is, hmm, interesting. =:-) Nice analysis. > >> Can you try http://people.freebsd.org/~wg/py-numpy.patch ? > > Thanks for the patch! > > Is there any chance that someone on python@ can give it a try? That > would be great since I am traveling right now and hardly can test. No takers? :-) With some unplanned offline-ness on my side, this has now taken far longer than I had hoped for, but I managed to test this patch now (reproducing both the original failure and then a build without) -- and this patch, once I got it to apply, works! Thanks a lot. Shall I go ahead and commit it, or would you prefer to? Gerald Index: math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py =================================================================== --- math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py (revision 345690) +++ math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py (working copy) @@ -17,7 +17,16 @@ + g2c = '%%FC%%' suggested_f90_compiler = 'gnu95' + +@@ -101,6 +101,8 @@ + def get_flags_linker_so(self): + opt = self.linker_so[1:] ++ if 'FFLAGS' in os.environ: ++ opt.append(os.environ['FFLAGS']) + if sys.platform=='darwin': + target = os.environ.get('MACOSX_DEPLOYMENT_TARGET', None) + # If MACOSX_DEPLOYMENT_TARGET is set, we simply trust the value @@ -249,7 +249,7 @@ # GNU Fortran 95 (GCC) 4.2.0 20060218 (experimental) # GNU Fortran (GCC) 4.3.0 20070316 (experimental) From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 07:37:45 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 961DE263 for <python@FreeBSD.org>; Sun, 23 Feb 2014 07:37:45 +0000 (UTC) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 782A21268 for <python@FreeBSD.org>; Sun, 23 Feb 2014 07:37:45 +0000 (UTC) Received: from fulvetta.riseup.net (fulvetta-pn.riseup.net [10.0.1.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Gandi Standard SSL CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id DE7854FEF9 for <python@FreeBSD.org>; Sat, 22 Feb 2014 23:32:11 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: shaul@fulvetta.riseup.net) with ESMTPSA id A052825D Received: from localhost (127.0.0.1) (SquirrelMail authenticated user shaul) by fulvetta.riseup.net with HTTP; Sat, 22 Feb 2014 23:32:11 -0800 Message-ID: <729869fd105d01cfa1d430148a8335b9.squirrel@fulvetta.riseup.net> Date: Sat, 22 Feb 2014 23:32:11 -0800 Subject: /lang/python27 Build error From: "Sha'ul" <shaul@riseup.net> To: python@FreeBSD.org User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: clamav-milter 0.97.8 at mx1 X-Virus-Status: Clean X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 23 Feb 2014 07:37:45 -0000 $ sudo sh -c "cd /usr/ports/x11/xorg && make install" Password: ===> Staging for xorg-7.7 ===> xorg-7.7 depends on file: /usr/local/libdata/pkgconfig/dri.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/dri.pc in /usr/ports/ graphics/dri ===> dri-7.6.1_3,2 depends on executable: makedepend - found ===> dri-7.6.1_3,2 depends on executable: python2 - not found ===> Verifying install for python2 in /usr/ports/lang/python2 ===> Staging for python2-2_2 ===> python2-2_2 depends on file: /usr/local/bin/python2.7 - not found ===> Verifying install for /usr/local/bin/python2.7 in /usr/ports/lang/python 27 ===> Installing for python27-2.7.6_2 ===> Checking if lang/python27 already installed ===> Registering installation for python27-2.7.6_2 as automatic pkg-static: lstat(/tmp/usr/ports/lang/python27/work/stage/usr/local/lib/python2. 7/lib-dynload/nis.so): No such file or directory *** Error code 74 Stop. make[4]: stopped in /usr/ports/lang/python27 *** Error code 1 Stop. make[3]: stopped in /usr/ports/lang/python27 *** Error code 1 Stop. make[2]: stopped in /usr/ports/lang/python2 *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/dri *** Error code 1 Stop. make: stopped in /usr/ports/x11/xorg From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 07:45:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0AE732E7; Sun, 23 Feb 2014 07:45:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D23A412FA; Sun, 23 Feb 2014 07:45:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1N7j4VW076214; Sun, 23 Feb 2014 07:45:04 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1N7j4dw076213; Sun, 23 Feb 2014 07:45:04 GMT (envelope-from koobs) Date: Sun, 23 Feb 2014 07:45:04 GMT Message-Id: <201402230745.s1N7j4dw076213@freefall.freebsd.org> To: bsd@dino.sk, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/186351: lang/python27 does not install when WITHOUT_NIS=YES is used X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 23 Feb 2014 07:45:05 -0000 Synopsis: lang/python27 does not install when WITHOUT_NIS=YES is used State-Changed-From-To: open->closed State-Changed-By: koobs State-Changed-When: Sun Feb 23 07:45:03 UTC 2014 State-Changed-Why: Duplicate of ports/186192 http://www.freebsd.org/cgi/query-pr.cgi?pr=186351 From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 07:49:11 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97496425 for <python@freebsd.org>; Sun, 23 Feb 2014 07:49:11 +0000 (UTC) Received: from mail-pb0-x22c.google.com (mail-pb0-x22c.google.com [IPv6:2607:f8b0:400e:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A34E1312 for <python@freebsd.org>; Sun, 23 Feb 2014 07:49:11 +0000 (UTC) Received: by mail-pb0-f44.google.com with SMTP id rq2so5211622pbb.31 for <python@freebsd.org>; Sat, 22 Feb 2014 23:49:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=/CUMQ0jJdPbrEpPRTy+CJMn60DFxWBrR29hMdsquJZ0=; b=0AA0anZUiar2aynyV041FUacBNcklVdP3pJHelzSPKQ+NK6GHRN4JuhALmLntrLFli I4oVqM/g2Xm5sWNd/5FXRVD52BBGgO3Y6XRJrhETbC90kaTKBDKABeUrfMWYLKcHV3Jh DUpptjQ27RHCkpZ9F0H6DyGfeiRqYC1Ra9nAApISHKyL7LyKqxOm+zeZnO+QZSHBYi94 oXygqTCeD9bMkg8H7jzes6pdDa3l7Nr+bHH6RkfcUGw6FLAM8ctpkPezKvu8FkySpqnR abvJ+NUKh8ihk+YApWYUs11UR2KfFwVpxOIfaclRQC5pl5KyjGilM8l3qrOfKTcH7lFC An9Q== X-Received: by 10.68.163.197 with SMTP id yk5mr18215958pbb.57.1393141751083; Sat, 22 Feb 2014 23:49:11 -0800 (PST) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id ac5sm37738761pbc.37.2014.02.22.23.49.09 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 22 Feb 2014 23:49:10 -0800 (PST) Message-ID: <5309A7EA.2060109@FreeBSD.org> Date: Sun, 23 Feb 2014 18:48:58 +1100 From: Kubilay Kocak <koobs.freebsd@gmail.com> User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Thunderbird/27.0 MIME-Version: 1.0 To: Sha'ul <shaul@riseup.net>, python@FreeBSD.org Subject: Re: /lang/python27 Build error References: <729869fd105d01cfa1d430148a8335b9.squirrel@fulvetta.riseup.net> In-Reply-To: <729869fd105d01cfa1d430148a8335b9.squirrel@fulvetta.riseup.net> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 23 Feb 2014 07:49:11 -0000 On 23/02/2014 6:32 PM, Sha'ul wrote: > $ sudo sh -c "cd /usr/ports/x11/xorg && make install" > Password: > ===> Staging for xorg-7.7 > ===> xorg-7.7 depends on file: /usr/local/libdata/pkgconfig/dri.pc - not > found > ===> Verifying install for /usr/local/libdata/pkgconfig/dri.pc in > /usr/ports/ graphics/dri > ===> dri-7.6.1_3,2 depends on executable: makedepend - found > ===> dri-7.6.1_3,2 depends on executable: python2 - not found > ===> Verifying install for python2 in /usr/ports/lang/python2 > ===> Staging for python2-2_2 > ===> python2-2_2 depends on file: /usr/local/bin/python2.7 - not found > ===> Verifying install for /usr/local/bin/python2.7 in > /usr/ports/lang/python 27 > ===> Installing for python27-2.7.6_2 > ===> Checking if lang/python27 already installed > ===> Registering installation for python27-2.7.6_2 as automatic > pkg-static: > lstat(/tmp/usr/ports/lang/python27/work/stage/usr/local/lib/python2. > 7/lib-dynload/nis.so): No such file > or directory > *** Error code 74 > > Stop. > make[4]: stopped in /usr/ports/lang/python27 > *** Error code 1 > > Stop. > make[3]: stopped in /usr/ports/lang/python27 > *** Error code 1 > > Stop. > make[2]: stopped in /usr/ports/lang/python2 > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/graphics/dri > *** Error code 1 > > Stop. > make: stopped in /usr/ports/x11/xorg > > > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > Thanks for your report Sha'ul, please see our existing reports for the issue here: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186192 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186351 I have just closed the latter as duplicate of the former, with a reference included in ports/186192 Koobs From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 07:50:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F65843D for <freebsd-python@smarthost.ysv.freebsd.org>; Sun, 23 Feb 2014 07:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4DF761314 for <freebsd-python@smarthost.ysv.freebsd.org>; Sun, 23 Feb 2014 07:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1N7o1hk076395 for <freebsd-python@freefall.freebsd.org>; Sun, 23 Feb 2014 07:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1N7o1Vx076394; Sun, 23 Feb 2014 07:50:01 GMT (envelope-from gnats) Date: Sun, 23 Feb 2014 07:50:01 GMT Message-Id: <201402230750.s1N7o1Vx076394@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak <koobs.freebsd@gmail.com> Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak <koobs.freebsd@gmail.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 23 Feb 2014 07:50:01 -0000 The following reply was made to PR ports/186192; it has been noted by GNATS. From: Kubilay Kocak <koobs.freebsd@gmail.com> To: bug-followup@FreeBSD.org, oz42@oz42.eu Cc: Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails Date: Sun, 23 Feb 2014 18:46:13 +1100 ports/186351 has been closed as a duplicate of this PR, but may contain useful information From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 22:30:13 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE81CD2D; Sun, 23 Feb 2014 22:30:13 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C26911C4B; Sun, 23 Feb 2014 22:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1NMUDg5058368; Sun, 23 Feb 2014 22:30:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1NMUDt1058367; Sun, 23 Feb 2014 22:30:13 GMT (envelope-from edwin) Date: Sun, 23 Feb 2014 22:30:13 GMT Message-Id: <201402232230.s1NMUDt1058367@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/186993: [NEW PORT] multimedia/py-soco - Python interface to Sonos speakers X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 23 Feb 2014 22:30:14 -0000 Synopsis: [NEW PORT] multimedia/py-soco - Python interface to Sonos speakers Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 23 22:30:13 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=186993 From owner-freebsd-python@FreeBSD.ORG Mon Feb 24 11:06:56 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75292B17 for <freebsd-python@FreeBSD.org>; Mon, 24 Feb 2014 11:06:56 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 46B6B162D for <freebsd-python@FreeBSD.org>; Mon, 24 Feb 2014 11:06:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1OB6uBi027665 for <freebsd-python@FreeBSD.org>; Mon, 24 Feb 2014 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1OB6tMP027663 for freebsd-python@FreeBSD.org; Mon, 24 Feb 2014 11:06:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 24 Feb 2014 11:06:55 GMT Message-Id: <201402241106.s1OB6tMP027663@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster <bugmaster@freebsd.org> 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.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 24 Feb 2014 11:06:56 -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 -------------------------------------------------------------------------------- o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So f ports/186970 python [REPOCOPY] print/py-reportlab -> print/py-reportlab1 o ports/186950 python maintainer update : sysutils/py-salt o ports/186897 python databases/py-firebirdsql: update to 0.8.6 o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 o ports/186802 python [MAINTAINER] math/py-pandas: Update to 0.13.1 f ports/186397 python sysutils/py-salt patch breaks salt o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186192 python lang/python27: building python27-2.7.6_1 fails o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang o ports/178301 python [patch] lang/python2[67]: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor f ports/170566 python update graphics/py-opengl depends on old version of gc o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/154209 python [PATCH] lang/python: Install symlink for ptags 23 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Feb 24 11:08:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5001824E for <python@FreeBSD.org>; Mon, 24 Feb 2014 11:08:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 221D51709 for <python@FreeBSD.org>; Mon, 24 Feb 2014 11:08:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1OB80Vv028927 for <python@FreeBSD.org>; Mon, 24 Feb 2014 11:08:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1OB80fY028925 for python@FreeBSD.org; Mon, 24 Feb 2014 11:08:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 24 Feb 2014 11:08:00 GMT Message-Id: <201402241108.s1OB80fY028925@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster <bugmaster@freebsd.org> To: python@FreeBSD.org Subject: Current problem reports assigned to python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 24 Feb 2014 11:08:01 -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 -------------------------------------------------------------------------------- o ports/186807 python error in databases/py-MySQLdb 1 problem total. From owner-freebsd-python@FreeBSD.ORG Mon Feb 24 11:16:25 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B27127F8 for <python@freebsd.org>; Mon, 24 Feb 2014 11:16:25 +0000 (UTC) Received: from mail-la0-x231.google.com (mail-la0-x231.google.com [IPv6:2a00:1450:4010:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2DA6D1858 for <python@freebsd.org>; Mon, 24 Feb 2014 11:16:24 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id mc6so1980204lab.36 for <python@freebsd.org>; Mon, 24 Feb 2014 03:16:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=+LbCa6JT3KqBelZ88DTQ4dE4f0A4t3kN3frzZE4mBMY=; b=Lpx3nhSZ5f8aTJS9GYFCdZ1TnF/awPPc5NlRFnRQtUtMN7on4Qs2p9h+DSViw2PHls IUkuYfeIHIz8UBtVaq3/pa46/elIR3r77T/wq8rirNNKE1NW39S1ch2dI0cQG4lB9L5v spr1NPPdx37g8ioOsfoA57pdQPcZiqlqAq/DQGfXOlbxPz6hpskzIfcKMZAZQ2y+DCNX Gg6MOk561QB5lEtBYmjKAHcdVDS1oX3yt4CZ9W+xVGzjQjBbeiR/QyfmCcaDVYnT0H3U cFNRiYhnzmi8PTo6QSfgP+5VyDanstzN4ZCzSCXPOaJlhidF+m2aJoHyLTXznzWkrh2b dOXg== X-Received: by 10.112.142.40 with SMTP id rt8mr11258058lbb.52.1393240583269; Mon, 24 Feb 2014 03:16:23 -0800 (PST) Received: from 95.108.174.208-red.dhcp.yndx.net (95.108.174.208-red.dhcp.yndx.net. [95.108.174.208]) by mx.google.com with ESMTPSA id zf7sm10860093lab.7.2014.02.24.03.16.21 for <multiple recipients> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 24 Feb 2014 03:16:21 -0800 (PST) Sender: Dmitry Sivachenko <trtrmitya@gmail.com> Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: python packages struggling with GCC 4.7 From: Dmitry Sivachenko <demon@FreeBSD.org> In-Reply-To: <alpine.LSU.2.11.1402230644200.13144@tuna.site> Date: Mon, 24 Feb 2014 15:16:19 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: <89EE25AC-F3B6-4994-9A04-DE5BB438D755@FreeBSD.org> References: <201311060508.rA658XmR012155@svn.freebsd.org> <20131106063906.GA1385@medusa.sysfault.org> <20131106070255.GE60770@FreeBSD.org> <CAHtVNLMxUbFTS1J+h1GQv_nEW84NE1t4FdDy8Sinkn2FKr8i_w@mail.gmail.com> <alpine.LNX.2.00.1312040220450.2185@tuna.site> <CAHtVNLMVRgO7xrGCqad-MOPCzojXTAXJE16uTaKOULd4ZLf_BQ@mail.gmail.com> <alpine.LNX.2.00.1312041405490.2185@tuna.site> <CAHtVNLO0c9aBnL7tDkXO4XTVzDy1DuVVEDJwRjAbj4oEfDf-ng@mail.gmail.com> <alpine.LNX.2.00.1312051208100.2185@tuna.site> <alpine.LSU.2.11.1402230644200.13144@tuna.site> To: Gerald Pfeifer <gerald@pfeifer.com> X-Mailer: Apple Mail (2.1827) Cc: William Grzybowski <william88@gmail.com>, python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 24 Feb 2014 11:16:25 -0000 On 23 =D1=84=D0=B5=D0=B2=D1=80. 2014 =D0=B3., at 9:48, Gerald Pfeifer = <gerald@pfeifer.com> wrote: > On Thu, 5 Dec 2013, Gerald Pfeifer wrote: >> On Wed, 4 Dec 2013, William Grzybowski wrote: >>> It looks like the build is not respecting FFLAGS, so no -Wl,rpath=3D = for=20 >>> gfortran. As far as it working for gcc46, it looks like it fails to=20= >>> detect gfortran46 as a compiler and uses gcc46, which respects = CFLAGS. >>=20 >> That is, hmm, interesting. =3D:-) Nice analysis. >>=20 >>> Can you try http://people.freebsd.org/~wg/py-numpy.patch ? >>=20 >> Thanks for the patch! =20 >>=20 >> Is there any chance that someone on python@ can give it a try? That=20= >> would be great since I am traveling right now and hardly can test. >=20 > No takers? :-) With some unplanned offline-ness on my side, this > has now taken far longer than I had hoped for, but I managed to test > this patch now (reproducing both the original failure and then a build > without) -- and this patch, once I got it to apply, works! >=20 > Thanks a lot. >=20 > Shall I go ahead and commit it, or would you prefer to? I just committed the patch, thanks for all involved. Looking forward for final transition to gcc-4.7 in USE_GCC. :)= From owner-freebsd-python@FreeBSD.ORG Mon Feb 24 11:35:40 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84D50BE; Mon, 24 Feb 2014 11:35:40 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 581E61A1D; Mon, 24 Feb 2014 11:35:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1OBZe7f040562; Mon, 24 Feb 2014 11:35:40 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1OBZeAC040561; Mon, 24 Feb 2014 11:35:40 GMT (envelope-from koobs) Date: Mon, 24 Feb 2014 11:35:40 GMT Message-Id: <201402241135.s1OBZeAC040561@freefall.freebsd.org> To: koobs@FreeBSD.org, python@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/186807: error in databases/py-MySQLdb X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 24 Feb 2014 11:35:40 -0000 Synopsis: error in databases/py-MySQLdb Responsible-Changed-From-To: python->freebsd-python Responsible-Changed-By: koobs Responsible-Changed-When: Mon Feb 24 11:35:17 UTC 2014 Responsible-Changed-Why: Re-assign to freebsd-python http://www.freebsd.org/cgi/query-pr.cgi?pr=186807 From owner-freebsd-python@FreeBSD.ORG Mon Feb 24 13:20:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A89ACAF9 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 24 Feb 2014 13:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A5CC14E1 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 24 Feb 2014 13:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1ODK1Op077416 for <freebsd-python@freefall.freebsd.org>; Mon, 24 Feb 2014 13:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1ODK186077415; Mon, 24 Feb 2014 13:20:01 GMT (envelope-from gnats) Date: Mon, 24 Feb 2014 13:20:01 GMT Message-Id: <201402241320.s1ODK186077415@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Muhammad Moinur Rahman <5u623l20@gmail.com> Subject: Re: ports/186970: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Muhammad Moinur Rahman <5u623l20@gmail.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 24 Feb 2014 13:20:01 -0000 The following reply was made to PR ports/186970; it has been noted by GNATS. From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: "bug-followup@FreeBSD.org" <bug-followup@freebsd.org> Cc: Subject: Re: ports/186970: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 Date: Mon, 24 Feb 2014 19:16:05 +0600 --047d7b5d649827f1b204f326c6ff Content-Type: text/plain; charset=UTF-8 Approved for repo-copy. On Sun, Feb 23, 2014 at 9:30 AM, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of print/py-reportlab, > > Please note that PR ports/186970 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/186970 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --047d7b5d649827f1b204f326c6ff Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div class=3D"gmail_default" style=3D"font-family:courier = new,monospace;font-size:small;color:#000000">Approved for repo-copy.</div><= /div><div class=3D"gmail_extra"><br><br><div class=3D"gmail_quote">On Sun, = Feb 23, 2014 at 9:30 AM, Edwin Groothuis <span dir=3D"ltr"><<a href=3D"m= ailto:edwin@freebsd.org" target=3D"_blank">edwin@freebsd.org</a>></span>= wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex">Maintainer of print/py-reportlab,<br> <br> Please note that PR ports/186970 has just been submitted.<br> <br> If it contains a patch for an upgrade, an enhancement or a bug fix<br> you agree on, reply to this email stating that you approve the patch<br> and a committer will take care of it.<br> <br> The full text of the PR can be found at:<br> =C2=A0 =C2=A0 <a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports= /186970" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dpor= ts/186970</a><br> <span class=3D"HOEnZb"><font color=3D"#888888"><br> --<br> Edwin Groothuis via the GNATS Auto Assign Tool<br> edwin@FreeBSD.org<br> </font></span></blockquote></div><br></div> --047d7b5d649827f1b204f326c6ff-- From owner-freebsd-python@FreeBSD.ORG Mon Feb 24 17:00:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F15A487C for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 24 Feb 2014 17:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C4EA41C8C for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 24 Feb 2014 17:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1OH01Le044871 for <freebsd-python@freefall.freebsd.org>; Mon, 24 Feb 2014 17:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1OH01s8044870; Mon, 24 Feb 2014 17:00:01 GMT (envelope-from gnats) Date: Mon, 24 Feb 2014 17:00:01 GMT Message-Id: <201402241700.s1OH01s8044870@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Volodymyr Kostyrko <arcade@b1t.name> Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Volodymyr Kostyrko <arcade@b1t.name> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 24 Feb 2014 17:00:02 -0000 The following reply was made to PR ports/186192; it has been noted by GNATS. From: Volodymyr Kostyrko <arcade@b1t.name> To: bug-followup@FreeBSD.org, oz42@oz42.eu Cc: Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails Date: Mon, 24 Feb 2014 18:57:20 +0200 This one is already fixed in current ports version and in HEAD. MFC is pending: http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/186412 -- Sphinx of black quartz, judge my vow. From owner-freebsd-python@FreeBSD.ORG Mon Feb 24 22:08:20 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F44E3D2; Mon, 24 Feb 2014 22:08:20 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E37931C53; Mon, 24 Feb 2014 22:08:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1OM8JSd044392; Mon, 24 Feb 2014 22:08:19 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1OM8JUT044391; Mon, 24 Feb 2014 22:08:19 GMT (envelope-from linimon) Date: Mon, 24 Feb 2014 22:08:19 GMT Message-Id: <201402242208.s1OM8JUT044391@freefall.freebsd.org> To: 5u623l20@gmail.com, tota@FreeBSD.org, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/186970: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 24 Feb 2014 22:08:20 -0000 Synopsis: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Mon Feb 24 22:08:13 UTC 2014 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=186970 From owner-freebsd-python@FreeBSD.ORG Tue Feb 25 01:53:40 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC97024F; Tue, 25 Feb 2014 01:53:40 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id C36A810C7; Tue, 25 Feb 2014 01:53:40 +0000 (UTC) Received: from [149.44.171.213] (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 604F53F41F; Mon, 24 Feb 2014 20:53:33 -0500 (EST) Date: Tue, 25 Feb 2014 02:53:46 +0100 (CET) From: Gerald Pfeifer <gerald@pfeifer.com> To: Dmitry Sivachenko <demon@FreeBSD.org>, William Grzybowski <william88@gmail.com> Subject: Re: python packages struggling with GCC 4.7 In-Reply-To: <89EE25AC-F3B6-4994-9A04-DE5BB438D755@FreeBSD.org> Message-ID: <alpine.LSU.2.11.1402250252530.2233@tuna.site> References: <201311060508.rA658XmR012155@svn.freebsd.org> <20131106063906.GA1385@medusa.sysfault.org> <20131106070255.GE60770@FreeBSD.org> <CAHtVNLMxUbFTS1J+h1GQv_nEW84NE1t4FdDy8Sinkn2FKr8i_w@mail.gmail.com> <alpine.LNX.2.00.1312040220450.2185@tuna.site> <CAHtVNLMVRgO7xrGCqad-MOPCzojXTAXJE16uTaKOULd4ZLf_BQ@mail.gmail.com> <alpine.LNX.2.00.1312041405490.2185@tuna.site> <CAHtVNLO0c9aBnL7tDkXO4XTVzDy1DuVVEDJwRjAbj4oEfDf-ng@mail.gmail.com> <alpine.LNX.2.00.1312051208100.2185@tuna.site> <alpine.LSU.2.11.1402230644200.13144@tuna.site> <89EE25AC-F3B6-4994-9A04-DE5BB438D755@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 25 Feb 2014 01:53:41 -0000 On Mon, 24 Feb 2014, Dmitry Sivachenko wrote: > I just committed the patch, thanks for all involved. Thanks Dmitry, and thinks William for diagnosing the problem and cooking up that patch to begin with! > Looking forward for final transition to gcc-4.7 in USE_GCC. :) I just sent an updated patch to portmgr for an exp-run. Wish us luck! :-) Gerald From owner-freebsd-python@FreeBSD.ORG Tue Feb 25 12:50:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2386864 for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 25 Feb 2014 12:50:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1B9715A1 for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 25 Feb 2014 12:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1PCo2t8045664 for <freebsd-python@freefall.freebsd.org>; Tue, 25 Feb 2014 12:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1PCo2G6045663; Tue, 25 Feb 2014 12:50:02 GMT (envelope-from gnats) Date: Tue, 25 Feb 2014 12:50:02 GMT Message-Id: <201402251250.s1PCo2G6045663@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/186970: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service <dfilter@FreeBSD.ORG> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 25 Feb 2014 12:50:03 -0000 The following reply was made to PR ports/186970; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/186970: commit references a PR Date: Tue, 25 Feb 2014 12:44:21 +0000 (UTC) Author: tota Date: Tue Feb 25 12:44:10 2014 New Revision: 345987 URL: http://svnweb.freebsd.org/changeset/ports/345987 QAT: https://qat.redports.org/buildarchive/r345987/ Log: - Repocopy print/py-reportlab to print/py-reportlab1 to preserve version 1.x and to update to 3.0 print/py-reportlab: - Update print/py-reportlab to 3.0 based on print/py-reportlab2 - Support STAGEDIR - Use PYDISTUTILS_AUTOPLIST * Remove pkg-plist, accordingly - Set CONFLICTS - Add PORTSCOUT - Replace tab with a single space after WWW: in pkg-descr print/py-reportlab1: - Support STAGEDIR - Add PKGNAMESUFFIX not to duplicate ports with the same name - Set CONFLICTS - Use PYDISTUTILS_AUTOPLIST * Remove pkg-plist, accordingly - Make use of PORTDOCS - Set OPTIONS_DEFINE explicitly - Fix include statement - Make docs unconditional to stage - Replace tab with a single space after WWW: in pkg-descr print/py-reportlab2: - Update CONFLICTS - Set PORTSCOUT dependent ports: - Switch dependency from print/py-reportlab to print/py-reportlab1 * biology/py-biopython * deskutils/gourmet * deskutils/griffith * games/pythonsudoku * misc/pdfmap * print/py-trml2pdf * www/py-satchmo PR: ports/186970 Submitted by: tota (myself) Approved by: Muhammad Moinur Rahman (maintainer) Added: head/print/py-reportlab/files/patch-docs-genAll.py (contents, props changed) head/print/py-reportlab/files/patch-docs-userguide-genuserguide.py (contents, props changed) head/print/py-reportlab1/ - copied from r345570, head/print/py-reportlab/ Deleted: head/print/py-reportlab/files/patch-rl_config.py head/print/py-reportlab/pkg-message head/print/py-reportlab/pkg-plist head/print/py-reportlab1/pkg-plist Modified: head/biology/py-biopython/Makefile head/deskutils/gourmet/Makefile head/deskutils/griffith/Makefile head/games/pythonsudoku/Makefile head/misc/pdfmap/Makefile head/print/Makefile head/print/py-reportlab/Makefile head/print/py-reportlab/distinfo head/print/py-reportlab/files/patch-setup.py head/print/py-reportlab/pkg-descr head/print/py-reportlab1/Makefile head/print/py-reportlab1/pkg-descr head/print/py-reportlab2/Makefile head/print/py-trml2pdf/Makefile head/www/py-satchmo/Makefile Modified: head/biology/py-biopython/Makefile ============================================================================== --- head/biology/py-biopython/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/biology/py-biopython/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -3,7 +3,7 @@ PORTNAME= biopython PORTVERSION= 1.60 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology python MASTER_SITES= http://www.biopython.org/DIST/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes .if !defined(WITHOUT_REPORTLAB) -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab>0:${PORTSDIR}/print/py-reportlab +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab1>0:${PORTSDIR}/print/py-reportlab1 .endif NO_STAGE= yes Modified: head/deskutils/gourmet/Makefile ============================================================================== --- head/deskutils/gourmet/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/deskutils/gourmet/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -3,6 +3,7 @@ PORTNAME= gourmet PORTVERSION= 0.16.0 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= https://launchpadlibrarian.net/133161899/ @@ -17,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqli ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_PKGNAMEPREFIX}poppler>=0:${PORTSDIR}/graphics/py-poppler \ ${PYTHON_PKGNAMEPREFIX}rtf>=0:${PORTSDIR}/print/py-rtf \ - ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab \ + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 \ ${PYTHON_PKGNAMEPREFIX}elib.intl>0:${PORTSDIR}/textproc/py-elib.intl MAN1= gourmet.1 Modified: head/deskutils/griffith/Makefile ============================================================================== --- head/deskutils/griffith/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/deskutils/griffith/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -3,6 +3,7 @@ PORTNAME= griffith PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://launchpadlibrarian.net/87859599/ @@ -43,7 +44,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}lxm .if ${PORT_OPTIONS:MREPORTLAB2} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab2>=2:${PORTSDIR}/print/py-reportlab2 .else -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab>=1.19:${PORTSDIR}/print/py-reportlab +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab1>=1.19:${PORTSDIR}/print/py-reportlab1 .endif .if ${PORT_OPTIONS:MCHARDET} Modified: head/games/pythonsudoku/Makefile ============================================================================== --- head/games/pythonsudoku/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/games/pythonsudoku/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -3,6 +3,7 @@ PORTNAME= pythonsudoku PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/Python%20Sudoku/${PORTVERSION}/ \ SF/nemysisfreebsdp/games/:icons @@ -19,7 +20,7 @@ LICENSE= GPLv2 LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client RUN_DEPENDS= ${PYGAME} \ ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ - ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 USE_BZIP2= yes USES= desktop-file-utils Modified: head/misc/pdfmap/Makefile ============================================================================== --- head/misc/pdfmap/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/misc/pdfmap/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -3,7 +3,7 @@ PORTNAME= pdfmap PORTVERSION= 2.00 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,7 +12,7 @@ COMMENT= Generate maps in PDF format and RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaxml>=3.01:${PORTSDIR}/textproc/py-jaxml \ ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/pdfgen/canvas.py:${PORTSDIR}/print/py-reportlab \ +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/pdfgen/canvas.py:${PORTSDIR}/print/py-reportlab1 \ ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging USE_PYTHON= yes Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/print/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -253,6 +253,7 @@ SUBDIR += py-pyscript SUBDIR += py-relatorio SUBDIR += py-reportlab + SUBDIR += py-reportlab1 SUBDIR += py-reportlab2 SUBDIR += py-rtf SUBDIR += py-trml2pdf Modified: head/print/py-reportlab/Makefile ============================================================================== --- head/print/py-reportlab/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/print/py-reportlab/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -2,48 +2,75 @@ # $FreeBSD$ PORTNAME= reportlab -PORTVERSION= 1.21.2 -PORTREVISION= 3 +PORTVERSION= 3.0 CATEGORIES= print python -MASTER_SITES= http://www.reportlab.com/ftp/ \ - ${MASTER_SITE_LOCAL:S/$/:accel/} \ - http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/:accel -MASTER_SITE_SUBDIR= erwin/:accel +MASTER_SITES= CHEESESHOP \ + http://www.reportlab.com/ftp/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= reportlab-${PORTVERSION}.tar.gz \ - rl_accel-3004.tgz:accel +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ + ${PFBFER} +EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= 5u623l20@gmail.com COMMENT= Library to create PDF documents using the Python language -PORTSCOUT= ignore:1 # Last version of 1.X branch +LICENSE= BSD + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= Reportlab +PYDISTUTILS_AUTOPLIST= yes + +CONFLICTS= py*-reportlab[^3]-[^3].* \ + py*-reportlab-[^3].* + +PORTSCOUT= limit:^3\.0\. + +PFBFER_VERSION= 20070710 +PFBFER= pfbfer-${PFBFER_VERSION}.zip -WRKSRC= ${WRKDIR}/reportlab_${PORTVERSION:S/./_/g}/reportlab MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}" REPORTLABDIR= ${PYTHONPREFIX_SITELIBDIR}/reportlab DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -DOCS= RML_UserGuide.pdf RML_UserGuide_1_0.pdf diagradoc.pdf graphguide.pdf \ - graphics_reference.pdf reference.pdf userguide.pdf +DOCS= reportlab-userguide.pdf -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/rl_config.py - @${REINPLACE_CMD} -e 's#with#with26#g' ${WRKSRC}/lib/PyFontify.py +OPTIONS_DEFINE= CJK FREETYPE DOCS +OPTIONS_DEFAULT= CJK FREETYPE +CJK_DESC= Adobe CMaps + +FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not install on sparc64 +.endif + +.if ${PORT_OPTIONS:MCJK} +RUN_DEPENDS+= ${LOCALBASE}/share/fonts/adobe-cmaps/ac15/cid2code.txt:${PORTSDIR}/print/adobe-cmaps +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|%%DISTDIR%%|${DISTDIR}|' \ + -e 's|%%PFBFER%%|${PFBFER}|' \ + ${WRKSRC}/setup.py +.if ${PORT_OPTIONS:MDOCS} +.for f in genAll.py userguide/genuserguide.py + @${REINPLACE_CMD} -e 's|%%STAGEDIR%%|${STAGEDIR}|' \ + -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|' \ + ${WRKSRC}/docs/${f} +.endfor +.endif + post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + @cd ${WRKSRC}/docs && ${PYTHON_CMD} genAll.py + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} - ${CP} ${WRKSRC}/docs/${i} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR} .endfor .endif - @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> Modified: head/print/py-reportlab/distinfo ============================================================================== --- head/print/py-reportlab/distinfo Tue Feb 25 12:41:48 2014 (r345986) +++ head/print/py-reportlab/distinfo Tue Feb 25 12:44:10 2014 (r345987) @@ -1,4 +1,4 @@ -SHA256 (reportlab-1.21.2.tar.gz) = dbefc02b43ee72484f95b82b21c0a8fe874d7facc9f5fbcacdde82c2b15b5d30 -SIZE (reportlab-1.21.2.tar.gz) = 3464482 -SHA256 (rl_accel-3004.tgz) = a2ac1b7dbf5f37e98c5f5a80cd364fa682d830561a9694328460430a04baf20d -SIZE (rl_accel-3004.tgz) = 58569 +SHA256 (reportlab-3.0.tar.gz) = a8a75186a9f2cc219c9fee5ec52ae4e18084783906b6345109770ff933bed86f +SIZE (reportlab-3.0.tar.gz) = 1936012 +SHA256 (pfbfer-20070710.zip) = fb1462ff6ce8efae58a0c496f0537c5ac16d4895c68f1640c2973db574ddb376 +SIZE (pfbfer-20070710.zip) = 677333 Added: head/print/py-reportlab/files/patch-docs-genAll.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/py-reportlab/files/patch-docs-genAll.py Tue Feb 25 12:44:10 2014 (r345987) @@ -0,0 +1,11 @@ +--- docs/genAll.py.orig 2014-02-14 23:22:37.000000000 +0900 ++++ docs/genAll.py 2014-02-16 16:20:21.000000000 +0900 +@@ -1,6 +1,7 @@ + #!/bin/env python +-import os, sys, traceback ++import os, sys, traceback, site + def _genAll(verbose=1): ++ site.addsitedir("%%STAGEDIR%%%%PYTHON_SITELIBDIR%%") + from reportlab.lib.testutils import setOutDir + setOutDir(__name__) + from reportlab.lib.testutils import testsFolder Added: head/print/py-reportlab/files/patch-docs-userguide-genuserguide.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/py-reportlab/files/patch-docs-userguide-genuserguide.py Tue Feb 25 12:44:10 2014 (r345987) @@ -0,0 +1,12 @@ +--- docs/userguide/genuserguide.py.orig 2014-02-14 23:22:37.000000000 +0900 ++++ docs/userguide/genuserguide.py 2014-02-16 16:15:05.000000000 +0900 +@@ -8,7 +8,8 @@ + """ + + def run(pagesize=None, verbose=0, outDir=None): +- import sys,os ++ import sys,os,site ++ site.addsitedir("%%STAGEDIR%%%%PYTHON_SITELIBDIR%%") + from reportlab.lib.utils import open_and_read, asUnicode + cwd = os.getcwd() + docsDir=os.path.dirname(os.path.dirname(sys.argv[0]) or cwd) Modified: head/print/py-reportlab/files/patch-setup.py ============================================================================== --- head/print/py-reportlab/files/patch-setup.py Tue Feb 25 12:41:48 2014 (r345986) +++ head/print/py-reportlab/files/patch-setup.py Tue Feb 25 12:44:10 2014 (r345987) @@ -1,11 +1,29 @@ ---- setup.py.orig Fri Nov 26 00:12:20 2004 -+++ setup.py Mon Mar 21 03:26:45 2005 -@@ -19,7 +19,7 @@ - isfile = os.path.isfile - isdir = os.path.isfile - dirname = os.path.dirname --package_path = pjoin(package_home(distutils.__dict__), 'site-packages', 'reportlab') -+package_path = os.environ['PACKAGE_PATH'] +--- setup.py.orig 2014-02-14 23:22:37.000000000 +0900 ++++ setup.py 2014-02-16 00:48:02.000000000 +0900 +@@ -241,11 +241,7 @@ + ] - def get_version(): - #determine Version + def get_fonts(PACKAGE_DIR, reportlab_files): +- import sys, os, os.path, zipfile, io +- if isPy3: +- import urllib.request as ureq +- else: +- import urllib2 as ureq ++ import sys, os, os.path, zipfile + rl_dir = PACKAGE_DIR['reportlab'] + if not [x for x in reportlab_files if not os.path.isfile(pjoin(rl_dir,x))]: + infoline("Standard T1 font curves already downloaded") +@@ -254,12 +250,7 @@ + infoline('not downloading T1 font curve files') + return + try: +- infoline("Downloading standard T1 font curves") +- +- remotehandle = ureq.urlopen("http://www.reportlab.com/ftp/pfbfer-20070710.zip") +- zipdata = io.BytesIO(remotehandle.read()) +- remotehandle.close() +- archive = zipfile.ZipFile(zipdata) ++ archive = zipfile.ZipFile("%%DISTDIR%%/%%PFBFER%%") + dst = pjoin(rl_dir, 'fonts') + + for name in archive.namelist(): Modified: head/print/py-reportlab/pkg-descr ============================================================================== --- head/print/py-reportlab/pkg-descr Tue Feb 25 12:41:48 2014 (r345986) +++ head/print/py-reportlab/pkg-descr Tue Feb 25 12:44:10 2014 (r345987) @@ -19,4 +19,4 @@ following contexts: scientific papers - Going from XML to PDF in one step! -WWW: http://www.reportlab.org/rl_toolkit.html +WWW: http://www.reportlab.org/rl_toolkit.html Modified: head/print/py-reportlab1/Makefile ============================================================================== --- head/print/py-reportlab/Makefile Sat Feb 22 06:28:32 2014 (r345570) +++ head/print/py-reportlab1/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -10,40 +10,42 @@ MASTER_SITES= http://www.reportlab.com/f http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/:accel MASTER_SITE_SUBDIR= erwin/:accel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 1 DISTFILES= reportlab-${PORTVERSION}.tar.gz \ rl_accel-3004.tgz:accel MAINTAINER= 5u623l20@gmail.com COMMENT= Library to create PDF documents using the Python language +CONFLICTS= py*-reportlab[^1]-[^1].* \ + py*-reportlab-[^1].* + PORTSCOUT= ignore:1 # Last version of 1.X branch USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= Reportlab WRKSRC= ${WRKDIR}/reportlab_${PORTVERSION:S/./_/g}/reportlab MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}" REPORTLABDIR= ${PYTHONPREFIX_SITELIBDIR}/reportlab -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -DOCS= RML_UserGuide.pdf RML_UserGuide_1_0.pdf diagradoc.pdf graphguide.pdf \ +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} +PORTDOCS= RML_UserGuide.pdf RML_UserGuide_1_0.pdf diagradoc.pdf graphguide.pdf \ graphics_reference.pdf reference.pdf userguide.pdf -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/rl_config.py @${REINPLACE_CMD} -e 's#with#with26#g' ${WRKSRC}/lib/PyFontify.py -.include <bsd.port.pre.mk> - post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - ${CP} ${WRKSRC}/docs/${i} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for i in ${PORTDOCS} + ${CP} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR} .endfor -.endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/print/py-reportlab1/pkg-descr ============================================================================== --- head/print/py-reportlab/pkg-descr Sat Feb 22 06:28:32 2014 (r345570) +++ head/print/py-reportlab1/pkg-descr Tue Feb 25 12:44:10 2014 (r345987) @@ -19,4 +19,4 @@ following contexts: scientific papers - Going from XML to PDF in one step! -WWW: http://www.reportlab.org/rl_toolkit.html +WWW: http://www.reportlab.org/rl_toolkit.html Modified: head/print/py-reportlab2/Makefile ============================================================================== --- head/print/py-reportlab2/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/print/py-reportlab2/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -22,7 +22,10 @@ CJK_DESC= Adobe CMaps WRKSRC= ${WRKDIR}/reportlab-${PORTVERSION} -CONFLICTS= py2[0-9]-reportlab-[0-9]* +CONFLICTS= py*-reportlab[^2]-[^2].* \ + py*-reportlab-[^2].* + +PORTSCOUT= limit:^2\. PFBFER_VERSION= 20070710 Modified: head/print/py-trml2pdf/Makefile ============================================================================== --- head/print/py-trml2pdf/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/print/py-trml2pdf/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -3,7 +3,7 @@ PORTNAME= trml2pdf PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print python MASTER_SITES= SF/kraft/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ MAINTAINER= ports@caomhin.org COMMENT= Tiny RML2PDF easily creates PDF documents. RUN_DEPENDS= ${LOCALBASE}/bin/pildriver.py:${PORTSDIR}/graphics/py-imaging \ - ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 NO_BUILD= yes Modified: head/www/py-satchmo/Makefile ============================================================================== --- head/www/py-satchmo/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/www/py-satchmo/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -3,6 +3,7 @@ PORTNAME= satchmo PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.caomhin.org/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ LICENSE= BSD BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:${PORTSDIR}/devel/py-setuptools_hg RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.2.3:${PORTSDIR}/www/py-django \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \ - ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab \ + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 \ ${PYTHON_PKGNAMEPREFIX}trml2pdf>=0:${PORTSDIR}/print/py-trml2pdf \ ${PYTHON_PKGNAMEPREFIX}django-registration>=0.8:${PORTSDIR}/www/py-django-registration \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ _______________________________________________ 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 Tue Feb 25 12:54:16 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC691ADD; Tue, 25 Feb 2014 12:54:16 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE52F1644; Tue, 25 Feb 2014 12:54:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1PCsGGD048253; Tue, 25 Feb 2014 12:54:16 GMT (envelope-from tota@freefall.freebsd.org) Received: (from tota@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1PCsGqp048251; Tue, 25 Feb 2014 12:54:16 GMT (envelope-from tota) Date: Tue, 25 Feb 2014 12:54:16 GMT Message-Id: <201402251254.s1PCsGqp048251@freefall.freebsd.org> To: 5u623l20@gmail.com, tota@FreeBSD.org, tota@FreeBSD.org, freebsd-python@FreeBSD.org, tota@FreeBSD.org From: tota@FreeBSD.org Subject: Re: ports/186970: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 25 Feb 2014 12:54:16 -0000 Synopsis: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 State-Changed-From-To: open->closed State-Changed-By: tota State-Changed-When: Tue Feb 25 12:53:17 UTC 2014 State-Changed-Why: Committed. Thanks! Responsible-Changed-From-To: freebsd-python->tota Responsible-Changed-By: tota Responsible-Changed-When: Tue Feb 25 12:53:17 UTC 2014 Responsible-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=186970 From owner-freebsd-python@FreeBSD.ORG Fri Feb 28 05:33:54 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 777F1728; Fri, 28 Feb 2014 05:33:54 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4B95F118D; Fri, 28 Feb 2014 05:33:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1S5XsWx088609; Fri, 28 Feb 2014 05:33:54 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1S5XsEY088608; Fri, 28 Feb 2014 05:33:54 GMT (envelope-from edwin) Date: Fri, 28 Feb 2014 05:33:54 GMT Message-Id: <201402280533.s1S5XsEY088608@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187108: [PATCH] astro/py-astLib fix incorrect update alert on portscout X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 28 Feb 2014 05:33:54 -0000 Synopsis: [PATCH] astro/py-astLib fix incorrect update alert on portscout Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 28 05:33:53 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187108 From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 08:12:54 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60327C94; Sat, 1 Mar 2014 08:12:54 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 340BF1542; Sat, 1 Mar 2014 08:12:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s218CsqA013540; Sat, 1 Mar 2014 08:12:54 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s218Cr28013539; Sat, 1 Mar 2014 08:12:53 GMT (envelope-from linimon) Date: Sat, 1 Mar 2014 08:12:53 GMT Message-Id: <201403010812.s218Cr28013539@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-python@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/187108: [PATCH] astro/py-astLib fix incorrect update alert on portscout X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 01 Mar 2014 08:12:54 -0000 Synopsis: [PATCH] astro/py-astLib fix incorrect update alert on portscout Class-Changed-From-To: sw-bug->change-request Class-Changed-By: linimon Class-Changed-When: Sat Mar 1 08:12:40 UTC 2014 Class-Changed-Why: fix class. http://www.freebsd.org/cgi/query-pr.cgi?pr=187108 From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 11:30:09 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 925CA92D; Sat, 1 Mar 2014 11:30:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FB441327; Sat, 1 Mar 2014 11:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s21BU9AT073802; Sat, 1 Mar 2014 11:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21BU93w073801; Sat, 1 Mar 2014 11:30:09 GMT (envelope-from edwin) Date: Sat, 1 Mar 2014 11:30:09 GMT Message-Id: <201403011130.s21BU93w073801@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 01 Mar 2014 11:30:09 -0000 Synopsis: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 1 11:30:09 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187174 From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 11:40:14 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68E4C8F5; Sat, 1 Mar 2014 11:40:14 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3C7EF1554; Sat, 1 Mar 2014 11:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s21BeE7o076674; Sat, 1 Mar 2014 11:40:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21BeEqB076673; Sat, 1 Mar 2014 11:40:14 GMT (envelope-from edwin) Date: Sat, 1 Mar 2014 11:40:14 GMT Message-Id: <201403011140.s21BeEqB076673@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187176: lang/python33: pkg-static: lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/readline.so): No such file or directory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 01 Mar 2014 11:40:14 -0000 Synopsis: lang/python33: pkg-static: lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/readline.so): No such file or directory Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 1 11:40:13 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187176 From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 11:50:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B65706D7 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 1 Mar 2014 11:50:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 87BA316C7 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 1 Mar 2014 11:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s21Bo226079518 for <freebsd-python@freefall.freebsd.org>; Sat, 1 Mar 2014 11:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21Bo2jv079517; Sat, 1 Mar 2014 11:50:02 GMT (envelope-from gnats) Date: Sat, 1 Mar 2014 11:50:02 GMT Message-Id: <201403011150.s21Bo2jv079517@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak <koobs.freebsd@gmail.com> Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak <koobs.freebsd@gmail.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 01 Mar 2014 11:50:02 -0000 The following reply was made to PR ports/187174; it has been noted by GNATS. From: Kubilay Kocak <koobs.freebsd@gmail.com> To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de Cc: Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory Date: Sat, 01 Mar 2014 22:43:13 +1100 Can you attach a complete build log please, or at least the relevant parts if you know what to look for. From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 11:50:03 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C764D6D9 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 1 Mar 2014 11:50:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98E6716C9 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 1 Mar 2014 11:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s21Bo3Js079524 for <freebsd-python@freefall.freebsd.org>; Sat, 1 Mar 2014 11:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21Bo3tW079523; Sat, 1 Mar 2014 11:50:03 GMT (envelope-from gnats) Date: Sat, 1 Mar 2014 11:50:03 GMT Message-Id: <201403011150.s21Bo3tW079523@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak <koobs.freebsd@gmail.com> Subject: Re: ports/187176: lang/python33: pkg-static: lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/readline.so): No such file or directory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak <koobs.freebsd@gmail.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 01 Mar 2014 11:50:03 -0000 The following reply was made to PR ports/187176; it has been noted by GNATS. From: Kubilay Kocak <koobs.freebsd@gmail.com> To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de Cc: Subject: Re: ports/187176: lang/python33: pkg-static: lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/readline.so): No such file or directory Date: Sat, 01 Mar 2014 22:45:13 +1100 Can you attach a complete build log please as per ports/187174 Attaching the configure log (config.log) would also be handy From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 14:20:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26709C0 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 1 Mar 2014 14:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1364D1B78 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 1 Mar 2014 14:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s21EK0jP025387 for <freebsd-python@freefall.freebsd.org>; Sat, 1 Mar 2014 14:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21EK0xU025386; Sat, 1 Mar 2014 14:20:00 GMT (envelope-from gnats) Date: Sat, 1 Mar 2014 14:20:00 GMT Message-Id: <201403011420.s21EK0xU025386@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187174: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service <dfilter@FreeBSD.ORG> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 01 Mar 2014 14:20:01 -0000 The following reply was made to PR ports/187174; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187174: commit references a PR Date: Sat, 1 Mar 2014 14:10:21 +0000 (UTC) Author: antoine Date: Sat Mar 1 14:10:13 2014 New Revision: 346625 URL: http://svnweb.freebsd.org/changeset/ports/346625 QAT: https://qat.redports.org/buildarchive/r346625/ Log: - Fix build with readline 6.3 from ports the patch was obtained from upstream (issue #20374) - Add missing USES=readline PR: ports/187174 Reported by: O. Hartmann Reviewed by: koobs Obtained from: python Added: head/lang/python27/files/patch-issue20374 (contents, props changed) Modified: head/lang/python27/Makefile Modified: head/lang/python27/Makefile ============================================================================== --- head/lang/python27/Makefile Sat Mar 1 14:08:41 2014 (r346624) +++ head/lang/python27/Makefile Sat Mar 1 14:10:13 2014 (r346625) @@ -22,6 +22,7 @@ MAKE_ENV= VPATH="${PYTHON_WRKSRC}" INSTALL_TARGET= altinstall +USES= readline USE_LDCONFIG= yes USE_PYTHON= yes USE_XZ= yes Added: head/lang/python27/files/patch-issue20374 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/python27/files/patch-issue20374 Sat Mar 1 14:10:13 2014 (r346625) @@ -0,0 +1,55 @@ +# Description: fix readline.so build with readline 6.3 +# Patch obtained from upstream, issue #20374 +# http://bugs.python.org/issue20374 +# PR: ports/187174 + +--- ./Modules/readline.c.orig 2013-11-10 07:36:41.000000000 +0000 ++++ ./Modules/readline.c 2014-03-01 12:40:44.000000000 +0000 +@@ -750,14 +750,22 @@ + } + + static int ++#if defined(_RL_FUNCTION_TYPEDEF) + on_startup_hook(void) ++#else ++on_startup_hook() ++#endif + { + return on_hook(startup_hook); + } + + #ifdef HAVE_RL_PRE_INPUT_HOOK + static int ++#if defined(_RL_FUNCTION_TYPEDEF) + on_pre_input_hook(void) ++#else ++on_pre_input_hook() ++#endif + { + return on_hook(pre_input_hook); + } +@@ -852,7 +860,7 @@ + * before calling the normal completer */ + + static char ** +-flex_complete(char *text, int start, int end) ++flex_complete(const char *text, int start, int end) + { + #ifdef HAVE_RL_COMPLETION_APPEND_CHARACTER + rl_completion_append_character ='\0'; +@@ -911,12 +919,12 @@ + rl_bind_key_in_map ('\t', rl_complete, emacs_meta_keymap); + rl_bind_key_in_map ('\033', rl_complete, emacs_meta_keymap); + /* Set our hook functions */ +- rl_startup_hook = (Function *)on_startup_hook; ++ rl_startup_hook = on_startup_hook; + #ifdef HAVE_RL_PRE_INPUT_HOOK +- rl_pre_input_hook = (Function *)on_pre_input_hook; ++ rl_pre_input_hook = on_pre_input_hook; + #endif + /* Set our completion function */ +- rl_attempted_completion_function = (CPPFunction *)flex_complete; ++ rl_attempted_completion_function = flex_complete; + /* Set Python word break characters */ + completer_word_break_characters = + rl_completer_word_break_characters = _______________________________________________ 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 Sat Mar 1 14:20:42 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 819E2EC; Sat, 1 Mar 2014 14:20:42 +0000 (UTC) Received: from smtp.burggraben.net (base.exwg.net [IPv6:2a01:4f8:140:50a2::2]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 11A531BE8; Sat, 1 Mar 2014 14:20:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.burggraben.net (Postfix) with ESMTP id 98AFA6003CD; Sat, 1 Mar 2014 15:20:39 +0100 (CET) X-Spam-Scanned: by amavisd-new at exwg.net Received: from smtp.burggraben.net ([127.0.0.1]) by localhost (ns.burggraben.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1XDnRl9wUUaA; Sat, 1 Mar 2014 15:20:38 +0100 (CET) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7b43:1:6a05:caff:fe01:aae9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS; Sat, 1 Mar 2014 15:20:38 +0100 (CET) Received: by elch.exwg.net (Postfix, from userid 1000) id 29E8F301A8; Sat, 1 Mar 2014 15:20:38 +0100 (CET) Date: Sat, 1 Mar 2014 15:20:38 +0100 From: Christoph Moench-Tegeder <cmt@burggraben.net> To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de, python@freebsd.org, koobs.freebsd@gmail.com Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory Message-ID: <20140301142037.GA89147@elch.exwg.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 01 Mar 2014 14:20:42 -0000 Hi, the relevant portion of the build log is here: : building 'readline' extension : cc -fPIC -fno-strict-aliasing -O2 -pipe -march=core2 -fno-strict-aliasing -DNDEBUG -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.6/Include -I/usr/ports/lang/python27/work/Python-2.7.6/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c -o build/temp.freebsd-10.0-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.o : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:914:24: error: use of undeclared identifier 'Function' : rl_startup_hook = (Function *)on_startup_hook; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:914:34: error: expected expression : rl_startup_hook = (Function *)on_startup_hook; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:916:26: error: use of undeclared identifier 'Function' : rl_pre_input_hook = (Function *)on_pre_input_hook; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:916:36: error: expected expression : rl_pre_input_hook = (Function *)on_pre_input_hook; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:919:41: error: use of undeclared identifier 'CPPFunction'; did you mean 'PyCFunction'? : rl_attempted_completion_function = (CPPFunction *)flex_complete; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:919:54: error: expected expression : rl_attempted_completion_function = (CPPFunction *)flex_complete; : ^ : 6 errors generated. The "old-style" typedefs (Function, VFunction, CPFunction and CPPFunciton) where removed from readline 6.3. Here's a patch which "works for me" (by using the "new-style" typedefs if available), ready for being used as ports/lang/python27/files/patch-Modules-readline.c . In case some mail system mangles this patch, it's also here: http://burggraben.net/hacks/patch-Modules-readline.c.gz --- Modules/readline.c.orig 2014-03-01 14:59:16.000000000 +0100 +++ Modules/readline.c 2014-03-01 15:04:48.000000000 +0100 @@ -911,12 +911,24 @@ rl_bind_key_in_map ('\t', rl_complete, emacs_meta_keymap); rl_bind_key_in_map ('\033', rl_complete, emacs_meta_keymap); /* Set our hook functions */ +#ifdef _RL_FUNCTION_TYPEDEF + rl_startup_hook = (rl_hook_func_t *)on_startup_hook; +#else rl_startup_hook = (Function *)on_startup_hook; +#endif #ifdef HAVE_RL_PRE_INPUT_HOOK +#ifdef _RL_FUNCTION_TYPEDEF + rl_pre_input_hook = (rl_hook_func_t *)on_pre_input_hook; +#else rl_pre_input_hook = (Function *)on_pre_input_hook; #endif +#endif /* Set our completion function */ +#ifdef _RL_FUNCTION_TYPEDEF + rl_attempted_completion_function = (rl_completion_func_t *)flex_complete; +#else rl_attempted_completion_function = (CPPFunction *)flex_complete; +#endif /* Set Python word break characters */ completer_word_break_characters = rl_completer_word_break_characters = I haven't checked if this has been fixed upstream (I'll have to check their repo). If not I'll report it there, and in any case I'll report back with a link to the issue in the python tracker and/or repo. In the meantime, please review and test my patch :) I believe this or something very similar should fix the issue in the other python verions (e.g. PR ports/187176). Regards, Christoph -- Spare Space From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 14:30:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9395522 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 1 Mar 2014 14:30:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 965831C57 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 1 Mar 2014 14:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s21EU2cA029162 for <freebsd-python@freefall.freebsd.org>; Sat, 1 Mar 2014 14:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21EU2EK029161; Sat, 1 Mar 2014 14:30:02 GMT (envelope-from gnats) Date: Sat, 1 Mar 2014 14:30:02 GMT Message-Id: <201403011430.s21EU2EK029161@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187176: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service <dfilter@FreeBSD.ORG> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 01 Mar 2014 14:30:02 -0000 The following reply was made to PR ports/187176; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187176: commit references a PR Date: Sat, 1 Mar 2014 14:28:16 +0000 (UTC) Author: antoine Date: Sat Mar 1 14:28:08 2014 New Revision: 346628 URL: http://svnweb.freebsd.org/changeset/ports/346628 QAT: https://qat.redports.org/buildarchive/r346628/ Log: - Fix build with readline 6.3 from ports the patch was obtained from upstream (issue #20374) - Add missing USES=readline PR: ports/187176 Reported by: O. Hartmann Reviewed by: koobs Obtained from: python Added: head/lang/python33/files/patch-issue20374 (contents, props changed) Modified: head/lang/python33/Makefile Modified: head/lang/python33/Makefile ============================================================================== --- head/lang/python33/Makefile Sat Mar 1 14:22:52 2014 (r346627) +++ head/lang/python33/Makefile Sat Mar 1 14:28:08 2014 (r346628) @@ -21,7 +21,7 @@ MAKE_ENV= VPATH="${PYTHON_WRKSRC}" INSTALL_TARGET= altinstall -USES= gmake +USES= gmake readline USE_LDCONFIG= yes USE_PYTHON= yes USE_XZ= yes Added: head/lang/python33/files/patch-issue20374 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/python33/files/patch-issue20374 Sat Mar 1 14:28:08 2014 (r346628) @@ -0,0 +1,55 @@ +# Description: fix readline.so build with readline 6.3 +# Patch obtained from upstream, issue #20374 +# http://bugs.python.org/issue20374 +# PR: ports/187176 + +--- ./Modules/readline.c.orig 2013-11-17 07:23:01.000000000 +0000 ++++ ./Modules/readline.c 2014-03-01 13:05:47.000000000 +0000 +@@ -774,14 +774,22 @@ + } + + static int ++#if defined(_RL_FUNCTION_TYPEDEF) + on_startup_hook(void) ++#else ++on_startup_hook() ++#endif + { + return on_hook(startup_hook); + } + + #ifdef HAVE_RL_PRE_INPUT_HOOK + static int ++#if defined(_RL_FUNCTION_TYPEDEF) + on_pre_input_hook(void) ++#else ++on_pre_input_hook() ++#endif + { + return on_hook(pre_input_hook); + } +@@ -877,7 +885,7 @@ + * before calling the normal completer */ + + static char ** +-flex_complete(char *text, int start, int end) ++flex_complete(const char *text, int start, int end) + { + #ifdef HAVE_RL_COMPLETION_APPEND_CHARACTER + rl_completion_append_character ='\0'; +@@ -936,12 +944,12 @@ + rl_bind_key_in_map ('\t', rl_complete, emacs_meta_keymap); + rl_bind_key_in_map ('\033', rl_complete, emacs_meta_keymap); + /* Set our hook functions */ +- rl_startup_hook = (Function *)on_startup_hook; ++ rl_startup_hook = on_startup_hook; + #ifdef HAVE_RL_PRE_INPUT_HOOK +- rl_pre_input_hook = (Function *)on_pre_input_hook; ++ rl_pre_input_hook = on_pre_input_hook; + #endif + /* Set our completion function */ +- rl_attempted_completion_function = (CPPFunction *)flex_complete; ++ rl_attempted_completion_function = flex_complete; + /* Set Python word break characters */ + completer_word_break_characters = + rl_completer_word_break_characters = _______________________________________________ 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 Sat Mar 1 14:30:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90D38521 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 1 Mar 2014 14:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B9C41C56 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 1 Mar 2014 14:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s21EU13T029156 for <freebsd-python@freefall.freebsd.org>; Sat, 1 Mar 2014 14:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21EU1kV029155; Sat, 1 Mar 2014 14:30:01 GMT (envelope-from gnats) Date: Sat, 1 Mar 2014 14:30:01 GMT Message-Id: <201403011430.s21EU1kV029155@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Christoph Moench-Tegeder <cmt@burggraben.net> Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Christoph Moench-Tegeder <cmt@burggraben.net> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 01 Mar 2014 14:30:01 -0000 The following reply was made to PR ports/187174; it has been noted by GNATS. From: Christoph Moench-Tegeder <cmt@burggraben.net> To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de, python@freebsd.org, koobs.freebsd@gmail.com Cc: Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory Date: Sat, 1 Mar 2014 15:20:38 +0100 Hi, the relevant portion of the build log is here: : building 'readline' extension : cc -fPIC -fno-strict-aliasing -O2 -pipe -march=core2 -fno-strict-aliasing -DNDEBUG -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.6/Include -I/usr/ports/lang/python27/work/Python-2.7.6/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c -o build/temp.freebsd-10.0-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.o : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:914:24: error: use of undeclared identifier 'Function' : rl_startup_hook = (Function *)on_startup_hook; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:914:34: error: expected expression : rl_startup_hook = (Function *)on_startup_hook; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:916:26: error: use of undeclared identifier 'Function' : rl_pre_input_hook = (Function *)on_pre_input_hook; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:916:36: error: expected expression : rl_pre_input_hook = (Function *)on_pre_input_hook; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:919:41: error: use of undeclared identifier 'CPPFunction'; did you mean 'PyCFunction'? : rl_attempted_completion_function = (CPPFunction *)flex_complete; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:919:54: error: expected expression : rl_attempted_completion_function = (CPPFunction *)flex_complete; : ^ : 6 errors generated. The "old-style" typedefs (Function, VFunction, CPFunction and CPPFunciton) where removed from readline 6.3. Here's a patch which "works for me" (by using the "new-style" typedefs if available), ready for being used as ports/lang/python27/files/patch-Modules-readline.c . In case some mail system mangles this patch, it's also here: http://burggraben.net/hacks/patch-Modules-readline.c.gz --- Modules/readline.c.orig 2014-03-01 14:59:16.000000000 +0100 +++ Modules/readline.c 2014-03-01 15:04:48.000000000 +0100 @@ -911,12 +911,24 @@ rl_bind_key_in_map ('\t', rl_complete, emacs_meta_keymap); rl_bind_key_in_map ('\033', rl_complete, emacs_meta_keymap); /* Set our hook functions */ +#ifdef _RL_FUNCTION_TYPEDEF + rl_startup_hook = (rl_hook_func_t *)on_startup_hook; +#else rl_startup_hook = (Function *)on_startup_hook; +#endif #ifdef HAVE_RL_PRE_INPUT_HOOK +#ifdef _RL_FUNCTION_TYPEDEF + rl_pre_input_hook = (rl_hook_func_t *)on_pre_input_hook; +#else rl_pre_input_hook = (Function *)on_pre_input_hook; #endif +#endif /* Set our completion function */ +#ifdef _RL_FUNCTION_TYPEDEF + rl_attempted_completion_function = (rl_completion_func_t *)flex_complete; +#else rl_attempted_completion_function = (CPPFunction *)flex_complete; +#endif /* Set Python word break characters */ completer_word_break_characters = rl_completer_word_break_characters = I haven't checked if this has been fixed upstream (I'll have to check their repo). If not I'll report it there, and in any case I'll report back with a link to the issue in the python tracker and/or repo. In the meantime, please review and test my patch :) I believe this or something very similar should fix the issue in the other python verions (e.g. PR ports/187176). Regards, Christoph -- Spare Space From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 14:40:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B33D7B4 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 1 Mar 2014 14:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0AFF81D16 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 1 Mar 2014 14:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s21Ee13P031922 for <freebsd-python@freefall.freebsd.org>; Sat, 1 Mar 2014 14:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21Ee19Y031921; Sat, 1 Mar 2014 14:40:01 GMT (envelope-from gnats) Date: Sat, 1 Mar 2014 14:40:01 GMT Message-Id: <201403011440.s21Ee19Y031921@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Christoph Moench-Tegeder <cmt@burggraben.net> Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Christoph Moench-Tegeder <cmt@burggraben.net> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 01 Mar 2014 14:40:02 -0000 The following reply was made to PR ports/187174; it has been noted by GNATS. From: Christoph Moench-Tegeder <cmt@burggraben.net> To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de, koobs.freebsd@gmail.com Cc: Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory Date: Sat, 1 Mar 2014 15:34:30 +0100 Never mind, you were faster. Regards, Christoph -- Spare Space From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 14:44:41 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D558683A; Sat, 1 Mar 2014 14:44:41 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5FA31D9E; Sat, 1 Mar 2014 14:44:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s21Eifn7034530; Sat, 1 Mar 2014 14:44:41 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21EieSw034529; Sat, 1 Mar 2014 14:44:40 GMT (envelope-from antoine) Date: Sat, 1 Mar 2014 14:44:40 GMT Message-Id: <201403011444.s21EieSw034529@freefall.freebsd.org> To: ohartman@zedat.fu-berlin.de, antoine@FreeBSD.org, freebsd-python@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 01 Mar 2014 14:44:41 -0000 Synopsis: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory State-Changed-From-To: open->closed State-Changed-By: antoine State-Changed-When: Sat Mar 1 14:43:38 UTC 2014 State-Changed-Why: A patch was committed for this issue, please update your ports tree and verify. http://www.freebsd.org/cgi/query-pr.cgi?pr=187174 From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 14:45:17 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E893A996; Sat, 1 Mar 2014 14:45:17 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BC3291DA9; Sat, 1 Mar 2014 14:45:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s21EjHi3034632; Sat, 1 Mar 2014 14:45:17 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21EjH8V034631; Sat, 1 Mar 2014 14:45:17 GMT (envelope-from antoine) Date: Sat, 1 Mar 2014 14:45:17 GMT Message-Id: <201403011445.s21EjH8V034631@freefall.freebsd.org> To: ohartman@zedat.fu-berlin.de, antoine@FreeBSD.org, freebsd-python@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/187176: lang/python33: pkg-static: lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/readline.so): No such file or directory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 01 Mar 2014 14:45:18 -0000 Synopsis: lang/python33: pkg-static: lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/readline.so): No such file or directory State-Changed-From-To: open->closed State-Changed-By: antoine State-Changed-When: Sat Mar 1 14:44:46 UTC 2014 State-Changed-Why: A patch was committed for this issue, please update your ports tree and verify http://www.freebsd.org/cgi/query-pr.cgi?pr=187176 From owner-freebsd-python@FreeBSD.ORG Sun Mar 2 00:24:47 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BAE681F; Sun, 2 Mar 2014 00:24:47 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0072C10EC; Sun, 2 Mar 2014 00:24:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s220OkMP021051; Sun, 2 Mar 2014 00:24:46 GMT (envelope-from gerald@freefall.freebsd.org) Received: (from gerald@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s220OkGt021050; Sun, 2 Mar 2014 00:24:46 GMT (envelope-from gerald) Date: Sun, 2 Mar 2014 00:24:46 GMT Message-Id: <201403020024.s220OkGt021050@freefall.freebsd.org> To: uzimac@da3m0n8t3r.com, gerald@FreeBSD.org, freebsd-python@FreeBSD.org From: gerald@FreeBSD.org Subject: Re: ports/170566: update graphics/py-opengl depends on old version of gcc4.6.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 02 Mar 2014 00:24:47 -0000 Synopsis: update graphics/py-opengl depends on old version of gcc4.6.3 State-Changed-From-To: feedback->closed State-Changed-By: gerald State-Changed-When: Sun Mar 2 00:22:48 UTC 2014 State-Changed-Why: Closing since now feedback received for several months and lang/gcc (which is the canonical port of GCC) and lang/gcc46 are in sync now and both have seen a number of improvements. In a short while lang/gcc and USE_FORTRAN=yes will move to GCC 4.7, by the way. If you still see any problem, please advise. http://www.freebsd.org/cgi/query-pr.cgi?pr=170566 From owner-freebsd-python@FreeBSD.ORG Sun Mar 2 09:26:18 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B2BBD9C for <python@freebsd.org>; Sun, 2 Mar 2014 09:26:18 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 259B81D03 for <python@freebsd.org>; Sun, 2 Mar 2014 09:26:18 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id s229QID7020387 for <python@freebsd.org>; Sun, 2 Mar 2014 09:26:18 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.7/Submit) id s229QIOP020383; Sun, 2 Mar 2014 09:26:18 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403020926.s229QIOP020383@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sun, 2 Mar 2014 09:26:17 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 02 Mar 2014 09:26:18 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/mercurial | 2.9 | 2.9.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Sun Mar 2 15:33:03 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB90D1D9 for <python@freebsd.org>; Sun, 2 Mar 2014 15:33:03 +0000 (UTC) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6318D1B7F for <python@freebsd.org>; Sun, 2 Mar 2014 15:33:03 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id z11so3886579lbi.8 for <python@freebsd.org>; Sun, 02 Mar 2014 07:33:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:content-type:content-transfer-encoding:subject :message-id:date:to:mime-version; bh=drJ2BNvuZs9hoE+xtJfO9IgXsPMGjPMoRUELjrUGSAA=; b=Kokx0I6lD3wgZVd620+IYdUkT+IQ6TEI4P2Fci+7KDGhi5FYBOH205uJtizj4ie1aF UerAGibHN0M2GIOXrQqTPa8UmNutScmKHiwqaF2mIghVeyVd3TEn2GRMLGbkZCppJiEn caGVp+mMa+5b8IoNE8NCdPBsHLGf4RT66gUa41C6A8uIQvbHSQdGIgSS7nFqs3WE71xG zKJUVAceYOZgthYMnJIU542qQCMamkgjMvTOCwhYHH5L558t8KcO9zr2H2+ZAvIZw9II WkzWlxNJVwfaEVPa/0OjUXG0F9czHGUy+nBwXgq0ZfuvYvJlVZASoYmTXvdwuUMJ4x8o ez6Q== X-Received: by 10.152.9.1 with SMTP id v1mr7204782laa.31.1393774381368; Sun, 02 Mar 2014 07:33:01 -0800 (PST) Received: from [10.0.1.20] (ip-95-220-130-123.bb.netbynet.ru. [95.220.130.123]) by mx.google.com with ESMTPSA id q6sm25220537lal.3.2014.03.02.07.33.00 for <python@freebsd.org> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 02 Mar 2014 07:33:00 -0800 (PST) Sender: Dmitry Sivachenko <trtrmitya@gmail.com> From: Dmitry Sivachenko <demon@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: python33: incorrect pkg-plist Message-Id: <10C25A62-97F4-47FF-987D-6331189F4104@FreeBSD.org> Date: Sun, 2 Mar 2014 19:32:58 +0400 To: python@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) X-Mailer: Apple Mail (2.1874) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 02 Mar 2014 15:33:03 -0000 Hello! Right now, python's include files are listed as follows: %%PYTHON_INCLUDEDIR%%%%PYABIVER%%/accu.h But both PYTHON_INCLUDEDIR and PYABIVER contain trailing "m": # make -V PLIST_SUB PYVER=3D3.3 PYMAJOR=3D3 PYVER_WITHPAT=3D3.3.3 PYABIVER=3Dm = PYTHON_INCLUDEDIR=3Dinclude/python3.3m <...> Thus this line in pkg-plist becomes include/python3.3mm/accu.h (double "m"). So both "make package" and "make check-orphans" report these files. I am not sure how did this work earlier, but now it seems broken. From owner-freebsd-python@FreeBSD.ORG Sun Mar 2 19:14:14 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9ED0BEF3 for <freebsd-python@FreeBSD.org>; Sun, 2 Mar 2014 19:14:14 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56BD61E47 for <freebsd-python@FreeBSD.org>; Sun, 2 Mar 2014 19:14:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s22JEERW090781 for <freebsd-python@FreeBSD.org>; Sun, 2 Mar 2014 19:14:14 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s22JEEHV090772 for freebsd-python@FreeBSD.org; Sun, 2 Mar 2014 19:14:14 GMT (envelope-from bdrewery) Received: (qmail 41866 invoked from network); 2 Mar 2014 13:14:12 -0600 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 2 Mar 2014 13:14:12 -0600 Message-ID: <53138303.8020905@FreeBSD.org> Date: Sun, 02 Mar 2014 13:14:11 -0600 From: Bryan Drewery <bdrewery@FreeBSD.org> Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Martin Wilke <miwi@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, freebsd-python@FreeBSD.org Subject: Re: svn commit: r346687 - head/www/py-pastescript References: <201403011805.s21I5lt2093529@svn.freebsd.org> In-Reply-To: <201403011805.s21I5lt2093529@svn.freebsd.org> X-Enigmail-Version: 1.6 OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Ce1aac7jgkngXfSD8E82MUHhpBQ9QibDD" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 02 Mar 2014 19:14:14 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Ce1aac7jgkngXfSD8E82MUHhpBQ9QibDD Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 3/1/2014 12:05 PM, Martin Wilke wrote: > Author: miwi > Date: Sat Mar 1 18:05:46 2014 > New Revision: 346687 > URL: http://svnweb.freebsd.org/changeset/ports/346687 > QAT: https://qat.redports.org/buildarchive/r346687/ >=20 > Log: > - Convert to autoplist > - Stage support > - Bump PORTREVISION >=20 > Deleted: > head/www/py-pastescript/pkg-plist > Modified: > head/www/py-pastescript/Makefile >=20 > Modified: head/www/py-pastescript/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=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/www/py-pastescript/Makefile Sat Mar 1 18:05:27 2014 (r346686)= > +++ head/www/py-pastescript/Makefile Sat Mar 1 18:05:46 2014 (r346687)= > @@ -3,6 +3,7 @@ > =20 > PORTNAME=3D PasteScript > PORTVERSION=3D 1.7.5 > +PORTREVISION=3D 1 > CATEGORIES=3D www python > MASTER_SITES=3D CHEESESHOP > PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > @@ -18,8 +19,7 @@ BUILD_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}ch > RUN_DEPENDS:=3D ${BUILD_DEPENDS} > =20 > USE_PYTHON=3D yes > -USE_PYDISTUTILS=3D easy_install > -PYDISTUTILS_NOEGGINFO=3D yes # XXX convert easy_install support to bsd= =2Epython.mk's > +USE_PYDISTUTILS=3D yes > +PYDISTUTILS_AUTOPLIST=3D yes > =20 > -NO_STAGE=3D yes > .include <bsd.port.mk> >=20 http://pb2.nyi.freebsd.org/bulk/91amd64-default-baseline/2014-03-01_21h00= m44s/logs/errors/py27-turbomail-3.0.3_2.log This causes new failure with py27-turbomail. PasteScript was installing an egg but now is installing right into site-packages. Old: /usr/local/lib/python2.7/site-packages/PasteScript-1.7.5-py2.7.egg/tests/= __init__.py New: /usr/local/lib/python2.7/site-packages/tests/__init__.py py27-turbomail also installs this file and depend on Pastescript which conflicts and now fails to build. python@: Why not stick to using the egg dirs? It is much safer to avoid polluting global namespace. --=20 Regards, Bryan Drewery --Ce1aac7jgkngXfSD8E82MUHhpBQ9QibDD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJTE4MDAAoJEDXXcbtuRpfPUxgIAM7ghU9gzOCACwwXVJ63RKBM Emp86FTS0cVCrpb5uT4QeoTOWWzuNf1/+PsUh2Ds6FiNXfxR/HMQofYqJITdCYBL u5RHDEV6i9OcC6ZsxHGGjO9S1mCa2wGLVMoxqsiU32A6udPF3D3WOnxpAjrC/HEo E8tjooIa6UMVwSRfoJl/yOw8rqksLQfCRbvTgW37d9n5D4Lk10kPBThVe+/lyiWq K5LT+h08/GR3jfHT6Zg55X4Cwh+dyU7bkWlmU0PpZX8Z3isi7kfmuY1jvVbr87mH Jux8ltICy71jezJZxVk87ajO8o1W/0hYTWm6OD3I2HWKHpyDHpXQOgYe4WASXdU= =SzkF -----END PGP SIGNATURE----- --Ce1aac7jgkngXfSD8E82MUHhpBQ9QibDD-- From owner-freebsd-python@FreeBSD.ORG Sun Mar 2 19:28:21 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB3EF1EF for <freebsd-python@FreeBSD.org>; Sun, 2 Mar 2014 19:28:21 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C9F461029 for <freebsd-python@FreeBSD.org>; Sun, 2 Mar 2014 19:28:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s22JSLeF094026 for <freebsd-python@FreeBSD.org>; Sun, 2 Mar 2014 19:28:21 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s22JSLl3094019 for freebsd-python@FreeBSD.org; Sun, 2 Mar 2014 19:28:21 GMT (envelope-from bdrewery) Received: (qmail 80210 invoked from network); 2 Mar 2014 13:28:19 -0600 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 2 Mar 2014 13:28:19 -0600 Message-ID: <53138652.6060003@FreeBSD.org> Date: Sun, 02 Mar 2014 13:28:18 -0600 From: Bryan Drewery <bdrewery@FreeBSD.org> Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Martin Wilke <miwi@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, freebsd-python@FreeBSD.org Subject: Re: svn commit: r346687 - head/www/py-pastescript References: <201403011805.s21I5lt2093529@svn.freebsd.org> <53138303.8020905@FreeBSD.org> In-Reply-To: <53138303.8020905@FreeBSD.org> X-Enigmail-Version: 1.6 OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Php1e8r9UrjuQifvCIvEJQnA5Asvnu3le" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 02 Mar 2014 19:28:22 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Php1e8r9UrjuQifvCIvEJQnA5Asvnu3le Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 3/2/2014 1:14 PM, Bryan Drewery wrote: > On 3/1/2014 12:05 PM, Martin Wilke wrote: >> Author: miwi >> Date: Sat Mar 1 18:05:46 2014 >> New Revision: 346687 >> URL: http://svnweb.freebsd.org/changeset/ports/346687 >> QAT: https://qat.redports.org/buildarchive/r346687/ >> >> Log: >> - Convert to autoplist >> - Stage support >> - Bump PORTREVISION >> >> Deleted: >> head/www/py-pastescript/pkg-plist >> Modified: >> head/www/py-pastescript/Makefile >> >> Modified: head/www/py-pastescript/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=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- head/www/py-pastescript/Makefile Sat Mar 1 18:05:27 2014 (r346686= ) >> +++ head/www/py-pastescript/Makefile Sat Mar 1 18:05:46 2014 (r346687= ) >> @@ -3,6 +3,7 @@ >> =20 >> PORTNAME=3D PasteScript >> PORTVERSION=3D 1.7.5 >> +PORTREVISION=3D 1 >> CATEGORIES=3D www python >> MASTER_SITES=3D CHEESESHOP >> PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} >> @@ -18,8 +19,7 @@ BUILD_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}ch >> RUN_DEPENDS:=3D ${BUILD_DEPENDS} >> =20 >> USE_PYTHON=3D yes >> -USE_PYDISTUTILS=3D easy_install >> -PYDISTUTILS_NOEGGINFO=3D yes # XXX convert easy_install support to bs= d.python.mk's >> +USE_PYDISTUTILS=3D yes >> +PYDISTUTILS_AUTOPLIST=3D yes >> =20 >> -NO_STAGE=3D yes >> .include <bsd.port.mk> >> >=20 > http://pb2.nyi.freebsd.org/bulk/91amd64-default-baseline/2014-03-01_21h= 00m44s/logs/errors/py27-turbomail-3.0.3_2.log >=20 > This causes new failure with py27-turbomail. PasteScript was installing= > an egg but now is installing right into site-packages. >=20 > Old: >=20 > /usr/local/lib/python2.7/site-packages/PasteScript-1.7.5-py2.7.egg/test= s/__init__.py >=20 > New: > /usr/local/lib/python2.7/site-packages/tests/__init__.py >=20 > py27-turbomail also installs this file and depend on Pastescript which > conflicts and now fails to build. >=20 >=20 > python@: Why not stick to using the egg dirs? It is much safer to avoid= > polluting global namespace. >=20 >=20 http://pb2.nyi.freebsd.org/bulk/91amd64-default-baseline/2014-03-01_21h00= m44s/logs/errors/py27-satchmo-0.9.2_1.log This is another one. Same file. > Installing py27-django-signals-ahoy-0.1.0_1...pkg-static: py27-django-s= ignals-ahoy-0.1.0_1 conflicts with py27-django-keyedcache-1.4.4_1 (instal= ls files into the same place). Problematic file: /usr/local/lib/python2.= 7/site-packages/tests/__init__.py It's not reasonable to mark these as conflicting, it's a generic file I suspect is all over the place. --=20 Regards, Bryan Drewery --Php1e8r9UrjuQifvCIvEJQnA5Asvnu3le Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJTE4ZSAAoJEDXXcbtuRpfPdF0H/jIc/ALCa5lELXqH/mIQQHOA gV0/rNTjwfrW1Emb8orW10ZfqKy9mW73LM4C1ZezR8k2t813x33NHtyLkCGpnkEP 0kqUmgk7mp97+XamLu/bVrLrbEJEBDLcd+l3jH8/zPZtVhmdsn3WBI5mrVlIARFu RyBDRJC08G1Sv1GZoF9/XP5FhoZUXfhkHBSj8omh/lqR/N6qfVAWu0h/7HEWOyxx EfpMUYpnj+TxXg6oLr/4j9iij7rc1baNxn0VmTIHLM/1Rs7xIwu3v1NXey0L3eG6 rkcwpNrN3K74ZvyGkr3iAJzxudCfAXPGolHms7Wu7rj0+ZAgzzC0Do++tZGCHRI= =T4pw -----END PGP SIGNATURE----- --Php1e8r9UrjuQifvCIvEJQnA5Asvnu3le-- From owner-freebsd-python@FreeBSD.ORG Sun Mar 2 19:40:20 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1EA67579; Sun, 2 Mar 2014 19:40:20 +0000 (UTC) Received: from forward7l.mail.yandex.net (forward7l.mail.yandex.net [IPv6:2a02:6b8:0:1819::7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1BF91197; Sun, 2 Mar 2014 19:40:16 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward7l.mail.yandex.net (Yandex) with ESMTP id CA314BC0CCB; Sun, 2 Mar 2014 23:40:00 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id CF79713403D9; Sun, 2 Mar 2014 23:39:59 +0400 (MSK) Received: from unknown (unknown [178.76.234.16]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 9M5yx9b9W4-dxD004nK; Sun, 2 Mar 2014 23:39:59 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 7747bb03-81bf-45a3-8f37-4e0b1a6f88af DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1393789199; bh=hC0rZku98gCe7R7c3rabCGbB3U2pFW5o/MCqrfsRFVk=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=t9FTxgf70RJXIiRQ2HDF1cW47n0L66HoKBqix2qKOdlPsH1mtKAJOYHwwuk8VBn3e BItrzxeHV6dVjm2ytn3lnRYW30ccaAaOLzFhYRAWEVk1CIEo6ZxABGn7o509posWui f51bhWfZpTnnhLyZaQ2EcFwXytV2GRVj4sFKGNx8= Authentication-Results: smtp1h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <531388F8.6090900@yandex.ru> Date: Sun, 02 Mar 2014 23:39:36 +0400 From: Ruslan Makhmatkhanov <cvs-src@yandex.ru> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Bryan Drewery <bdrewery@FreeBSD.org>, Martin Wilke <miwi@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, freebsd-python@FreeBSD.org Subject: Re: svn commit: r346687 - head/www/py-pastescript References: <201403011805.s21I5lt2093529@svn.freebsd.org> <53138303.8020905@FreeBSD.org> In-Reply-To: <53138303.8020905@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 02 Mar 2014 19:40:20 -0000 Bryan Drewery wrote on 02.03.2014 23:14: > On 3/1/2014 12:05 PM, Martin Wilke wrote: >> Author: miwi >> Date: Sat Mar 1 18:05:46 2014 >> New Revision: 346687 >> URL: http://svnweb.freebsd.org/changeset/ports/346687 >> QAT: https://qat.redports.org/buildarchive/r346687/ >> >> Log: >> - Convert to autoplist >> - Stage support >> - Bump PORTREVISION >> >> Deleted: >> head/www/py-pastescript/pkg-plist >> Modified: >> head/www/py-pastescript/Makefile >> >> Modified: head/www/py-pastescript/Makefile >> ============================================================================== >> --- head/www/py-pastescript/Makefile Sat Mar 1 18:05:27 2014 (r346686) >> +++ head/www/py-pastescript/Makefile Sat Mar 1 18:05:46 2014 (r346687) >> @@ -3,6 +3,7 @@ >> >> PORTNAME= PasteScript >> PORTVERSION= 1.7.5 >> +PORTREVISION= 1 >> CATEGORIES= www python >> MASTER_SITES= CHEESESHOP >> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >> @@ -18,8 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ch >> RUN_DEPENDS:= ${BUILD_DEPENDS} >> >> USE_PYTHON= yes >> -USE_PYDISTUTILS= easy_install >> -PYDISTUTILS_NOEGGINFO= yes # XXX convert easy_install support to bsd.python.mk's >> +USE_PYDISTUTILS= yes >> +PYDISTUTILS_AUTOPLIST= yes >> >> -NO_STAGE= yes >> .include <bsd.port.mk> >> > > http://pb2.nyi.freebsd.org/bulk/91amd64-default-baseline/2014-03-01_21h00m44s/logs/errors/py27-turbomail-3.0.3_2.log > > This causes new failure with py27-turbomail. PasteScript was installing > an egg but now is installing right into site-packages. > > Old: > > /usr/local/lib/python2.7/site-packages/PasteScript-1.7.5-py2.7.egg/tests/__init__.py > > New: > /usr/local/lib/python2.7/site-packages/tests/__init__.py > > py27-turbomail also installs this file and depend on Pastescript which > conflicts and now fails to build. > > > python@: Why not stick to using the egg dirs? It is much safer to avoid > polluting global namespace. I believe it's mostly upstream issue, because it should belong to f.e. site-packages/PasteScript/tests/__init__.py instead. But easy_install installation may be keep'd for such a few problematic ports. The actual problem there - incogitant converting of ports. I think this couple of commits should be reverted until the issue will be fixed upstream. -- Regards, Ruslan T.O.S. Of Reality From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 07:05:37 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4AA3641 for <freebsd-python@freebsd.org>; Mon, 3 Mar 2014 07:05:36 +0000 (UTC) Received: from mail-ie0-x244.google.com (mail-ie0-x244.google.com [IPv6:2607:f8b0:4001:c03::244]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B6B2F165 for <freebsd-python@freebsd.org>; Mon, 3 Mar 2014 07:05:36 +0000 (UTC) Received: by mail-ie0-f196.google.com with SMTP id rd18so3018278iec.11 for <freebsd-python@freebsd.org>; Sun, 02 Mar 2014 23:05:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=//CupOkcU9P3+4+IpHtrHOyeCGNv76Y8dMe3sVxcDbY=; b=i3kLALRKBx/qaJla5Byr5pT/m2THirLOJsWub4gQiDh4H9ZC8Lw14fYX2Jh3Q/MrcS RosQrDxeJrA17EUu3n6eyNIc9KPBlNMj1Ul4TgBxaLDoSPfzmq/W9T1nT2apGvBWcxoO FVxBgNlrmn++LmK9qWKOSn8wPm6UCrGKHeiUlrv6ZpIIS5Z3RMSoJ/mB/Hwow8eXAWS5 Ma7WjUitxhJpaBY3PhfZ32NSKN352fgM/wgp9ScX+cmIwJBSzaNiNuyMidZp4KqQszNt +xkYp2buQbHRNu88SGgZUo32VmScSxFvpEqtmbcwYzMvDjQWxV1YNbgGvFJrto13CPmn iipQ== MIME-Version: 1.0 X-Received: by 10.50.4.74 with SMTP id i10mr19851919igi.43.1393830336114; Sun, 02 Mar 2014 23:05:36 -0800 (PST) Received: by 10.42.159.132 with HTTP; Sun, 2 Mar 2014 23:05:36 -0800 (PST) Date: Mon, 3 Mar 2014 01:05:36 -0600 Message-ID: <CAPH9q1p0vzjzmhyeQKqMp=JWp22sMJPSa4vBywEcgAgYuKojqA@mail.gmail.com> Subject: pyhon33 still listed as vulnerable From: JEREMY COX <jeremy.m.cox@gmail.com> To: freebsd-python@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 03 Mar 2014 07:05:37 -0000 Hello all, I was having difficulty updating python33 today, even though the vulnerability to python 3.3.3_2 (CVE-2014-1912) was patched. After verifying with Freshports python 3.3.3_3 was correct, I used *portmaster -m DISABLE_VULNERABILITIES=yes python33* to update the port. However, pkg audit is still complaining the port is vulnerable: *root@riotskates:/ # pkg auditpython33-3.3.3_3 is vulnerable:Python -- buffer overflow in socket.recvfrom_into()CVE: CVE-2014-1912WWW: http://portaudit.FreeBSD.org/8e5e6d42-a0fa-11e3-b09a-080027f2d077.html <http://portaudit.FreeBSD.org/8e5e6d42-a0fa-11e3-b09a-080027f2d077.html>1 problem(s) in the installed packages found.* I'm not familiar with inconsistencies found between the ports tree (which is obviously correct) and portaudit.FreeBSD.org (I've actually never seen this problem before). Is there something I need to update to fix this on my machine or will this be caught upstream sometime later on? N.B. BTW I updated python27 with no problems at all. Thank you for your time, Jeremy From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 07:20:22 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 722889EF for <freebsd-python@freebsd.org>; Mon, 3 Mar 2014 07:20:22 +0000 (UTC) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED7B7252 for <freebsd-python@freebsd.org>; Mon, 3 Mar 2014 07:20:21 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id b8so4285867lan.26 for <freebsd-python@freebsd.org>; Sun, 02 Mar 2014 23:20:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=MglMCGKbyfhFG0bPEu1f1+wuN9KvibC+nqflhASg3gA=; b=mcL/ZSSuo56oWEMEEWqZUmjWPYQsTsni9gojnJzM3OMuaRLlWk/80wUtbk+XbhwVeI D+MeHst/2xfmqIOZ4Rk+UNqZcgI0A+7L/CZYNk1Q+anBFf8MFSNDPt8L1rnBaL+dKsEi w+8N/QnqXcPu46SaANH4gCWKA3kBryDU/oAQequJ/6ys72eHbz28W21Ks/PaRMHw2CIw sLZLTTqX8ipk4EekKa+CBlVnCsjYShO28sq1iFwSjwK/dSlCmeRWuvgHyf9udajj4XHS uoU0IUvpMv41kvKB20U+svh2BRT6svfMHlxHS1Y/s40P0PwLJQ0QLWKNPeUhl1X3oHVU QI2g== X-Received: by 10.112.143.228 with SMTP id sh4mr370161lbb.57.1393831219911; Sun, 02 Mar 2014 23:20:19 -0800 (PST) Received: from [10.0.1.4] ([176.193.163.131]) by mx.google.com with ESMTPSA id h7sm14779326lbj.1.2014.03.02.23.20.18 for <multiple recipients> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 02 Mar 2014 23:20:18 -0800 (PST) References: <CAPH9q1p0vzjzmhyeQKqMp=JWp22sMJPSa4vBywEcgAgYuKojqA@mail.gmail.com> Mime-Version: 1.0 (1.0) In-Reply-To: <CAPH9q1p0vzjzmhyeQKqMp=JWp22sMJPSa4vBywEcgAgYuKojqA@mail.gmail.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: quoted-printable Message-Id: <B09BA639-565A-40C6-A5E1-46555213BE8B@gmail.com> X-Mailer: iPhone Mail (11B651) From: Dmitry Sivachenko <trtrmitya@gmail.com> Subject: Re: pyhon33 still listed as vulnerable Date: Mon, 3 Mar 2014 11:20:19 +0400 To: JEREMY COX <jeremy.m.cox@gmail.com> Cc: "freebsd-python@freebsd.org" <freebsd-python@freebsd.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 03 Mar 2014 07:20:22 -0000 I already fixed that yesterday, update your ports tree. > 03 =CD=C1=D2=D4=C1 2014 =C7., =D7 11:05, JEREMY COX <jeremy.m.cox@gmail.co= m> =CE=C1=D0=C9=D3=C1=CC(=C1): >=20 > Hello all, > I was having difficulty updating python33 today, even though the > vulnerability to python 3.3.3_2 (CVE-2014-1912) was patched. After > verifying with Freshports python 3.3.3_3 was correct, I used >=20 > *portmaster -m DISABLE_VULNERABILITIES=3Dyes python33* >=20 > to update the port. However, pkg audit is still complaining the port is > vulnerable: >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > *root@riotskates:/ # pkg auditpython33-3.3.3_3 is vulnerable:Python -- > buffer overflow in socket.recvfrom_into()CVE: CVE-2014-1912WWW: > http://portaudit.FreeBSD.org/8e5e6d42-a0fa-11e3-b09a-080027f2d077.html > <http://portaudit.FreeBSD.org/8e5e6d42-a0fa-11e3-b09a-080027f2d077.html>1 > problem(s) in the installed packages found.* >=20 >=20 > I'm not familiar with inconsistencies found between the ports tree (which > is obviously correct) and portaudit.FreeBSD.org (I've actually never seen > this problem before). Is there something I need to update to fix this on > my machine or will this be caught upstream sometime later on? >=20 > N.B. BTW I updated python27 with no problems at all. >=20 > Thank you for your time, >=20 > Jeremy > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 07:22:12 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B30B0A42 for <freebsd-python@freebsd.org>; Mon, 3 Mar 2014 07:22:12 +0000 (UTC) Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FC3F2DF for <freebsd-python@freebsd.org>; Mon, 3 Mar 2014 07:22:12 +0000 (UTC) Received: by mail-ie0-f177.google.com with SMTP id rl12so5767632iec.36 for <freebsd-python@freebsd.org>; Sun, 02 Mar 2014 23:22:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Sl8H5YjB8y6TgvR3YyXIToRVZ0GDVuHzn+XW8d6B6Wk=; b=x7ptEhBZdu1ZMCHIdeA3qsvx4CZ0UAPuchFbcMNrvWg97zOmx5M8Kawv0LK+YVbZbh tdyDOGtoaFXJw3zcmjSnTU4bPeVa896lHio6pzNCw8wT3U7IGMfESIQoD209E7/hxQac 2ZfBzFySgWiUEPVFkGnDjT5APVcxD2zrfwsY+ovN/epK3ZpeWJ4XEOer2/cMTquRKPvr GWR3lBq+GiLdJ1p/B1oYV8yPibH14kx8tmwZJ1/NCV1n5aNj8DkdQDbGGxx/grXrUW+n qi4jAdk/eeo773MUtemlITHLS52fLhXH91/ds//E1kJYprl/qE5yBBkvXWqm9VtW5WD+ ljGw== X-Received: by 10.50.43.225 with SMTP id z1mr19945794igl.29.1393831331972; Sun, 02 Mar 2014 23:22:11 -0800 (PST) Received: from [10.0.0.66] (c-98-240-141-71.hsd1.mn.comcast.net. [98.240.141.71]) by mx.google.com with ESMTPSA id kb5sm36794689igb.1.2014.03.02.23.22.11 for <freebsd-python@freebsd.org> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 02 Mar 2014 23:22:11 -0800 (PST) Message-ID: <53142DA3.9000604@gmail.com> Date: Mon, 03 Mar 2014 01:22:11 -0600 From: Andrew Berg <robotsondrugs@gmail.com> User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-python@freebsd.org Subject: Re: pyhon33 still listed as vulnerable References: <CAPH9q1p0vzjzmhyeQKqMp=JWp22sMJPSa4vBywEcgAgYuKojqA@mail.gmail.com> <B09BA639-565A-40C6-A5E1-46555213BE8B@gmail.com> In-Reply-To: <B09BA639-565A-40C6-A5E1-46555213BE8B@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 03 Mar 2014 07:22:12 -0000 On 2014.03.03 01:20, Dmitry Sivachenko wrote: > I already fixed that yesterday, update your ports tree. I have this issue as well on a fresh ports tree. From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 07:47:39 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91C994E3 for <freebsd-python@freebsd.org>; Mon, 3 Mar 2014 07:47:39 +0000 (UTC) Received: from mail-ie0-x244.google.com (mail-ie0-x244.google.com [IPv6:2607:f8b0:4001:c03::244]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5DC5B677 for <freebsd-python@freebsd.org>; Mon, 3 Mar 2014 07:47:39 +0000 (UTC) Received: by mail-ie0-f196.google.com with SMTP id rd18so3050760iec.3 for <freebsd-python@freebsd.org>; Sun, 02 Mar 2014 23:47:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=dzBZGZTxw0RRRtsrWuhiURfsQVbY0iW0Hd4eJ5EI20E=; b=RPq6ww2RprrbT7bz6T80fO0B/tThuNX6BFEVt9GlPaCZt2j/czB+1J+mVjtb4lIKyW TkgaAsEqLVYLO+nPewDu8T3QCqR4Bw2lyKM8qtqvlyFUyJ8xSB3IQ8qXIifSdqLc9CH7 njvtpnnb2Zf7XhTOykGmdAitFuiniy68h5eItdhvBY3p8IYsSu6mcIbJP/5yXC4rTRI1 kuBlijB0LlXABMyJwlL65iCZ/6EgMwSdRGV+p6UqIYstTPE3L/4lF704eRZM9ziqovdj q9Tv83b9J8HjIfsKeMDvK/hmOKpXdjvNtrVPBcutTfLQY5GGQbblfJtonMgN9kV+KgLR /BuA== MIME-Version: 1.0 X-Received: by 10.50.115.102 with SMTP id jn6mr20209084igb.10.1393832858905; Sun, 02 Mar 2014 23:47:38 -0800 (PST) Received: by 10.42.159.132 with HTTP; Sun, 2 Mar 2014 23:47:38 -0800 (PST) Date: Mon, 3 Mar 2014 01:47:38 -0600 Message-ID: <CAPH9q1qyx=9p60XmU1_C1dC4V8Am9UJEeT2SpGzupPcF7J_6YQ@mail.gmail.com> Subject: pyhon33 still listed as vulnerable From: JEREMY COX <jeremy.m.cox@gmail.com> To: freebsd-python@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 03 Mar 2014 07:47:39 -0000 Sorry if I wasn't more clear, my ports tree was updated a few minutes before I wrote the email, from March 3 @ 0700 UTC... and the patch for CVE-2014-1912 was already in /usr/ports/lang/python33/files... otherwise I never would have updated the port! I always verify changes with the FreeBSD svn website first. Even after the ports tree was updated, and the port was updated, pkg audit still lists python33-3.3.3_3 as vulnerable, when the CVE lists the vulnerability applicable only to python33 <= 3.3.3_2. From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 08:37:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D57ADE9A for <freebsd-python@freebsd.org>; Mon, 3 Mar 2014 08:37:01 +0000 (UTC) Received: from mail-pb0-x231.google.com (mail-pb0-x231.google.com [IPv6:2607:f8b0:400e:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9177A82 for <freebsd-python@freebsd.org>; Mon, 3 Mar 2014 08:37:01 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id jt11so3479277pbb.36 for <freebsd-python@freebsd.org>; Mon, 03 Mar 2014 00:36:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=bhY9tbbA3Y/kk5Z8Rc7xxVW1/V8/HEUM/SujwlD2DYE=; b=HElP9s+m3Z99YL4K3bCcP/oWBSpuJrtiUEkSD5KlGxIrF6+hlvY9phRlfhN4o4UhTE VPAveRK3WkxBC0P2ZCPueSh6NXaBlHHD/9XFX6ROB1lt0SV+2RpB2jsC6yIfnYLkuWTq uwjfiRYFbC5ctYoApAsBo1kpu6T5TihV+1lp4nBWSB29YXZumjGNaqGex5p23yca9XD0 eQnWmXDomejBcLj90Av0YOhu8bWf7lonte79+eZ442WM6F634s73LIrbGwvSQo9fa38w WOC44VsetwxvtELU+eUACV+UH6O5IvPBGqrEZQI9bK++XFhzv4qfgRzZQERy+MUTtAI4 x5Qw== X-Received: by 10.69.31.75 with SMTP id kk11mr18286901pbd.101.1393835818157; Mon, 03 Mar 2014 00:36:58 -0800 (PST) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id vg1sm33520753pbc.44.2014.03.03.00.36.55 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Mar 2014 00:36:57 -0800 (PST) Message-ID: <53143F24.500@FreeBSD.org> Date: Mon, 03 Mar 2014 19:36:52 +1100 From: Kubilay Kocak <koobs.freebsd@gmail.com> User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Thunderbird/27.0 MIME-Version: 1.0 To: Andrew Berg <robotsondrugs@gmail.com>, freebsd-python@freebsd.org, jeremy.m.cox@gmail.com Subject: Re: pyhon33 still listed as vulnerable References: <CAPH9q1p0vzjzmhyeQKqMp=JWp22sMJPSa4vBywEcgAgYuKojqA@mail.gmail.com> <B09BA639-565A-40C6-A5E1-46555213BE8B@gmail.com> <53142DA3.9000604@gmail.com> In-Reply-To: <53142DA3.9000604@gmail.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 03 Mar 2014 08:37:01 -0000 On 3/03/2014 6:22 PM, Andrew Berg wrote: > On 2014.03.03 01:20, Dmitry Sivachenko wrote: >> I already fixed that yesterday, update your ports tree. > I have this issue as well on a fresh ports tree. Does updating the vulnerability database help? Either via: pkg audit -F if using pkg, or portaudit -F if using portaudit From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 09:45:52 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F0E13FE; Mon, 3 Mar 2014 09:45:52 +0000 (UTC) Received: from mail-ie0-x241.google.com (mail-ie0-x241.google.com [IPv6:2607:f8b0:4001:c03::241]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44514FC2; Mon, 3 Mar 2014 09:45:52 +0000 (UTC) Received: by mail-ie0-f193.google.com with SMTP id rl12so2255547iec.8 for <multiple recipients>; Mon, 03 Mar 2014 01:45:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=pSZOMM+rGDUFngDwLOTw2eixTcBFWCjojGN0nlwKVu0=; b=L+LS/FQJAdeO49jTyKldS+VZPuyIV1YvpwFu47RaGzduu0AyqeWQxiosXQh3tQFOsE GWCJTfQJ9BPSgmw35VbZaZC8igNOS8XDlTT8m1GK7Y/2BA4+/CoTnBlydMIEsG6X+ayq 9pYez/tx34ymg8k03lwxBbL4GS0wf5j0AIJdv2k48pkrTfLFDd9A0LbID8rYWT1Vs/gd rr+PpaMDPav/zkZj+XU2nrQXGMyEFGlMwD4f4/+8sRU0rJpaEnpuC3uFjWr7XC6LaYyX rlRE4N+UjJzFSltVFGsEVs1XyitxLA0WVV0gKFSHDXFQtL4ffcKmuvi/dI+oLmFYCpUY Ka/g== MIME-Version: 1.0 X-Received: by 10.43.58.19 with SMTP id wi19mr10946050icb.53.1393839951728; Mon, 03 Mar 2014 01:45:51 -0800 (PST) Received: by 10.42.159.132 with HTTP; Mon, 3 Mar 2014 01:45:51 -0800 (PST) In-Reply-To: <53143F24.500@FreeBSD.org> References: <CAPH9q1p0vzjzmhyeQKqMp=JWp22sMJPSa4vBywEcgAgYuKojqA@mail.gmail.com> <B09BA639-565A-40C6-A5E1-46555213BE8B@gmail.com> <53142DA3.9000604@gmail.com> <53143F24.500@FreeBSD.org> Date: Mon, 3 Mar 2014 03:45:51 -0600 Message-ID: <CAPH9q1pv5YnSVLjDZwYsH1LoQS-sHiVBiHiKL1LnEkEYa16Y3g@mail.gmail.com> Subject: Re: pyhon33 still listed as vulnerable From: JEREMY COX <jeremy.m.cox@gmail.com> To: koobs@freebsd.org, freebsd-python@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 03 Mar 2014 09:45:52 -0000 pkg audit -F was the correct solution. Thank you very much for the assistance! Regards, Jeremy On Mon, Mar 3, 2014 at 2:36 AM, Kubilay Kocak <koobs.freebsd@gmail.com>wrote: > On 3/03/2014 6:22 PM, Andrew Berg wrote: > > On 2014.03.03 01:20, Dmitry Sivachenko wrote: > >> I already fixed that yesterday, update your ports tree. > > I have this issue as well on a fresh ports tree. > > Does updating the vulnerability database help? Either via: > > pkg audit -F if using pkg, or portaudit -F if using portaudit > > > From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 11:06:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB78EEAE for <freebsd-python@FreeBSD.org>; Mon, 3 Mar 2014 11:06:51 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 80248952 for <freebsd-python@FreeBSD.org>; Mon, 3 Mar 2014 11:06:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s23B6ptD008633 for <freebsd-python@FreeBSD.org>; Mon, 3 Mar 2014 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s23B6p9h008631 for freebsd-python@FreeBSD.org; Mon, 3 Mar 2014 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 3 Mar 2014 11:06:51 GMT Message-Id: <201403031106.s23B6p9h008631@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster <bugmaster@freebsd.org> 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.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 03 Mar 2014 11:06:51 -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 -------------------------------------------------------------------------------- o ports/187108 python [PATCH] astro/py-astLib fix incorrect update alert on o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So o ports/186950 python maintainer update : sysutils/py-salt o ports/186897 python databases/py-firebirdsql: update to 0.8.6 o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 o ports/186807 python error in databases/py-MySQLdb o ports/186802 python [MAINTAINER] math/py-pandas: Update to 0.13.1 f ports/186397 python sysutils/py-salt patch breaks salt o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186192 python lang/python27: building python27-2.7.6_1 fails for WIT o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang o ports/178301 python [patch] lang/python2[67]: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/154209 python [PATCH] lang/python: Install symlink for ptags 23 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 11:21:53 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 391B7A33; Mon, 3 Mar 2014 11:21:53 +0000 (UTC) Received: from mail-pd0-x22a.google.com (mail-pd0-x22a.google.com [IPv6:2607:f8b0:400e:c02::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05B25C1B; Mon, 3 Mar 2014 11:21:53 +0000 (UTC) Received: by mail-pd0-f170.google.com with SMTP id v10so1559564pde.1 for <multiple recipients>; Mon, 03 Mar 2014 03:21:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=RfTzO8mPEYnu2GhTHL2OhL/c5jLKG30dvLVMcApQHFc=; b=yXrEOZWZWm3Nct+PlY4FCO93ARBitpG1Ep5ME5T3gBhDbwsOULHeQTdOf8VXF3fvyA uh4VpP/fN0ASIsn5KBEpIlQsDGkEnH7d8Pl2Cv0Hzak3OOK794JjC/7AAh5UyqjZunTo 1xDlvR3g4I5U3sddc/Q7Wuu1mIE/5LKpSz44NAgsfxmP570Gj+xd+8fGDjwRSBsD97Mt 8JA9LroGFdnY9TOW15Hffz+BOLtnQ4J7K7IRpGoYl6zed7hjxP4aRPvDyAoWtCHplHd3 xDKCE9x/n1mDH6m8sXLlp4dTcAFEIl0Fq77i+JdKBeV/M3IzLr5mY9/bi5lagthFhth0 cOhQ== X-Received: by 10.68.231.35 with SMTP id td3mr5158757pbc.137.1393845712714; Mon, 03 Mar 2014 03:21:52 -0800 (PST) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id vb7sm19019476pbc.13.2014.03.03.03.21.50 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Mar 2014 03:21:52 -0800 (PST) Message-ID: <531465CB.7080107@FreeBSD.org> Date: Mon, 03 Mar 2014 22:21:47 +1100 From: Kubilay Kocak <koobs.freebsd@gmail.com> User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Thunderbird/27.0 MIME-Version: 1.0 To: JEREMY COX <jeremy.m.cox@gmail.com>, freebsd-python@freebsd.org Subject: Re: pyhon33 still listed as vulnerable References: <CAPH9q1p0vzjzmhyeQKqMp=JWp22sMJPSa4vBywEcgAgYuKojqA@mail.gmail.com> <B09BA639-565A-40C6-A5E1-46555213BE8B@gmail.com> <53142DA3.9000604@gmail.com> <53143F24.500@FreeBSD.org> <CAPH9q1pv5YnSVLjDZwYsH1LoQS-sHiVBiHiKL1LnEkEYa16Y3g@mail.gmail.com> In-Reply-To: <CAPH9q1pv5YnSVLjDZwYsH1LoQS-sHiVBiHiKL1LnEkEYa16Y3g@mail.gmail.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: antoine@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 03 Mar 2014 11:21:53 -0000 On 3/03/2014 8:45 PM, JEREMY COX wrote: > pkg audit -F was the correct solution. Thank you very much for the > assistance! > > Regards, > Jeremy > > > On Mon, Mar 3, 2014 at 2:36 AM, Kubilay Kocak <koobs.freebsd@gmail.com>wrote: > >> On 3/03/2014 6:22 PM, Andrew Berg wrote: >>> On 2014.03.03 01:20, Dmitry Sivachenko wrote: >>>> I already fixed that yesterday, update your ports tree. >>> I have this issue as well on a fresh ports tree. >> >> Does updating the vulnerability database help? Either via: >> >> pkg audit -F if using pkg, or portaudit -F if using portaudit >> >> >> > My pleasure Jeremy, thank you for bringing it to our attention. Full credit to antoine@ for the hint -- koobs From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 16:07:42 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E473D15C for <python@FreeBSD.org>; Mon, 3 Mar 2014 16:07:42 +0000 (UTC) Received: from mail.jinr.ru (mail.jinr.ru [159.93.14.110]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D0009D7 for <python@FreeBSD.org>; Mon, 3 Mar 2014 16:07:42 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.jinr.ru (Postfix) with ESMTP id A03CC40A019 for <python@FreeBSD.org>; Mon, 3 Mar 2014 19:59:15 +0400 (MSK) X-Virus-Scanned: amavisd-new at jinr.ru Received: from mail.jinr.ru ([127.0.0.1]) by localhost (mail.jinr.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id woSQe-1m8yXb for <python@FreeBSD.org>; Mon, 3 Mar 2014 19:59:15 +0400 (MSK) Received: from [127.0.0.1] (kws.jinr.ru [159.93.12.100]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: kirill) by mail.jinr.ru (Postfix) with ESMTPSA id 8561040A017 for <python@FreeBSD.org>; Mon, 3 Mar 2014 19:59:15 +0400 (MSK) Message-ID: <5314A6D1.908@jinr.ru> Date: Mon, 03 Mar 2014 19:59:13 +0400 From: Kirill Angelov <kirill@jinr.ru> Organization: NOC JINR User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: python@FreeBSD.org Subject: systems without NIS Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 03 Mar 2014 16:07:43 -0000 Hello, there are problems with python 2.7, 3.3 reinstall in systems without nis. String .if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS) # the world with NO_NIS do nothing, because /usr/bin/ypcat is still exist after make delete-old, and option WITHOUT_NIS seems to be undefined (in my case it's specified at /etc/src.conf) Imho, best solution is new option NIS for OPTIONS_DEFINE menu at python ports Makefile From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 17:09:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A3553225 for <python@FreeBSD.org>; Mon, 3 Mar 2014 17:09:05 +0000 (UTC) Received: from mx5.roble.com (mx5.roble.com [206.40.34.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95E4CF62 for <python@FreeBSD.org>; Mon, 3 Mar 2014 17:09:05 +0000 (UTC) Date: Mon, 3 Mar 2014 09:09:04 -0800 (PST) From: Roger Marquis <marquis@roble.com> To: python@FreeBSD.org Subject: python27-2.7.6_4 install failure User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 03 Mar 2014 17:09:05 -0000 Is there a patch or mitigation for this 8.3-RELEASE- install bug? Couldn't find a useful reference to 'lib/python2.7/lib-dynload/bz2.so' on the net. Thanks, Roger Marquis > > Building package for python27-2.7.6_4 > Creating package /usr/ports/lang/python27/work/python27-2.7.6_4.tbz > Registering depends:. > Creating bzip'd tar ball in '/usr/ports/lang/python27/work/python27-2.7.6_4.tbz' > tar: lib/python2.7/lib-dynload/bz2.so: Cannot stat: No such file or directory > tar: Error exit delayed from previous errors. > pkg_create: make_dist: tar command failed with code 256 > *** Error code 1 From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 19:59:48 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C002EC86 for <freebsd-python@FreeBSD.org>; Mon, 3 Mar 2014 19:59:48 +0000 (UTC) Received: from hapkido.dreamhost.com (hapkido.dreamhost.com [66.33.216.122]) by mx1.freebsd.org (Postfix) with ESMTP id 999EB6A2 for <freebsd-python@FreeBSD.org>; Mon, 3 Mar 2014 19:59:48 +0000 (UTC) Received: from homiemail-a54.g.dreamhost.com (unknown [69.163.253.168]) by hapkido.dreamhost.com (Postfix) with ESMTP id EBC23DD179 for <freebsd-python@FreeBSD.org>; Mon, 3 Mar 2014 11:46:45 -0800 (PST) Received: from homiemail-a54.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a54.g.dreamhost.com (Postfix) with ESMTP id 1DA1C40122434 for <freebsd-python@FreeBSD.org>; Mon, 3 Mar 2014 11:59:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=saltant.com; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type; s=saltant.com; bh=02ITi9VQMvssFizZ9UPdPs9y0gE=; b= TbYgx38ihTvhjuvrGkKOXw+skNcR8B9KsO+qZwx/sY+x0wGM7TnNSRWxHow6gkny IgaV9qb7RgMw20mUUXTiPiyLIUVHo7qHmXKbo0Fv0cTzOKzKWHQeU1cqaYenruM4 LzwbUCf3r01rTwQFLLIY87tYjpH7DnS4REI7YjS2l78= Received: from omnific.local (unknown [128.91.196.251]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: john@saltant.com) by homiemail-a54.g.dreamhost.com (Postfix) with ESMTPSA id E84AD40122431 for <freebsd-python@FreeBSD.org>; Mon, 3 Mar 2014 11:59:41 -0800 (PST) Message-ID: <5314DF2E.5070509@saltant.com> Date: Mon, 03 Mar 2014 14:59:42 -0500 From: "John W. O'Brien" <john@saltant.com> Organization: Saltant Solutions User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: FreeBSD Python List <freebsd-python@FreeBSD.org> Subject: Re: ports/186802: [MAINTAINER] math/py-pandas: Update to 0.13.1 X-Priority: 4 (Low) References: <201402152120.s1FLKHDi028725@freefall.freebsd.org> In-Reply-To: <201402152120.s1FLKHDi028725@freefall.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="epo16xc8a71Ojo864t6HispQxKHtxCDSR" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 03 Mar 2014 19:59:48 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --epo16xc8a71Ojo864t6HispQxKHtxCDSR Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 2/15/14 4:20 PM, edwin@FreeBSD.org wrote: > Synopsis: [MAINTAINER] math/py-pandas: Update to 0.13.1 [...] > Responsible-Changed-When: Sat Feb 15 21:20:16 UTC 2014 [...] > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D186802 Hello python@, Is a friendly neighborhood committer available to take this? tabthorpe@'s avatar just poked me on the basis of portscout notifications= =2E While I'm here, just a quick preview of things to come. I've drafted another patch to this port that turns all of the recommended (but soft) dependencies into optional RUN_DEPENDS. I've also got a big, fat, hairy math/py-pandas-doc port up my sleeve, but I'm not quite ready to unleash it on the world yet. Regards, John --epo16xc8a71Ojo864t6HispQxKHtxCDSR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) Comment: GPGTools - http://gpgtools.org iQEcBAEBCgAGBQJTFN8uAAoJEBRzAKlhyP/Fq5kIAKKP5SpimJomepDkkAED131l 1tU9dOpAiPR8LF74XB1MzkGp0kiq8YUTGwJgM6LbJ/JE5amphT0oYaM0VMH3R0GW JYIM8UtVCZnU1lWuoLl8PDtq8/AKy8oRfVjziFlcNmwpHJG1LbISjvZUwFVMhvVE qDJ9IBh2aVHhgR/ZQ6K8JzML7s+YJgLyh0QK3iy5jhN3dBYlC+vshFkqa8A0m94r Xw4zQ+xgGGCispQzLbiArymVF7J76yRib5JNRXfmLUqXWgEH7ElWiD+XiOjHuXNo WO9C48Vy+M2OccsGTrPVaSgnBvdjmi9VHgMflyUNlVNIjANxQ4kLxNAUamTh1+s= =e8m3 -----END PGP SIGNATURE----- --epo16xc8a71Ojo864t6HispQxKHtxCDSR-- From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 20:02:30 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1DD72CDD; Mon, 3 Mar 2014 20:02:30 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E7009784; Mon, 3 Mar 2014 20:02:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s23K2TGD081585; Mon, 3 Mar 2014 20:02:29 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s23K2Tmh081584; Mon, 3 Mar 2014 20:02:29 GMT (envelope-from rm) Date: Mon, 3 Mar 2014 20:02:29 GMT Message-Id: <201403032002.s23K2Tmh081584@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-python@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/186802: [MAINTAINER] math/py-pandas: Update to 0.13.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 03 Mar 2014 20:02:30 -0000 Synopsis: [MAINTAINER] math/py-pandas: Update to 0.13.1 Responsible-Changed-From-To: freebsd-python->rm Responsible-Changed-By: rm Responsible-Changed-When: Mon Mar 3 20:02:29 UTC 2014 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=186802 From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 23:40:22 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A963C70; Mon, 3 Mar 2014 23:40:22 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E44F4FA3; Mon, 3 Mar 2014 23:40:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s23NeLW1048226; Mon, 3 Mar 2014 23:40:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s23NeLgF048225; Mon, 3 Mar 2014 23:40:21 GMT (envelope-from edwin) Date: Mon, 3 Mar 2014 23:40:21 GMT Message-Id: <201403032340.s23NeLgF048225@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187234: [patch] multimedia/py-kaa-metadata: update URLs in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 03 Mar 2014 23:40:22 -0000 Synopsis: [patch] multimedia/py-kaa-metadata: update URLs in pkg-descr Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 3 23:40:21 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187234 From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 23:40:10 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F87ABF6; Mon, 3 Mar 2014 23:40:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 46CA2F9A; Mon, 3 Mar 2014 23:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s23NeAjS048068; Mon, 3 Mar 2014 23:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s23NeAVU048067; Mon, 3 Mar 2014 23:40:10 GMT (envelope-from edwin) Date: Mon, 3 Mar 2014 23:40:10 GMT Message-Id: <201403032340.s23NeAVU048067@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187232: [patch] multimedia/py-kaa-imlib2: update URLs in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 03 Mar 2014 23:40:10 -0000 Synopsis: [patch] multimedia/py-kaa-imlib2: update URLs in pkg-descr Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 3 23:40:09 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187232 From owner-freebsd-python@FreeBSD.ORG Tue Mar 4 05:50:26 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE76CC47; Tue, 4 Mar 2014 05:50:26 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B351A22B; Tue, 4 Mar 2014 05:50:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s245oQOP075416; Tue, 4 Mar 2014 05:50:26 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s245oQKi075415; Tue, 4 Mar 2014 05:50:26 GMT (envelope-from rm) Date: Tue, 4 Mar 2014 05:50:26 GMT Message-Id: <201403040550.s245oQKi075415@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-python@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/187232: [patch] multimedia/py-kaa-imlib2: update URLs in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 04 Mar 2014 05:50:26 -0000 Synopsis: [patch] multimedia/py-kaa-imlib2: update URLs in pkg-descr Responsible-Changed-From-To: freebsd-python->rm Responsible-Changed-By: rm Responsible-Changed-When: Tue Mar 4 05:50:26 UTC 2014 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187232 From owner-freebsd-python@FreeBSD.ORG Tue Mar 4 05:50:43 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A61CC92; Tue, 4 Mar 2014 05:50:43 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 110A6232; Tue, 4 Mar 2014 05:50:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s245ogG4075569; Tue, 4 Mar 2014 05:50:42 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s245ogHU075568; Tue, 4 Mar 2014 05:50:42 GMT (envelope-from rm) Date: Tue, 4 Mar 2014 05:50:42 GMT Message-Id: <201403040550.s245ogHU075568@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-python@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/187234: [patch] multimedia/py-kaa-metadata: update URLs in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 04 Mar 2014 05:50:43 -0000 Synopsis: [patch] multimedia/py-kaa-metadata: update URLs in pkg-descr Responsible-Changed-From-To: freebsd-python->rm Responsible-Changed-By: rm Responsible-Changed-When: Tue Mar 4 05:50:42 UTC 2014 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187234 From owner-freebsd-python@FreeBSD.ORG Tue Mar 4 13:13:59 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 891918A0; Tue, 4 Mar 2014 13:13:59 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F1872A4; Tue, 4 Mar 2014 13:13:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s24DDxh8027554; Tue, 4 Mar 2014 13:13:59 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s24DDxVf027553; Tue, 4 Mar 2014 13:13:59 GMT (envelope-from edwin) Date: Tue, 4 Mar 2014 13:13:59 GMT Message-Id: <201403041313.s24DDxVf027553@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187248: dns/py-idnkit2: upgrade py-idnkit-2.2 to 2.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 04 Mar 2014 13:13:59 -0000 Synopsis: dns/py-idnkit2: upgrade py-idnkit-2.2 to 2.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Mar 4 13:13:59 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187248 From owner-freebsd-python@FreeBSD.ORG Tue Mar 4 16:04:16 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A23D4C03 for <python@freebsd.org>; Tue, 4 Mar 2014 16:04:16 +0000 (UTC) Received: from mail-lb0-x235.google.com (mail-lb0-x235.google.com [IPv6:2a00:1450:4010:c04::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 28DD07D8 for <python@freebsd.org>; Tue, 4 Mar 2014 16:04:15 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id c11so5678544lbj.40 for <python@freebsd.org>; Tue, 04 Mar 2014 08:04:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=u38F+VrCM2+hGMiqiKlPV2Vt1fgD9A3zK7m/ewgaC88=; b=m1xujwJzEcALJnws1vH227Z47lNqSDk4uJRAgJ6jeOELortn62rJdmJ9Dy8KWwwhuc aRlPfP/+11bA+mdBS1hGYlQZN9v5eOOsjvwopyyarmUD1sLpAIbqxBhTlOX4A4in+CYe YSSeG4+e3Nv/2Y3b5u/NRNwmW1+SX/ZLX1EkJKVcYF4++QTRJaAhKYx+mlqCtEsETJyP +oyGnTbkJTraijy8iCKRtUQqmQunQVJ4ExnTPWrTVhPDveFg7DQPv9etp64YaTtC992D gdaWCsoDi/QwAXURwb3hTJuvZOJBAWMykPtKkbAnF5MyvkIdigUB29i9mxtCKEXG3eTZ 7+yQ== X-Received: by 10.153.8.135 with SMTP id dk7mr178494lad.18.1393949054170; Tue, 04 Mar 2014 08:04:14 -0800 (PST) Received: from 95.108.174.208-red.dhcp.yndx.net (95.108.174.208-red.dhcp.yndx.net. [95.108.174.208]) by mx.google.com with ESMTPSA id qx7sm20188617lbb.9.2014.03.04.08.04.12 for <python@freebsd.org> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Mar 2014 08:04:13 -0800 (PST) Sender: Dmitry Sivachenko <trtrmitya@gmail.com> Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: python33: incorrect pkg-plist From: Dmitry Sivachenko <demon@FreeBSD.org> In-Reply-To: <10C25A62-97F4-47FF-987D-6331189F4104@FreeBSD.org> Date: Tue, 4 Mar 2014 20:04:11 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: <07168B99-3013-478D-9FF0-730523CA09B7@FreeBSD.org> References: <10C25A62-97F4-47FF-987D-6331189F4104@FreeBSD.org> To: python@freebsd.org X-Mailer: Apple Mail (2.1874) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 04 Mar 2014 16:04:16 -0000 Am I the only person with that problem? After python3.3.3->3.3.4 upgrade I still get this: root:/usr/ports/lang/python33 # make package =3D=3D=3D> Building package for python33-3.3.4 pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/ac= cu.h): No such file or directory pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/Py= thon-ast.h): No such file or directory pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/Py= thon.h): No such file or directory pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/ab= stract.h): No such file or directory pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/as= dl.h): No such file or directory pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/as= t.h): No such file or directory <...> On 02 =D0=BC=D0=B0=D1=80=D1=82=D0=B0 2014 =D0=B3., at 19:32, Dmitry = Sivachenko <demon@FreeBSD.org> wrote: > Hello! >=20 > Right now, python's include files are listed as follows: >=20 > %%PYTHON_INCLUDEDIR%%%%PYABIVER%%/accu.h >=20 > But both PYTHON_INCLUDEDIR and PYABIVER contain trailing "m": >=20 > # make -V PLIST_SUB > PYVER=3D3.3 PYMAJOR=3D3 PYVER_WITHPAT=3D3.3.3 PYABIVER=3Dm = PYTHON_INCLUDEDIR=3Dinclude/python3.3m <...> >=20 > Thus this line in pkg-plist becomes > include/python3.3mm/accu.h > (double "m"). >=20 > So both "make package" and "make check-orphans" report these files. >=20 > I am not sure how did this work earlier, but now it seems broken. >=20 >=20 From owner-freebsd-python@FreeBSD.ORG Tue Mar 4 19:35:30 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1170AD27; Tue, 4 Mar 2014 19:35:30 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DBC43E22; Tue, 4 Mar 2014 19:35:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s24JZTuk045379; Tue, 4 Mar 2014 19:35:29 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s24JZTsu045378; Tue, 4 Mar 2014 19:35:29 GMT (envelope-from rm) Date: Tue, 4 Mar 2014 19:35:29 GMT Message-Id: <201403041935.s24JZTsu045378@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-python@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/187248: dns/py-idnkit2: upgrade py-idnkit-2.2 to 2.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 04 Mar 2014 19:35:30 -0000 Synopsis: dns/py-idnkit2: upgrade py-idnkit-2.2 to 2.3 Responsible-Changed-From-To: freebsd-python->rm Responsible-Changed-By: rm Responsible-Changed-When: Tue Mar 4 19:35:29 UTC 2014 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187248 From owner-freebsd-python@FreeBSD.ORG Tue Mar 4 20:03:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B06DB27; Tue, 4 Mar 2014 20:03:51 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DE32E199; Tue, 4 Mar 2014 20:03:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s24K3oq0054231; Tue, 4 Mar 2014 20:03:50 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s24K3o1E054230; Tue, 4 Mar 2014 20:03:50 GMT (envelope-from rm) Date: Tue, 4 Mar 2014 20:03:50 GMT Message-Id: <201403042003.s24K3o1E054230@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-python@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/187108: [PATCH] astro/py-astLib fix incorrect update alert on portscout X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 04 Mar 2014 20:03:51 -0000 Synopsis: [PATCH] astro/py-astLib fix incorrect update alert on portscout Responsible-Changed-From-To: freebsd-python->rm Responsible-Changed-By: rm Responsible-Changed-When: Tue Mar 4 20:03:50 UTC 2014 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187108 From owner-freebsd-python@FreeBSD.ORG Wed Mar 5 09:10:58 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59069E31 for <python@freebsd.org>; Wed, 5 Mar 2014 09:10:58 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45BBEDD6 for <python@freebsd.org>; Wed, 5 Mar 2014 09:10:58 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s259AwZM070774 for <python@freebsd.org>; Wed, 5 Mar 2014 09:10:58 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s259AwS2070773; Wed, 5 Mar 2014 09:10:58 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403050910.s259AwS2070773@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 5 Mar 2014 09:10:58 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 05 Mar 2014 09:10:58 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ textproc/py-rdflib | 4.1.0 | 4.1.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Thu Mar 6 09:10:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05EDEE98 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 6 Mar 2014 09:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB07E5EA for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 6 Mar 2014 09:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s269A1KQ001647 for <freebsd-python@freefall.freebsd.org>; Thu, 6 Mar 2014 09:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s269A1o3001646; Thu, 6 Mar 2014 09:10:01 GMT (envelope-from gnats) Date: Thu, 6 Mar 2014 09:10:01 GMT Message-Id: <201403060910.s269A1o3001646@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Johannes Meixner <xmj@chaot.net> Subject: ports/186950: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Johannes Meixner <xmj@chaot.net> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 06 Mar 2014 09:10:02 -0000 The following reply was made to PR ports/186950; it has been noted by GNATS. From: Johannes Meixner <xmj@chaot.net> To: bug-followup@freebsd.org Cc: Subject: ports/186950: maintainer update : sysutils/py-salt Date: Thu, 6 Mar 2014 11:04:12 +0200 --7gGkHNMELEOhSGF6 Content-Type: multipart/mixed; boundary="DBIVS5p969aUjpLe" Content-Disposition: inline --DBIVS5p969aUjpLe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, as salt 2014.1.0 comes in with a lot of cool stuff, we should make sure this gets in as soon as possible. Attached is a patch that actually applies, and replaces pkg-plist with PYDISTUTILS_AUTOPLIST. Best regards, --=20 xmj@chaot.net http://xmj.me --DBIVS5p969aUjpLe Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="py-salt-2014.1.0.diff" Content-Transfer-Encoding: quoted-printable =3D=3D=3D> Updating from SVN Updating '.': At revision 347173. =3D=3D=3D> Generating patch =3D=3D=3D> Viewing diff with less -iRM 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 347173) +++ Makefile (working copy) @@ -2,7 +2,8 @@ # $FreeBSD$ =20 PORTNAME=3D salt -PORTVERSION=3D 0.17.5 +PORTVERSION=3D 2014.1.0 +PORTEPOCH=3D 1 CATEGORIES=3D sysutils python MASTER_SITES=3D CHEESESHOP PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +18,8 @@ ${PYTHON_PKGNAMEPREFIX}pycrypto>=3D0:${PORTSDIR}/security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3D0:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}msgpack>=3D0.1.9:${PORTSDIR}/devel/py-msgpack \ + ${PYTHON_PKGNAMEPREFIX}libcloud>=3D0.11.4:${PORTSDIR}/net/py-libcloud \ + ${PYTHON_PKGNAMEPREFIX}botocore>=3D0:${PORTSDIR}/devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}m2crypto>=3D0:${PORTSDIR}/security/py-m2crypto \ sshpass>=3D0:${PORTSDIR}/security/sshpass RUN_DEPENDS:=3D ${BUILD_DEPENDS} @@ -23,6 +26,7 @@ =20 USE_PYTHON=3D 2 USE_PYDISTUTILS=3Dyes +PYDISTUTilS_AUTOPLIST=3D yes =20 PYDISTUTILS_INSTALLARGS+=3D\ --prefix=3D${PREFIX} \ Index: distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- distinfo (revision 347173) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (salt-0.17.5.tar.gz) =3D 36ae196ef87af0ae33e880d1ad593783e2cb102221= edda2782071738d595ea3f -SIZE (salt-0.17.5.tar.gz) =3D 1873131 +SHA256 (salt-2014.1.0.tar.gz) =3D 168dd154a9243b1c853700e61f56e7d6ab5cbc98= 62fb215ab991e05f46b2a406 +SIZE (salt-2014.1.0.tar.gz) =3D 2787665 Index: files/patch-salt__grains__core.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-salt__grains__core.py (revision 347173) +++ files/patch-salt__grains__core.py (working copy) @@ -1,9 +1,9 @@ ---- ./salt/grains/core.py.orig 2013-10-17 08:48:57.000000000 +0400 -+++ ./salt/grains/core.py 2013-10-25 10:46:21.000000000 +0400 -@@ -1059,7 +1059,7 @@ - ''' +--- ./salt/grains/core.py.orig 2014-02-19 22:21:14.000000000 +0200 ++++ ./salt/grains/core.py 2014-03-06 10:50:07.000000000 +0200 +@@ -1133,7 +1133,7 @@ # Provides: # path +=20 - return {'path': os.environ['PATH'].strip()} + return {'path': os.environ['PATH'].strip() + ':/usr/local/bin:/usr/lo= cal/sbin'} =20 Index: files/patch-salt__modules__reebsdpkg.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-salt__modules__reebsdpkg.py (revision 347173) +++ files/patch-salt__modules__reebsdpkg.py (working copy) @@ -1,11 +0,0 @@ ---- salt/modules/freebsdpkg.py.orig 2013-10-30 16:16:31.850225522 +0000 -+++ salt/modules/freebsdpkg.py 2013-10-30 16:16:47.868224728 +0000 -@@ -27,7 +27,7 @@ - ''' - Looks to see if pkgng is being used by checking if database exists - ''' -- return os.path.isfile('/var/db/pkg/local.sqlite') -+ return os.path.isfile('/usr/local/etc/pkg.conf') -=20 -=20 - @decorators.memoize Index: files/patch-salt__utils____init__.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-salt__utils____init__.py (revision 347173) +++ files/patch-salt__utils____init__.py (working copy) @@ -1,6 +1,6 @@ ---- ./salt/utils/__init__.py.orig 2013-10-17 21:27:29.000000000 +0400 -+++ ./salt/utils/__init__.py 2013-10-25 10:52:19.000000000 +0400 -@@ -266,6 +266,15 @@ +--- ./salt/utils/__init__.py.orig 2014-02-19 22:21:15.000000000 +0200 ++++ ./salt/utils/__init__.py 2014-03-06 10:50:07.000000000 +0200 +@@ -316,6 +316,15 @@ if os.access(exe, os.X_OK): return exe =20 Index: files/patch-setup.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-setup.py (revision 347173) +++ files/patch-setup.py (working copy) @@ -1,20 +1,17 @@ ---- ./setup.py.orig 2013-10-17 21:27:29.000000000 +0400 -+++ ./setup.py 2013-10-25 10:43:51.000000000 +0400 -@@ -313,7 +313,7 @@ - 'salt.log.handlers', - ], - 'package_data': {'salt.modules': ['rh_ip/*.jinja']}, +--- ./setup.py.orig 2014-03-06 10:50:27.000000000 +0200 ++++ ./setup.py 2014-03-06 10:52:20.000000000 +0200 +@@ -451,12 +451,12 @@ + 'virt/*.jinja' + ], + }, - 'data_files': [('share/man/man1', + 'data_files': [('man/man1', - ['doc/man/salt-master.1', - 'doc/man/salt-key.1', - 'doc/man/salt.1', -@@ -324,7 +324,7 @@ - 'doc/man/salt-ssh.1', + ['doc/man/salt-cp.1', + 'doc/man/salt-call.1', 'doc/man/salt-minion.1', ]), -- ('share/man/man7', ['doc/man/salt.7']), -+ ('man/man7', ['doc/man/salt.7']), +- ('share/man/man7', ++ ('man/man7', + ['doc/man/salt.7', + ]), ], - # Required for esky builds - 'install_requires': REQUIREMENTS, =3D=3D=3D> Done --DBIVS5p969aUjpLe-- --7gGkHNMELEOhSGF6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJTGDoMAAoJEAy1bITjfmSMsGgP/08xvYx59zkNCyuk8AILWKAU QCUExS0/j7fpuZuwXe+SE5ilkwa+IDqTgs7AS4hlJvwJfDUdUuut0nlRxofR6xWm FfnMhPFhtENnAPIwGEBvWYzimX0eeKjlzjiloAcYlvJ56TEBFDrtqFsJkhA5KwUK muOeL1VwhvVAL+WBQMykXKcXCenSa6aQE2iCzK6C6xG57JL6jF1wWePvdQ87jFxS D+4ogOhufKQtYtVRzE3ZdrYkMBXnTBCFJno16Kaq9ixLQW9phOi4mnWu3g0ohtik uZ+XrZM2fDCnVFKRS7GuBn+U5b0EO4mhY4k2y4utDEJordyrfo2nLcuHzMbZz7hp wL6WZ30018WB64EdxrEeEMfU00cZ4uDKSpiftWO+9JOTD8vj2nMaOkr9o2ydr38C 52WRlBqXDHh+fOyDkDue7mmKEV/5qxtPPRmrZFphyO5Fecerw0llzwj/huzEzQz0 gaYBZuQ598bWWipsksJGdKkED2JZ8XpdZ4AlSRfkb5zqSPou5Y2NGmWAiFrqS45v 47VP9Q30Z3tuTUz5Bh8cjVvKkYb7g8HJJGvnujOZEFKzHqMqMTmQnIxj1egM1lnx /eWLyb18PcABpsByjBBcLdMpfqXU1yXBwllNpohzPXGRayGUjNpR60OPselJVxxk z/x0yKOh4iAhyIsbnJQ9 =O2M5 -----END PGP SIGNATURE----- --7gGkHNMELEOhSGF6-- From owner-freebsd-python@FreeBSD.ORG Thu Mar 6 09:50:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65BCF898 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 6 Mar 2014 09:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4FDEC9C1 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 6 Mar 2014 09:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s269o1cV013884 for <freebsd-python@freefall.freebsd.org>; Thu, 6 Mar 2014 09:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s269o1Mv013883; Thu, 6 Mar 2014 09:50:01 GMT (envelope-from gnats) Date: Thu, 6 Mar 2014 09:50:01 GMT Message-Id: <201403060950.s269o1Mv013883@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Johannes Meixner <xmj@chaot.net> Subject: Re: ports/186950: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Johannes Meixner <xmj@chaot.net> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 06 Mar 2014 09:50:01 -0000 The following reply was made to PR ports/186950; it has been noted by GNATS. From: Johannes Meixner <xmj@chaot.net> To: bug-followup@freebsd.org Cc: Subject: Re: ports/186950: maintainer update : sysutils/py-salt Date: Thu, 6 Mar 2014 11:41:35 +0200 --KuLpqunXa7jZSBt+ Content-Type: multipart/mixed; boundary="bjuZg6miEcdLYP6q" Content-Disposition: inline --bjuZg6miEcdLYP6q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Next try, attaching a diff that actually works. Tested locally, with port test=20 and poudriere testport -n -j 11amd64 -p hackports -o sysutils/py-salt Best, Johannes --=20 xmj@chaot.net http://xmj.me --bjuZg6miEcdLYP6q Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="py-salt-2014.1.0.diff" Content-Transfer-Encoding: quoted-printable 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 347176) +++ Makefile (working copy) @@ -2,7 +2,8 @@ # $FreeBSD$ =20 PORTNAME=3D salt -PORTVERSION=3D 0.17.5 +PORTVERSION=3D 2014.1.0 +PORTEPOCH=3D 1 CATEGORIES=3D sysutils python MASTER_SITES=3D CHEESESHOP PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +18,8 @@ ${PYTHON_PKGNAMEPREFIX}pycrypto>=3D0:${PORTSDIR}/security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3D0:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}msgpack>=3D0.1.9:${PORTSDIR}/devel/py-msgpack \ + ${PYTHON_PKGNAMEPREFIX}libcloud>=3D0.11.4:${PORTSDIR}/net/py-libcloud \ + ${PYTHON_PKGNAMEPREFIX}botocore>=3D0:${PORTSDIR}/devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}m2crypto>=3D0:${PORTSDIR}/security/py-m2crypto \ sshpass>=3D0:${PORTSDIR}/security/sshpass RUN_DEPENDS:=3D ${BUILD_DEPENDS} @@ -23,6 +26,7 @@ =20 USE_PYTHON=3D 2 USE_PYDISTUTILS=3Dyes +#PYDISTUTILS_AUTOPLIST=3D yes =20 PYDISTUTILS_INSTALLARGS+=3D\ --prefix=3D${PREFIX} \ Index: distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- distinfo (revision 347176) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (salt-0.17.5.tar.gz) =3D 36ae196ef87af0ae33e880d1ad593783e2cb102221= edda2782071738d595ea3f -SIZE (salt-0.17.5.tar.gz) =3D 1873131 +SHA256 (salt-2014.1.0.tar.gz) =3D 168dd154a9243b1c853700e61f56e7d6ab5cbc98= 62fb215ab991e05f46b2a406 +SIZE (salt-2014.1.0.tar.gz) =3D 2787665 Index: files/patch-salt__grains__core.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-salt__grains__core.py (revision 347176) +++ files/patch-salt__grains__core.py (working copy) @@ -1,9 +1,9 @@ ---- ./salt/grains/core.py.orig 2013-10-17 08:48:57.000000000 +0400 -+++ ./salt/grains/core.py 2013-10-25 10:46:21.000000000 +0400 -@@ -1059,7 +1059,7 @@ - ''' +--- ./salt/grains/core.py.orig 2014-02-19 22:21:14.000000000 +0200 ++++ ./salt/grains/core.py 2014-03-06 10:50:07.000000000 +0200 +@@ -1133,7 +1133,7 @@ # Provides: # path +=20 - return {'path': os.environ['PATH'].strip()} + return {'path': os.environ['PATH'].strip() + ':/usr/local/bin:/usr/lo= cal/sbin'} =20 Index: files/patch-salt__modules__reebsdpkg.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-salt__modules__reebsdpkg.py (revision 347176) +++ files/patch-salt__modules__reebsdpkg.py (working copy) @@ -1,11 +0,0 @@ ---- salt/modules/freebsdpkg.py.orig 2013-10-30 16:16:31.850225522 +0000 -+++ salt/modules/freebsdpkg.py 2013-10-30 16:16:47.868224728 +0000 -@@ -27,7 +27,7 @@ - ''' - Looks to see if pkgng is being used by checking if database exists - ''' -- return os.path.isfile('/var/db/pkg/local.sqlite') -+ return os.path.isfile('/usr/local/etc/pkg.conf') -=20 -=20 - @decorators.memoize Index: files/patch-salt__utils____init__.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-salt__utils____init__.py (revision 347176) +++ files/patch-salt__utils____init__.py (working copy) @@ -1,6 +1,6 @@ ---- ./salt/utils/__init__.py.orig 2013-10-17 21:27:29.000000000 +0400 -+++ ./salt/utils/__init__.py 2013-10-25 10:52:19.000000000 +0400 -@@ -266,6 +266,15 @@ +--- ./salt/utils/__init__.py.orig 2014-02-19 22:21:15.000000000 +0200 ++++ ./salt/utils/__init__.py 2014-03-06 10:50:07.000000000 +0200 +@@ -316,6 +316,15 @@ if os.access(exe, os.X_OK): return exe =20 Index: files/patch-setup.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-setup.py (revision 347176) +++ files/patch-setup.py (working copy) @@ -1,20 +1,17 @@ ---- ./setup.py.orig 2013-10-17 21:27:29.000000000 +0400 -+++ ./setup.py 2013-10-25 10:43:51.000000000 +0400 -@@ -313,7 +313,7 @@ - 'salt.log.handlers', - ], - 'package_data': {'salt.modules': ['rh_ip/*.jinja']}, +--- ./setup.py.orig 2014-03-06 10:50:27.000000000 +0200 ++++ ./setup.py 2014-03-06 10:52:20.000000000 +0200 +@@ -451,12 +451,12 @@ + 'virt/*.jinja' + ], + }, - 'data_files': [('share/man/man1', + 'data_files': [('man/man1', - ['doc/man/salt-master.1', - 'doc/man/salt-key.1', - 'doc/man/salt.1', -@@ -324,7 +324,7 @@ - 'doc/man/salt-ssh.1', + ['doc/man/salt-cp.1', + 'doc/man/salt-call.1', 'doc/man/salt-minion.1', ]), -- ('share/man/man7', ['doc/man/salt.7']), -+ ('man/man7', ['doc/man/salt.7']), +- ('share/man/man7', ++ ('man/man7', + ['doc/man/salt.7', + ]), ], - # Required for esky builds - 'install_requires': REQUIREMENTS, Index: pkg-plist =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- pkg-plist (revision 347176) +++ pkg-plist (working copy) @@ -1,909 +0,0 @@ -bin/salt -bin/salt-call -bin/salt-cp -bin/salt-key -bin/salt-master -bin/salt-minion -bin/salt-run -bin/salt-ssh -bin/salt-syndic -%%ETCDIR%%/master.sample -%%ETCDIR%%/minion.sample -%%PYTHON_SITELIBDIR%%/salt/__init__.py -%%PYTHON_SITELIBDIR%%/salt/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/_compat.py -%%PYTHON_SITELIBDIR%%/salt/_compat.pyc -%%PYTHON_SITELIBDIR%%/salt/_syspaths.py -%%PYTHON_SITELIBDIR%%/salt/_syspaths.pyc -%%PYTHON_SITELIBDIR%%/salt/_version.py -%%PYTHON_SITELIBDIR%%/salt/_version.pyc -%%PYTHON_SITELIBDIR%%/salt/auth/__init__.py -%%PYTHON_SITELIBDIR%%/salt/auth/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/auth/auto.py -%%PYTHON_SITELIBDIR%%/salt/auth/auto.pyc -%%PYTHON_SITELIBDIR%%/salt/auth/keystone.py -%%PYTHON_SITELIBDIR%%/salt/auth/keystone.pyc -%%PYTHON_SITELIBDIR%%/salt/auth/ldap.py -%%PYTHON_SITELIBDIR%%/salt/auth/ldap.pyc -%%PYTHON_SITELIBDIR%%/salt/auth/pam.py -%%PYTHON_SITELIBDIR%%/salt/auth/pam.pyc -%%PYTHON_SITELIBDIR%%/salt/auth/stormpath_mod.py -%%PYTHON_SITELIBDIR%%/salt/auth/stormpath_mod.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/__init__.py -%%PYTHON_SITELIBDIR%%/salt/cli/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/batch.py -%%PYTHON_SITELIBDIR%%/salt/cli/batch.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/caller.py -%%PYTHON_SITELIBDIR%%/salt/cli/caller.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/cp.py -%%PYTHON_SITELIBDIR%%/salt/cli/cp.pyc -%%PYTHON_SITELIBDIR%%/salt/client/__init__.py -%%PYTHON_SITELIBDIR%%/salt/client/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/client/api.py -%%PYTHON_SITELIBDIR%%/salt/client/api.pyc -%%PYTHON_SITELIBDIR%%/salt/client/ssh/__init__.py -%%PYTHON_SITELIBDIR%%/salt/client/ssh/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/client/ssh/shell.py -%%PYTHON_SITELIBDIR%%/salt/client/ssh/shell.pyc -%%PYTHON_SITELIBDIR%%/salt/client/ssh/state.py -%%PYTHON_SITELIBDIR%%/salt/client/ssh/state.pyc -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/__init__.py -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/config.py -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/config.pyc -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/grains.py -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/grains.pyc -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/pillar.py -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/pillar.pyc -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/state.py -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/state.pyc -%%PYTHON_SITELIBDIR%%/salt/config.py -%%PYTHON_SITELIBDIR%%/salt/config.pyc -%%PYTHON_SITELIBDIR%%/salt/crypt.py -%%PYTHON_SITELIBDIR%%/salt/crypt.pyc -%%PYTHON_SITELIBDIR%%/salt/exceptions.py -%%PYTHON_SITELIBDIR%%/salt/exceptions.pyc -%%PYTHON_SITELIBDIR%%/salt/ext/__init__.py -%%PYTHON_SITELIBDIR%%/salt/ext/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/fileclient.py -%%PYTHON_SITELIBDIR%%/salt/fileclient.pyc -%%PYTHON_SITELIBDIR%%/salt/fileserver/__init__.py -%%PYTHON_SITELIBDIR%%/salt/fileserver/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/fileserver/gitfs.py -%%PYTHON_SITELIBDIR%%/salt/fileserver/gitfs.pyc -%%PYTHON_SITELIBDIR%%/salt/fileserver/hgfs.py -%%PYTHON_SITELIBDIR%%/salt/fileserver/hgfs.pyc -%%PYTHON_SITELIBDIR%%/salt/fileserver/roots.py -%%PYTHON_SITELIBDIR%%/salt/fileserver/roots.pyc -%%PYTHON_SITELIBDIR%%/salt/fileserver/s3fs.py -%%PYTHON_SITELIBDIR%%/salt/fileserver/s3fs.pyc -%%PYTHON_SITELIBDIR%%/salt/grains/__init__.py -%%PYTHON_SITELIBDIR%%/salt/grains/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/grains/core.py -%%PYTHON_SITELIBDIR%%/salt/grains/core.pyc -%%PYTHON_SITELIBDIR%%/salt/grains/extra.py -%%PYTHON_SITELIBDIR%%/salt/grains/extra.pyc -%%PYTHON_SITELIBDIR%%/salt/grains/opts.py -%%PYTHON_SITELIBDIR%%/salt/grains/opts.pyc -%%PYTHON_SITELIBDIR%%/salt/key.py -%%PYTHON_SITELIBDIR%%/salt/key.pyc -%%PYTHON_SITELIBDIR%%/salt/loader.py -%%PYTHON_SITELIBDIR%%/salt/loader.pyc -%%PYTHON_SITELIBDIR%%/salt/log/__init__.py -%%PYTHON_SITELIBDIR%%/salt/log/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/log/handlers/__init__.py -%%PYTHON_SITELIBDIR%%/salt/log/handlers/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/log/handlers/logstash_mod.py -%%PYTHON_SITELIBDIR%%/salt/log/handlers/logstash_mod.pyc -%%PYTHON_SITELIBDIR%%/salt/log/handlers/sentry_mod.py -%%PYTHON_SITELIBDIR%%/salt/log/handlers/sentry_mod.pyc -%%PYTHON_SITELIBDIR%%/salt/log/mixins.py -%%PYTHON_SITELIBDIR%%/salt/log/mixins.pyc -%%PYTHON_SITELIBDIR%%/salt/log/setup.py -%%PYTHON_SITELIBDIR%%/salt/log/setup.pyc -%%PYTHON_SITELIBDIR%%/salt/master.py -%%PYTHON_SITELIBDIR%%/salt/master.pyc -%%PYTHON_SITELIBDIR%%/salt/minion.py -%%PYTHON_SITELIBDIR%%/salt/minion.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/__init__.py -%%PYTHON_SITELIBDIR%%/salt/modules/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/aliases.py -%%PYTHON_SITELIBDIR%%/salt/modules/aliases.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/alternatives.py -%%PYTHON_SITELIBDIR%%/salt/modules/alternatives.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/apache.py -%%PYTHON_SITELIBDIR%%/salt/modules/apache.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/apt.py -%%PYTHON_SITELIBDIR%%/salt/modules/apt.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/archive.py -%%PYTHON_SITELIBDIR%%/salt/modules/archive.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/at.py -%%PYTHON_SITELIBDIR%%/salt/modules/at.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/augeas_cfg.py -%%PYTHON_SITELIBDIR%%/salt/modules/augeas_cfg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/bluez.py -%%PYTHON_SITELIBDIR%%/salt/modules/bluez.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/brew.py -%%PYTHON_SITELIBDIR%%/salt/modules/brew.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/bridge.py -%%PYTHON_SITELIBDIR%%/salt/modules/bridge.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/bsd_shadow.py -%%PYTHON_SITELIBDIR%%/salt/modules/bsd_shadow.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/cassandra.py -%%PYTHON_SITELIBDIR%%/salt/modules/cassandra.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/cmdmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/cmdmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/config.py -%%PYTHON_SITELIBDIR%%/salt/modules/config.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/cp.py -%%PYTHON_SITELIBDIR%%/salt/modules/cp.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/cron.py -%%PYTHON_SITELIBDIR%%/salt/modules/cron.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/daemontools.py -%%PYTHON_SITELIBDIR%%/salt/modules/daemontools.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/darwin_sysctl.py -%%PYTHON_SITELIBDIR%%/salt/modules/darwin_sysctl.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/data.py -%%PYTHON_SITELIBDIR%%/salt/modules/data.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ddns.py -%%PYTHON_SITELIBDIR%%/salt/modules/ddns.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/debconfmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/debconfmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/debian_service.py -%%PYTHON_SITELIBDIR%%/salt/modules/debian_service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/dig.py -%%PYTHON_SITELIBDIR%%/salt/modules/dig.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/disk.py -%%PYTHON_SITELIBDIR%%/salt/modules/disk.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/djangomod.py -%%PYTHON_SITELIBDIR%%/salt/modules/djangomod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/dnsmasq.py -%%PYTHON_SITELIBDIR%%/salt/modules/dnsmasq.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/dnsutil.py -%%PYTHON_SITELIBDIR%%/salt/modules/dnsutil.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/dpkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/dpkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ebuild.py -%%PYTHON_SITELIBDIR%%/salt/modules/ebuild.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/eix.py -%%PYTHON_SITELIBDIR%%/salt/modules/eix.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/eselect.py -%%PYTHON_SITELIBDIR%%/salt/modules/eselect.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/event.py -%%PYTHON_SITELIBDIR%%/salt/modules/event.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/extfs.py -%%PYTHON_SITELIBDIR%%/salt/modules/extfs.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/file.py -%%PYTHON_SITELIBDIR%%/salt/modules/file.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/freebsd_sysctl.py -%%PYTHON_SITELIBDIR%%/salt/modules/freebsd_sysctl.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdjail.py -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdjail.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdkmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdkmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdpkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdpkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdservice.py -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdservice.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/gem.py -%%PYTHON_SITELIBDIR%%/salt/modules/gem.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/gentoo_service.py -%%PYTHON_SITELIBDIR%%/salt/modules/gentoo_service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/gentoolkitmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/gentoolkitmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/git.py -%%PYTHON_SITELIBDIR%%/salt/modules/git.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/glance.py -%%PYTHON_SITELIBDIR%%/salt/modules/glance.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/grains.py -%%PYTHON_SITELIBDIR%%/salt/modules/grains.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/groupadd.py -%%PYTHON_SITELIBDIR%%/salt/modules/groupadd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/grub_legacy.py -%%PYTHON_SITELIBDIR%%/salt/modules/grub_legacy.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/guestfs.py -%%PYTHON_SITELIBDIR%%/salt/modules/guestfs.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/hg.py -%%PYTHON_SITELIBDIR%%/salt/modules/hg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/hosts.py -%%PYTHON_SITELIBDIR%%/salt/modules/hosts.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/htpasswd.py -%%PYTHON_SITELIBDIR%%/salt/modules/htpasswd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/img.py -%%PYTHON_SITELIBDIR%%/salt/modules/img.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/iptables.py -%%PYTHON_SITELIBDIR%%/salt/modules/iptables.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/key.py -%%PYTHON_SITELIBDIR%%/salt/modules/key.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/keyboard.py -%%PYTHON_SITELIBDIR%%/salt/modules/keyboard.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/keystone.py -%%PYTHON_SITELIBDIR%%/salt/modules/keystone.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/kmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/kmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/launchctl.py -%%PYTHON_SITELIBDIR%%/salt/modules/launchctl.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/layman.py -%%PYTHON_SITELIBDIR%%/salt/modules/layman.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ldapmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/ldapmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/linux_acl.py -%%PYTHON_SITELIBDIR%%/salt/modules/linux_acl.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/linux_lvm.py -%%PYTHON_SITELIBDIR%%/salt/modules/linux_lvm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/linux_sysctl.py -%%PYTHON_SITELIBDIR%%/salt/modules/linux_sysctl.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/localemod.py -%%PYTHON_SITELIBDIR%%/salt/modules/localemod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/locate.py -%%PYTHON_SITELIBDIR%%/salt/modules/locate.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/logrotate.py -%%PYTHON_SITELIBDIR%%/salt/modules/logrotate.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/lxc.py -%%PYTHON_SITELIBDIR%%/salt/modules/lxc.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mac_group.py -%%PYTHON_SITELIBDIR%%/salt/modules/mac_group.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mac_user.py -%%PYTHON_SITELIBDIR%%/salt/modules/mac_user.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/makeconf.py -%%PYTHON_SITELIBDIR%%/salt/modules/makeconf.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/match.py -%%PYTHON_SITELIBDIR%%/salt/modules/match.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mdadm.py -%%PYTHON_SITELIBDIR%%/salt/modules/mdadm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mine.py -%%PYTHON_SITELIBDIR%%/salt/modules/mine.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/modjk.py -%%PYTHON_SITELIBDIR%%/salt/modules/modjk.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mongodb.py -%%PYTHON_SITELIBDIR%%/salt/modules/mongodb.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/monit.py -%%PYTHON_SITELIBDIR%%/salt/modules/monit.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/moosefs.py -%%PYTHON_SITELIBDIR%%/salt/modules/moosefs.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mount.py -%%PYTHON_SITELIBDIR%%/salt/modules/mount.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/munin.py -%%PYTHON_SITELIBDIR%%/salt/modules/munin.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mysql.py -%%PYTHON_SITELIBDIR%%/salt/modules/mysql.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/netbsd_sysctl.py -%%PYTHON_SITELIBDIR%%/salt/modules/netbsd_sysctl.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/netbsdservice.py -%%PYTHON_SITELIBDIR%%/salt/modules/netbsdservice.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/network.py -%%PYTHON_SITELIBDIR%%/salt/modules/network.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/nfs3.py -%%PYTHON_SITELIBDIR%%/salt/modules/nfs3.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/nginx.py -%%PYTHON_SITELIBDIR%%/salt/modules/nginx.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/nova.py -%%PYTHON_SITELIBDIR%%/salt/modules/nova.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/npm.py -%%PYTHON_SITELIBDIR%%/salt/modules/npm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/nzbget.py -%%PYTHON_SITELIBDIR%%/salt/modules/nzbget.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/omapi.py -%%PYTHON_SITELIBDIR%%/salt/modules/omapi.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/openbsdpkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/openbsdpkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/openbsdservice.py -%%PYTHON_SITELIBDIR%%/salt/modules/openbsdservice.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/osxdesktop.py -%%PYTHON_SITELIBDIR%%/salt/modules/osxdesktop.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pacman.py -%%PYTHON_SITELIBDIR%%/salt/modules/pacman.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pam.py -%%PYTHON_SITELIBDIR%%/salt/modules/pam.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/parted.py -%%PYTHON_SITELIBDIR%%/salt/modules/parted.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pecl.py -%%PYTHON_SITELIBDIR%%/salt/modules/pecl.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pillar.py -%%PYTHON_SITELIBDIR%%/salt/modules/pillar.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pip.py -%%PYTHON_SITELIBDIR%%/salt/modules/pip.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pkg_resource.py -%%PYTHON_SITELIBDIR%%/salt/modules/pkg_resource.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pkgin.py -%%PYTHON_SITELIBDIR%%/salt/modules/pkgin.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pkgng.py -%%PYTHON_SITELIBDIR%%/salt/modules/pkgng.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pkgutil.py -%%PYTHON_SITELIBDIR%%/salt/modules/pkgutil.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/portage_config.py -%%PYTHON_SITELIBDIR%%/salt/modules/portage_config.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/postgres.py -%%PYTHON_SITELIBDIR%%/salt/modules/postgres.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/poudriere.py -%%PYTHON_SITELIBDIR%%/salt/modules/poudriere.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/powerpath.py -%%PYTHON_SITELIBDIR%%/salt/modules/powerpath.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ps.py -%%PYTHON_SITELIBDIR%%/salt/modules/ps.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/publish.py -%%PYTHON_SITELIBDIR%%/salt/modules/publish.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/puppet.py -%%PYTHON_SITELIBDIR%%/salt/modules/puppet.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pw_group.py -%%PYTHON_SITELIBDIR%%/salt/modules/pw_group.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pw_user.py -%%PYTHON_SITELIBDIR%%/salt/modules/pw_user.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/qemu_img.py -%%PYTHON_SITELIBDIR%%/salt/modules/qemu_img.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/qemu_nbd.py -%%PYTHON_SITELIBDIR%%/salt/modules/qemu_nbd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/quota.py -%%PYTHON_SITELIBDIR%%/salt/modules/quota.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rabbitmq.py -%%PYTHON_SITELIBDIR%%/salt/modules/rabbitmq.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rbenv.py -%%PYTHON_SITELIBDIR%%/salt/modules/rbenv.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rdp.py -%%PYTHON_SITELIBDIR%%/salt/modules/rdp.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/reg.py -%%PYTHON_SITELIBDIR%%/salt/modules/reg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ret.py -%%PYTHON_SITELIBDIR%%/salt/modules/ret.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.py -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/conf.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/network.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/rh5_eth.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/rh6_eth.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/route_eth.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_service.py -%%PYTHON_SITELIBDIR%%/salt/modules/rh_service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/riak.py -%%PYTHON_SITELIBDIR%%/salt/modules/riak.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rpm.py -%%PYTHON_SITELIBDIR%%/salt/modules/rpm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rvm.py -%%PYTHON_SITELIBDIR%%/salt/modules/rvm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/s3.py -%%PYTHON_SITELIBDIR%%/salt/modules/s3.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/saltcloudmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/saltcloudmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/saltutil.py -%%PYTHON_SITELIBDIR%%/salt/modules/saltutil.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/seed.py -%%PYTHON_SITELIBDIR%%/salt/modules/seed.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/selinux.py -%%PYTHON_SITELIBDIR%%/salt/modules/selinux.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/service.py -%%PYTHON_SITELIBDIR%%/salt/modules/service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/shadow.py -%%PYTHON_SITELIBDIR%%/salt/modules/shadow.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/smartos_imgadm.py -%%PYTHON_SITELIBDIR%%/salt/modules/smartos_imgadm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/smartos_vmadm.py -%%PYTHON_SITELIBDIR%%/salt/modules/smartos_vmadm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/smf.py -%%PYTHON_SITELIBDIR%%/salt/modules/smf.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/solaris_group.py -%%PYTHON_SITELIBDIR%%/salt/modules/solaris_group.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/solaris_shadow.py -%%PYTHON_SITELIBDIR%%/salt/modules/solaris_shadow.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/solaris_user.py -%%PYTHON_SITELIBDIR%%/salt/modules/solaris_user.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/solarispkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/solarispkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/solr.py -%%PYTHON_SITELIBDIR%%/salt/modules/solr.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/sqlite3.py -%%PYTHON_SITELIBDIR%%/salt/modules/sqlite3.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ssh.py -%%PYTHON_SITELIBDIR%%/salt/modules/ssh.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/state.py -%%PYTHON_SITELIBDIR%%/salt/modules/state.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/status.py -%%PYTHON_SITELIBDIR%%/salt/modules/status.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/supervisord.py -%%PYTHON_SITELIBDIR%%/salt/modules/supervisord.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/svn.py -%%PYTHON_SITELIBDIR%%/salt/modules/svn.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/sysbench.py -%%PYTHON_SITELIBDIR%%/salt/modules/sysbench.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/sysmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/sysmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/system.py -%%PYTHON_SITELIBDIR%%/salt/modules/system.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/systemd.py -%%PYTHON_SITELIBDIR%%/salt/modules/systemd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/test.py -%%PYTHON_SITELIBDIR%%/salt/modules/test.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/timezone.py -%%PYTHON_SITELIBDIR%%/salt/modules/timezone.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/tls.py -%%PYTHON_SITELIBDIR%%/salt/modules/tls.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/tomcat.py -%%PYTHON_SITELIBDIR%%/salt/modules/tomcat.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/upstart.py -%%PYTHON_SITELIBDIR%%/salt/modules/upstart.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/useradd.py -%%PYTHON_SITELIBDIR%%/salt/modules/useradd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/virt.py -%%PYTHON_SITELIBDIR%%/salt/modules/virt.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/virtualenv_mod.py -%%PYTHON_SITELIBDIR%%/salt/modules/virtualenv_mod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_autoruns.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_autoruns.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_disk.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_disk.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_dns_client.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_dns_client.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_file.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_file.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_firewall.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_firewall.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_network.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_network.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_path.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_path.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_pkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_pkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_repo.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_repo.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_servermanager.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_servermanager.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_service.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_shadow.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_shadow.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_status.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_status.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_system.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_system.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_timezone.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_timezone.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_useradd.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_useradd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/xapi.py -%%PYTHON_SITELIBDIR%%/salt/modules/xapi.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg5.py -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg5.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/zfs.py -%%PYTHON_SITELIBDIR%%/salt/modules/zfs.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/zpool.py -%%PYTHON_SITELIBDIR%%/salt/modules/zpool.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/zypper.py -%%PYTHON_SITELIBDIR%%/salt/modules/zypper.pyc -%%PYTHON_SITELIBDIR%%/salt/output/__init__.py -%%PYTHON_SITELIBDIR%%/salt/output/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/output/grains.py -%%PYTHON_SITELIBDIR%%/salt/output/grains.pyc -%%PYTHON_SITELIBDIR%%/salt/output/highstate.py -%%PYTHON_SITELIBDIR%%/salt/output/highstate.pyc -%%PYTHON_SITELIBDIR%%/salt/output/json_out.py -%%PYTHON_SITELIBDIR%%/salt/output/json_out.pyc -%%PYTHON_SITELIBDIR%%/salt/output/key.py -%%PYTHON_SITELIBDIR%%/salt/output/key.pyc -%%PYTHON_SITELIBDIR%%/salt/output/nested.py -%%PYTHON_SITELIBDIR%%/salt/output/nested.pyc -%%PYTHON_SITELIBDIR%%/salt/output/no_out.py -%%PYTHON_SITELIBDIR%%/salt/output/no_out.pyc -%%PYTHON_SITELIBDIR%%/salt/output/no_return.py -%%PYTHON_SITELIBDIR%%/salt/output/no_return.pyc -%%PYTHON_SITELIBDIR%%/salt/output/overstatestage.py -%%PYTHON_SITELIBDIR%%/salt/output/overstatestage.pyc -%%PYTHON_SITELIBDIR%%/salt/output/pprint_out.py -%%PYTHON_SITELIBDIR%%/salt/output/pprint_out.pyc -%%PYTHON_SITELIBDIR%%/salt/output/raw.py -%%PYTHON_SITELIBDIR%%/salt/output/raw.pyc -%%PYTHON_SITELIBDIR%%/salt/output/txt.py -%%PYTHON_SITELIBDIR%%/salt/output/txt.pyc -%%PYTHON_SITELIBDIR%%/salt/output/virt_query.py -%%PYTHON_SITELIBDIR%%/salt/output/virt_query.pyc -%%PYTHON_SITELIBDIR%%/salt/output/yaml_out.py -%%PYTHON_SITELIBDIR%%/salt/output/yaml_out.pyc -%%PYTHON_SITELIBDIR%%/salt/overstate.py -%%PYTHON_SITELIBDIR%%/salt/overstate.pyc -%%PYTHON_SITELIBDIR%%/salt/payload.py -%%PYTHON_SITELIBDIR%%/salt/payload.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/__init__.py -%%PYTHON_SITELIBDIR%%/salt/pillar/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/cmd_json.py -%%PYTHON_SITELIBDIR%%/salt/pillar/cmd_json.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/cmd_yaml.py -%%PYTHON_SITELIBDIR%%/salt/pillar/cmd_yaml.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/cobbler.py -%%PYTHON_SITELIBDIR%%/salt/pillar/cobbler.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/django_orm.py -%%PYTHON_SITELIBDIR%%/salt/pillar/django_orm.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/git_pillar.py -%%PYTHON_SITELIBDIR%%/salt/pillar/git_pillar.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/hiera.py -%%PYTHON_SITELIBDIR%%/salt/pillar/hiera.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/libvirt.py -%%PYTHON_SITELIBDIR%%/salt/pillar/libvirt.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/mongo.py -%%PYTHON_SITELIBDIR%%/salt/pillar/mongo.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/pillar_ldap.py -%%PYTHON_SITELIBDIR%%/salt/pillar/pillar_ldap.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/puppet.py -%%PYTHON_SITELIBDIR%%/salt/pillar/puppet.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/reclass_adapter.py -%%PYTHON_SITELIBDIR%%/salt/pillar/reclass_adapter.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/virtkey.py -%%PYTHON_SITELIBDIR%%/salt/pillar/virtkey.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/__init__.py -%%PYTHON_SITELIBDIR%%/salt/renderers/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/jinja.py -%%PYTHON_SITELIBDIR%%/salt/renderers/jinja.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/json.py -%%PYTHON_SITELIBDIR%%/salt/renderers/json.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/mako.py -%%PYTHON_SITELIBDIR%%/salt/renderers/mako.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/py.py -%%PYTHON_SITELIBDIR%%/salt/renderers/py.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/pydsl.py -%%PYTHON_SITELIBDIR%%/salt/renderers/pydsl.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/stateconf.py -%%PYTHON_SITELIBDIR%%/salt/renderers/stateconf.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/wempy.py -%%PYTHON_SITELIBDIR%%/salt/renderers/wempy.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml.py -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/__init__.py -%%PYTHON_SITELIBDIR%%/salt/returners/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/carbon_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/carbon_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/cassandra_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/cassandra_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/couchdb_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/couchdb_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/local.py -%%PYTHON_SITELIBDIR%%/salt/returners/local.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/memcache_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/memcache_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/mongo_future_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/mongo_future_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/mongo_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/mongo_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/mysql.py -%%PYTHON_SITELIBDIR%%/salt/returners/mysql.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/postgres.py -%%PYTHON_SITELIBDIR%%/salt/returners/postgres.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/redis_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/redis_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/sentry_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/sentry_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/smtp_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/smtp_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/sqlite3_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/sqlite3_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/syslog_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/syslog_return.pyc -%%PYTHON_SITELIBDIR%%/salt/roster/__init__.py -%%PYTHON_SITELIBDIR%%/salt/roster/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/roster/flat.py -%%PYTHON_SITELIBDIR%%/salt/roster/flat.pyc -%%PYTHON_SITELIBDIR%%/salt/roster/scan.py -%%PYTHON_SITELIBDIR%%/salt/roster/scan.pyc -%%PYTHON_SITELIBDIR%%/salt/runner.py -%%PYTHON_SITELIBDIR%%/salt/runner.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/__init__.py -%%PYTHON_SITELIBDIR%%/salt/runners/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/cache.py -%%PYTHON_SITELIBDIR%%/salt/runners/cache.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/doc.py -%%PYTHON_SITELIBDIR%%/salt/runners/doc.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/fileserver.py -%%PYTHON_SITELIBDIR%%/salt/runners/fileserver.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/jobs.py -%%PYTHON_SITELIBDIR%%/salt/runners/jobs.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/launchd.py -%%PYTHON_SITELIBDIR%%/salt/runners/launchd.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/manage.py -%%PYTHON_SITELIBDIR%%/salt/runners/manage.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/network.py -%%PYTHON_SITELIBDIR%%/salt/runners/network.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/search.py -%%PYTHON_SITELIBDIR%%/salt/runners/search.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/state.py -%%PYTHON_SITELIBDIR%%/salt/runners/state.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/thin.py -%%PYTHON_SITELIBDIR%%/salt/runners/thin.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/virt.py -%%PYTHON_SITELIBDIR%%/salt/runners/virt.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/winrepo.py -%%PYTHON_SITELIBDIR%%/salt/runners/winrepo.pyc -%%PYTHON_SITELIBDIR%%/salt/scripts.py -%%PYTHON_SITELIBDIR%%/salt/scripts.pyc -%%PYTHON_SITELIBDIR%%/salt/search/__init__.py -%%PYTHON_SITELIBDIR%%/salt/search/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/search/whoosh_search.py -%%PYTHON_SITELIBDIR%%/salt/search/whoosh_search.pyc -%%PYTHON_SITELIBDIR%%/salt/state.py -%%PYTHON_SITELIBDIR%%/salt/state.pyc -%%PYTHON_SITELIBDIR%%/salt/states/__init__.py -%%PYTHON_SITELIBDIR%%/salt/states/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/states/alias.py -%%PYTHON_SITELIBDIR%%/salt/states/alias.pyc -%%PYTHON_SITELIBDIR%%/salt/states/alternatives.py -%%PYTHON_SITELIBDIR%%/salt/states/alternatives.pyc -%%PYTHON_SITELIBDIR%%/salt/states/apt.py -%%PYTHON_SITELIBDIR%%/salt/states/apt.pyc -%%PYTHON_SITELIBDIR%%/salt/states/augeas.py -%%PYTHON_SITELIBDIR%%/salt/states/augeas.pyc -%%PYTHON_SITELIBDIR%%/salt/states/cmd.py -%%PYTHON_SITELIBDIR%%/salt/states/cmd.pyc -%%PYTHON_SITELIBDIR%%/salt/states/cron.py -%%PYTHON_SITELIBDIR%%/salt/states/cron.pyc -%%PYTHON_SITELIBDIR%%/salt/states/ddns.py -%%PYTHON_SITELIBDIR%%/salt/states/ddns.pyc -%%PYTHON_SITELIBDIR%%/salt/states/debconfmod.py -%%PYTHON_SITELIBDIR%%/salt/states/debconfmod.pyc -%%PYTHON_SITELIBDIR%%/salt/states/disk.py -%%PYTHON_SITELIBDIR%%/salt/states/disk.pyc -%%PYTHON_SITELIBDIR%%/salt/states/eselect.py -%%PYTHON_SITELIBDIR%%/salt/states/eselect.pyc -%%PYTHON_SITELIBDIR%%/salt/states/file.py -%%PYTHON_SITELIBDIR%%/salt/states/file.pyc -%%PYTHON_SITELIBDIR%%/salt/states/gem.py -%%PYTHON_SITELIBDIR%%/salt/states/gem.pyc -%%PYTHON_SITELIBDIR%%/salt/states/git.py -%%PYTHON_SITELIBDIR%%/salt/states/git.pyc -%%PYTHON_SITELIBDIR%%/salt/states/grains.py -%%PYTHON_SITELIBDIR%%/salt/states/grains.pyc -%%PYTHON_SITELIBDIR%%/salt/states/group.py -%%PYTHON_SITELIBDIR%%/salt/states/group.pyc -%%PYTHON_SITELIBDIR%%/salt/states/hg.py -%%PYTHON_SITELIBDIR%%/salt/states/hg.pyc -%%PYTHON_SITELIBDIR%%/salt/states/host.py -%%PYTHON_SITELIBDIR%%/salt/states/host.pyc -%%PYTHON_SITELIBDIR%%/salt/states/iptables.py -%%PYTHON_SITELIBDIR%%/salt/states/iptables.pyc -%%PYTHON_SITELIBDIR%%/salt/states/keyboard.py -%%PYTHON_SITELIBDIR%%/salt/states/keyboard.pyc -%%PYTHON_SITELIBDIR%%/salt/states/keystone.py -%%PYTHON_SITELIBDIR%%/salt/states/keystone.pyc -%%PYTHON_SITELIBDIR%%/salt/states/kmod.py -%%PYTHON_SITELIBDIR%%/salt/states/kmod.pyc -%%PYTHON_SITELIBDIR%%/salt/states/layman.py -%%PYTHON_SITELIBDIR%%/salt/states/layman.pyc -%%PYTHON_SITELIBDIR%%/salt/states/libvirt.py -%%PYTHON_SITELIBDIR%%/salt/states/libvirt.pyc -%%PYTHON_SITELIBDIR%%/salt/states/locale.py -%%PYTHON_SITELIBDIR%%/salt/states/locale.pyc -%%PYTHON_SITELIBDIR%%/salt/states/lvm.py -%%PYTHON_SITELIBDIR%%/salt/states/lvm.pyc -%%PYTHON_SITELIBDIR%%/salt/states/makeconf.py -%%PYTHON_SITELIBDIR%%/salt/states/makeconf.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mdadm.py -%%PYTHON_SITELIBDIR%%/salt/states/mdadm.pyc -%%PYTHON_SITELIBDIR%%/salt/states/modjk_worker.py -%%PYTHON_SITELIBDIR%%/salt/states/modjk_worker.pyc -%%PYTHON_SITELIBDIR%%/salt/states/module.py -%%PYTHON_SITELIBDIR%%/salt/states/module.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mongodb_database.py -%%PYTHON_SITELIBDIR%%/salt/states/mongodb_database.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mongodb_user.py -%%PYTHON_SITELIBDIR%%/salt/states/mongodb_user.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mount.py -%%PYTHON_SITELIBDIR%%/salt/states/mount.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mysql_database.py -%%PYTHON_SITELIBDIR%%/salt/states/mysql_database.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mysql_grants.py -%%PYTHON_SITELIBDIR%%/salt/states/mysql_grants.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mysql_user.py -%%PYTHON_SITELIBDIR%%/salt/states/mysql_user.pyc -%%PYTHON_SITELIBDIR%%/salt/states/network.py -%%PYTHON_SITELIBDIR%%/salt/states/network.pyc -%%PYTHON_SITELIBDIR%%/salt/states/npm.py -%%PYTHON_SITELIBDIR%%/salt/states/npm.pyc -%%PYTHON_SITELIBDIR%%/salt/states/pecl.py -%%PYTHON_SITELIBDIR%%/salt/states/pecl.pyc -%%PYTHON_SITELIBDIR%%/salt/states/pip_state.py -%%PYTHON_SITELIBDIR%%/salt/states/pip_state.pyc -%%PYTHON_SITELIBDIR%%/salt/states/pkg.py -%%PYTHON_SITELIBDIR%%/salt/states/pkg.pyc -%%PYTHON_SITELIBDIR%%/salt/states/pkgng.py -%%PYTHON_SITELIBDIR%%/salt/states/pkgng.pyc -%%PYTHON_SITELIBDIR%%/salt/states/pkgrepo.py -%%PYTHON_SITELIBDIR%%/salt/states/pkgrepo.pyc -%%PYTHON_SITELIBDIR%%/salt/states/portage_config.py -%%PYTHON_SITELIBDIR%%/salt/states/portage_config.pyc -%%PYTHON_SITELIBDIR%%/salt/states/postgres_database.py -%%PYTHON_SITELIBDIR%%/salt/states/postgres_database.pyc -%%PYTHON_SITELIBDIR%%/salt/states/postgres_group.py -%%PYTHON_SITELIBDIR%%/salt/states/postgres_group.pyc -%%PYTHON_SITELIBDIR%%/salt/states/postgres_user.py -%%PYTHON_SITELIBDIR%%/salt/states/postgres_user.pyc -%%PYTHON_SITELIBDIR%%/salt/states/powerpath.py -%%PYTHON_SITELIBDIR%%/salt/states/powerpath.pyc -%%PYTHON_SITELIBDIR%%/salt/states/process.py -%%PYTHON_SITELIBDIR%%/salt/states/process.pyc -%%PYTHON_SITELIBDIR%%/salt/states/quota.py -%%PYTHON_SITELIBDIR%%/salt/states/quota.pyc -%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_policy.py -%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_policy.pyc -%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_user.py -%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_user.pyc -%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_vhost.py -%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_vhost.pyc -%%PYTHON_SITELIBDIR%%/salt/states/rbenv.py -%%PYTHON_SITELIBDIR%%/salt/states/rbenv.pyc -%%PYTHON_SITELIBDIR%%/salt/states/rdp.py -%%PYTHON_SITELIBDIR%%/salt/states/rdp.pyc -%%PYTHON_SITELIBDIR%%/salt/states/reg.py -%%PYTHON_SITELIBDIR%%/salt/states/reg.pyc -%%PYTHON_SITELIBDIR%%/salt/states/rvm.py -%%PYTHON_SITELIBDIR%%/salt/states/rvm.pyc -%%PYTHON_SITELIBDIR%%/salt/states/saltmod.py -%%PYTHON_SITELIBDIR%%/salt/states/saltmod.pyc -%%PYTHON_SITELIBDIR%%/salt/states/selinux.py -%%PYTHON_SITELIBDIR%%/salt/states/selinux.pyc -%%PYTHON_SITELIBDIR%%/salt/states/service.py -%%PYTHON_SITELIBDIR%%/salt/states/service.pyc -%%PYTHON_SITELIBDIR%%/salt/states/ssh_auth.py -%%PYTHON_SITELIBDIR%%/salt/states/ssh_auth.pyc -%%PYTHON_SITELIBDIR%%/salt/states/ssh_known_hosts.py -%%PYTHON_SITELIBDIR%%/salt/states/ssh_known_hosts.pyc -%%PYTHON_SITELIBDIR%%/salt/states/stateconf.py -%%PYTHON_SITELIBDIR%%/salt/states/stateconf.pyc -%%PYTHON_SITELIBDIR%%/salt/states/supervisord.py -%%PYTHON_SITELIBDIR%%/salt/states/supervisord.pyc -%%PYTHON_SITELIBDIR%%/salt/states/svn.py -%%PYTHON_SITELIBDIR%%/salt/states/svn.pyc -%%PYTHON_SITELIBDIR%%/salt/states/sysctl.py -%%PYTHON_SITELIBDIR%%/salt/states/sysctl.pyc -%%PYTHON_SITELIBDIR%%/salt/states/timezone.py -%%PYTHON_SITELIBDIR%%/salt/states/timezone.pyc -%%PYTHON_SITELIBDIR%%/salt/states/tomcat.py -%%PYTHON_SITELIBDIR%%/salt/states/tomcat.pyc -%%PYTHON_SITELIBDIR%%/salt/states/user.py -%%PYTHON_SITELIBDIR%%/salt/states/user.pyc -%%PYTHON_SITELIBDIR%%/salt/states/virtualenv_mod.py -%%PYTHON_SITELIBDIR%%/salt/states/virtualenv_mod.pyc -%%PYTHON_SITELIBDIR%%/salt/states/win_dns_client.py -%%PYTHON_SITELIBDIR%%/salt/states/win_dns_client.pyc -%%PYTHON_SITELIBDIR%%/salt/states/win_firewall.py -%%PYTHON_SITELIBDIR%%/salt/states/win_firewall.pyc -%%PYTHON_SITELIBDIR%%/salt/states/win_path.py -%%PYTHON_SITELIBDIR%%/salt/states/win_path.pyc -%%PYTHON_SITELIBDIR%%/salt/states/win_servermanager.py -%%PYTHON_SITELIBDIR%%/salt/states/win_servermanager.pyc -%%PYTHON_SITELIBDIR%%/salt/syspaths.py -%%PYTHON_SITELIBDIR%%/salt/syspaths.pyc -%%PYTHON_SITELIBDIR%%/salt/template.py -%%PYTHON_SITELIBDIR%%/salt/template.pyc -%%PYTHON_SITELIBDIR%%/salt/tops/__init__.py -%%PYTHON_SITELIBDIR%%/salt/tops/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/tops/cobbler.py -%%PYTHON_SITELIBDIR%%/salt/tops/cobbler.pyc -%%PYTHON_SITELIBDIR%%/salt/tops/ext_nodes.py -%%PYTHON_SITELIBDIR%%/salt/tops/ext_nodes.pyc -%%PYTHON_SITELIBDIR%%/salt/tops/mongo.py -%%PYTHON_SITELIBDIR%%/salt/tops/mongo.pyc -%%PYTHON_SITELIBDIR%%/salt/tops/reclass_adapter.py -%%PYTHON_SITELIBDIR%%/salt/tops/reclass_adapter.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/__init__.py -%%PYTHON_SITELIBDIR%%/salt/utils/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/atomicfile.py -%%PYTHON_SITELIBDIR%%/salt/utils/atomicfile.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/debug.py -%%PYTHON_SITELIBDIR%%/salt/utils/debug.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/decorators.py -%%PYTHON_SITELIBDIR%%/salt/utils/decorators.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/dictupdate.py -%%PYTHON_SITELIBDIR%%/salt/utils/dictupdate.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/event.py -%%PYTHON_SITELIBDIR%%/salt/utils/event.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/filebuffer.py -%%PYTHON_SITELIBDIR%%/salt/utils/filebuffer.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/find.py -%%PYTHON_SITELIBDIR%%/salt/utils/find.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/gzip_util.py -%%PYTHON_SITELIBDIR%%/salt/utils/gzip_util.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/ipaddr.py -%%PYTHON_SITELIBDIR%%/salt/utils/ipaddr.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/jinja.py -%%PYTHON_SITELIBDIR%%/salt/utils/jinja.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/mako.py -%%PYTHON_SITELIBDIR%%/salt/utils/mako.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/master.py -%%PYTHON_SITELIBDIR%%/salt/utils/master.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/migrations.py -%%PYTHON_SITELIBDIR%%/salt/utils/migrations.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/minions.py -%%PYTHON_SITELIBDIR%%/salt/utils/minions.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/nb_popen.py -%%PYTHON_SITELIBDIR%%/salt/utils/nb_popen.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/network.py -%%PYTHON_SITELIBDIR%%/salt/utils/network.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/odict.py -%%PYTHON_SITELIBDIR%%/salt/utils/odict.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/parsers.py -%%PYTHON_SITELIBDIR%%/salt/utils/parsers.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/process.py -%%PYTHON_SITELIBDIR%%/salt/utils/process.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/pydsl.py -%%PYTHON_SITELIBDIR%%/salt/utils/pydsl.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/reclass.py -%%PYTHON_SITELIBDIR%%/salt/utils/reclass.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/s3.py -%%PYTHON_SITELIBDIR%%/salt/utils/s3.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/saltminionservice.py -%%PYTHON_SITELIBDIR%%/salt/utils/saltminionservice.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/schedule.py -%%PYTHON_SITELIBDIR%%/salt/utils/schedule.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/templates.py -%%PYTHON_SITELIBDIR%%/salt/utils/templates.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/thin.py -%%PYTHON_SITELIBDIR%%/salt/utils/thin.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/timed_subprocess.py -%%PYTHON_SITELIBDIR%%/salt/utils/timed_subprocess.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/validate/__init__.py -%%PYTHON_SITELIBDIR%%/salt/utils/validate/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/validate/net.py -%%PYTHON_SITELIBDIR%%/salt/utils/validate/net.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/validate/path.py -%%PYTHON_SITELIBDIR%%/salt/utils/validate/path.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/verify.py -%%PYTHON_SITELIBDIR%%/salt/utils/verify.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/virt.py -%%PYTHON_SITELIBDIR%%/salt/utils/virt.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/winapi.py -%%PYTHON_SITELIBDIR%%/salt/utils/winapi.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/winservice.py -%%PYTHON_SITELIBDIR%%/salt/utils/winservice.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/xmlutil.py -%%PYTHON_SITELIBDIR%%/salt/utils/xmlutil.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/yamlloader.py -%%PYTHON_SITELIBDIR%%/salt/utils/yamlloader.pyc -%%PYTHON_SITELIBDIR%%/salt/version.py -%%PYTHON_SITELIBDIR%%/salt/version.pyc -%%PYTHON_SITELIBDIR%%/salt/wheel/__init__.py -%%PYTHON_SITELIBDIR%%/salt/wheel/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/wheel/config.py -%%PYTHON_SITELIBDIR%%/salt/wheel/config.pyc -%%PYTHON_SITELIBDIR%%/salt/wheel/file_roots.py -%%PYTHON_SITELIBDIR%%/salt/wheel/file_roots.pyc -%%PYTHON_SITELIBDIR%%/salt/wheel/key.py -%%PYTHON_SITELIBDIR%%/salt/wheel/key.pyc -%%PYTHON_SITELIBDIR%%/salt/wheel/pillar_roots.py -%%PYTHON_SITELIBDIR%%/salt/wheel/pillar_roots.pyc -man/man1/salt-call.1.gz -man/man1/salt-cp.1.gz -man/man1/salt-key.1.gz -man/man1/salt-master.1.gz -man/man1/salt-minion.1.gz -man/man1/salt-run.1.gz -man/man1/salt-ssh.1.gz -man/man1/salt-syndic.1.gz -man/man1/salt.1.gz -man/man7/salt.7.gz -@dirrm %%PYTHON_SITELIBDIR%%/salt/wheel -@dirrm %%PYTHON_SITELIBDIR%%/salt/utils/validate -@dirrm %%PYTHON_SITELIBDIR%%/salt/utils -@dirrm %%PYTHON_SITELIBDIR%%/salt/tops -@dirrm %%PYTHON_SITELIBDIR%%/salt/states -@dirrm %%PYTHON_SITELIBDIR%%/salt/search -@dirrm %%PYTHON_SITELIBDIR%%/salt/runners -@dirrm %%PYTHON_SITELIBDIR%%/salt/roster -@dirrm %%PYTHON_SITELIBDIR%%/salt/returners -@dirrm %%PYTHON_SITELIBDIR%%/salt/renderers -@dirrm %%PYTHON_SITELIBDIR%%/salt/pillar -@dirrm %%PYTHON_SITELIBDIR%%/salt/output -@dirrm %%PYTHON_SITELIBDIR%%/salt/modules/rh_ip -@dirrm %%PYTHON_SITELIBDIR%%/salt/modules -@dirrm %%PYTHON_SITELIBDIR%%/salt/log/handlers -@dirrm %%PYTHON_SITELIBDIR%%/salt/log -@dirrm %%PYTHON_SITELIBDIR%%/salt/grains -@dirrm %%PYTHON_SITELIBDIR%%/salt/fileserver -@dirrm %%PYTHON_SITELIBDIR%%/salt/ext -@dirrm %%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper -@dirrm %%PYTHON_SITELIBDIR%%/salt/client/ssh -@dirrm %%PYTHON_SITELIBDIR%%/salt/client -@dirrm %%PYTHON_SITELIBDIR%%/salt/cli -@dirrm %%PYTHON_SITELIBDIR%%/salt/auth -@dirrm %%PYTHON_SITELIBDIR%%/salt -@dirrmtry %%ETCDIR%% -@stopdaemon salt-master -@stopdaemon salt-minion -@stopdaemon salt-syndic --bjuZg6miEcdLYP6q-- --KuLpqunXa7jZSBt+ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJTGELOAAoJEAy1bITjfmSMGjgP/1zV1IMuHNg0I7gQUNwnItYm NPIfkL4WX4HqSeVTkRwp1mYX4r0aBaEgGWVRHsqh+mwSNLFmiQt5Ws3LAe4PkDAz bJ60VEd/spgu/RKN9rVV96hW+3ONsF5Mi0r35l3tDtvUnQBTGvHU/8j6ZKqgMHdN A2ZNVK6lzLYoeRQcAOrZPqlzMFdJKhm5BIBIwA3YEgNTzfxxmxFQRaaZwtAzXiky jepQJOjcKRH2Ys8Tm1003I+KaPedAQNd4l/UqiAD4nJDXFKCmoHQPbPg6IuhsO9D hC2l5Gi3Cn9HZ+36hETcHcKcmfKzY2UFY7wNSrXyhGKNq0EWP03Zxg9dKVqj7deA 31FTMo/iyKhiD+LdUuwHZywnUX9gSaSbGo8olNOEw35TLmWvyLfMdBhvOqi8T/I4 +3FG+CObVvxox6fFDXL/8dgEY5T3esUWiqro0ueIUBNxJRjmOaOsspCuN/+ljDue JtNPp+DH7Irk7JhzjbZAdFRm+7demvq23T69GDr/uicyamLABI4vbiE0dt6znumu 5fRNzxAW559KkgmPRA033oxW3vlqB7A6pjI2+0WB+z6l8OzDagPTvdzyyoQIiGNq 82llJDbq4KLIDzn0N7Q2aZNKzM4qycFVf/xP4X+nFufMStj1FTJ5lAwalP5e/dM5 wTSpQVV22m9L0w/7FCRz =oatD -----END PGP SIGNATURE----- --KuLpqunXa7jZSBt+-- From owner-freebsd-python@FreeBSD.ORG Thu Mar 6 22:30:08 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B25F4D4; Thu, 6 Mar 2014 22:30:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B60F325; Thu, 6 Mar 2014 22:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s26MU8tL054847; Thu, 6 Mar 2014 22:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s26MU8Ds054844; Thu, 6 Mar 2014 22:30:08 GMT (envelope-from edwin) Date: Thu, 6 Mar 2014 22:30:08 GMT Message-Id: <201403062230.s26MU8Ds054844@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187329: devel/py-setuptools27 fails to install X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 06 Mar 2014 22:30:08 -0000 Synopsis: devel/py-setuptools27 fails to install Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 6 22:30:08 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187329 From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 06:56:46 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52E03B78 for <python@freebsd.org>; Fri, 7 Mar 2014 06:56:46 +0000 (UTC) Received: from smtpin2.utoledo.edu (smtpin2.utoledo.edu [131.183.2.214]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DFDCF33D for <python@freebsd.org>; Fri, 7 Mar 2014 06:56:45 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Al8BABRtGVODtwIWmWdsb2JhbABahBiDBr80Fg4BAQEBAQgLCwcUKIJPFRtbAgUWCwILAwIBAgFLDQgBAYd1BZ8Sjxuaf4YcF4EpjU+CWYFJBIlOlT2PLIIM X-IronPort-AV: E=Sophos;i="4.97,606,1389762000"; d="scan'208";a="262774256" Received: from dlpint00.utoledo.edu ([131.183.2.22]) by smtpin2.utoledo.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 07 Mar 2014 01:55:16 -0500 Received: from MSGAPP12.utad.utoledo.edu (msgapp12.utad.utoledo.edu [131.183.3.8]) by dlpint00.utoledo.edu (RSA Interceptor) for <python@FreeBSD.org>; Fri, 7 Mar 2014 01:54:58 -0500 Received: from [192.168.1.79] (76.238.196.183) by Email.Utoledo.Edu (131.183.3.18) with Microsoft SMTP Server (TLS) id 14.3.169.1; Fri, 7 Mar 2014 01:54:57 -0500 Message-ID: <53196D45.6000300@UToledo.edu> Date: Fri, 7 Mar 2014 01:55:01 -0500 From: Robert Burmeister <Robert.Burmeister@UToledo.edu> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: <python@FreeBSD.org> Subject: FreeBSD Port: textproc/py-rdflib Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [76.238.196.183] X-RSA-Inspected: yes X-RSA-Classifications: public X-RSA-Action: allow X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 07 Mar 2014 06:56:46 -0000 FreeBSD 10 Stable i386. Build results in: > ===> Installing for py27-setuptools27-2.0.1 > ===> Checking if devel/py-setuptools27 already installed > ===> Registering installation for py27-setuptools27-2.0.1 as automatic > Installing py27-setuptools27-2.0.1...pkg-static: py27-setuptools27-2.0.1 > conflicts with py27-setuptools-2.0.1 (installs files into the same place). > Problematic file: /usr/local/lib/python2.7/site-packages/easy-install.pth.dist > *** Error code 70 > > Stop. > make[1]: stopped in /usr/ports/devel/py-setuptools27 > *** Error code 1 > > Stop. > make: stopped in /usr/ports/textproc/py-rdflib py27-setuptools-2.0.1 is installed. py-setuptools27 is a slave port, does it still need to be installed manually? From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 09:29:38 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55D02AB2 for <python@freebsd.org>; Fri, 7 Mar 2014 09:29:38 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 428F135E for <python@freebsd.org>; Fri, 7 Mar 2014 09:29:38 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s279TcZP031322 for <python@freebsd.org>; Fri, 7 Mar 2014 09:29:38 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s279Tc46031315; Fri, 7 Mar 2014 09:29:38 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403070929.s279Tc46031315@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 7 Mar 2014 09:29:38 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 07 Mar 2014 09:29:38 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.0 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.0 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 11:25:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A6938CEB; Fri, 7 Mar 2014 11:25:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7BCF31AA; Fri, 7 Mar 2014 11:25:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s27BP23q037886; Fri, 7 Mar 2014 11:25:02 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s27BP2W4037885; Fri, 7 Mar 2014 11:25:02 GMT (envelope-from sunpoet) Date: Fri, 7 Mar 2014 11:25:02 GMT Message-Id: <201403071125.s27BP2W4037885@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-python@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/187329: devel/py-setuptools27 fails to install X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 07 Mar 2014 11:25:02 -0000 Synopsis: devel/py-setuptools27 fails to install Responsible-Changed-From-To: freebsd-python->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Fri Mar 7 11:25:02 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187329 From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 12:28:39 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6347D5B for <python@FreeBSD.org>; Fri, 7 Mar 2014 12:28:39 +0000 (UTC) Received: from mail-wg0-x22a.google.com (mail-wg0-x22a.google.com [IPv6:2a00:1450:400c:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 759589A6 for <python@FreeBSD.org>; Fri, 7 Mar 2014 12:28:39 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id y10so4889613wgg.25 for <python@FreeBSD.org>; Fri, 07 Mar 2014 04:28:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=XvWqes7fx3nNLivDBAcBVkPGJAZCka4858wOUvH03ts=; b=YFfRSf1x+Nz4YHhhpZ4q7TtGzJDIib+PtN6UKpo5zI8+wxoSVigqFwGrn6qgVuql6P HCHQqI/+XDJGNnK+oTXhidtNbf7Fgk60o3Zk7ajRSLr6q/gm9AfBRGwOkcWMTefue5mc GdVzOli8KYMiexHKHy6EeHh5QIr34ROp9kG16Jiq9EOFr5biHQxUg1lmTCYA1Df92A02 g1XBPjoJ7+hpGlXp+YkfZGYRdNwvfyLnYv3AA/ngDXX9DCrL9HfWkFFSiiP2owxZFxS3 tDqUpCsiDvJsDqfFt1cRgFiMUbf7Thuh2b9iwYKQThM1zngZJwVWo7zR26BqQh6b/lbx sXxQ== MIME-Version: 1.0 X-Received: by 10.194.234.106 with SMTP id ud10mr19139314wjc.0.1394195317268; Fri, 07 Mar 2014 04:28:37 -0800 (PST) Received: by 10.194.60.208 with HTTP; Fri, 7 Mar 2014 04:28:37 -0800 (PST) Date: Fri, 7 Mar 2014 07:28:37 -0500 Message-ID: <CA+wWuAw8grCPySrHeqUs7c2ksoRC8FV+=gVqqE_7yxCrKHC6Rg@mail.gmail.com> Subject: Update port name From: angelv <angelvg@gmail.com> To: python@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 07 Mar 2014 12:28:39 -0000 Hi, This morning i have some problems to update my ports... Installation of devel/py-setuptools27 (py27-setuptools27-2.0.1) # pkg info | grep py-setuptools27 # pkg info | grep py27-setuptools27 py27-setuptools27-2.0.1 Python packages installer # whereis py-setuptools27 py-setuptools27: /usr/ports/devel/py-setuptools27 # whereis py27-setuptools27 py27-setuptools27: Or put some notation in /usr/ports/UPDATING # pkg set -o devel/py27-setuptools27:devel/py-setuptools27 <- This is correct? Thank you -- Angel Villa G. US 1-786-233-9240 | CO 57-300-283-6546 https://google.com/+AngelVillaG https://angelcontents.blogspot.com "When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." - Stephen F Roberts From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 19:10:08 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46EC7C46; Fri, 7 Mar 2014 19:10:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1C96A278; Fri, 7 Mar 2014 19:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s27JA7kg079980; Fri, 7 Mar 2014 19:10:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s27JA7EX079979; Fri, 7 Mar 2014 19:10:07 GMT (envelope-from edwin) Date: Fri, 7 Mar 2014 19:10:07 GMT Message-Id: <201403071910.s27JA7EX079979@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187354: devel/py-setuptools27:py27-setuptools27-2.0.1 conflicts with py27-setuptools-2.0.1 (installs files into the same place). X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 07 Mar 2014 19:10:08 -0000 Synopsis: devel/py-setuptools27:py27-setuptools27-2.0.1 conflicts with py27-setuptools-2.0.1 (installs files into the same place). Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 7 19:10:07 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187354 From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 21:10:11 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 547F5902; Fri, 7 Mar 2014 21:10:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A6E0E97; Fri, 7 Mar 2014 21:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s27LABpX016190; Fri, 7 Mar 2014 21:10:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s27LABPV016189; Fri, 7 Mar 2014 21:10:11 GMT (envelope-from edwin) Date: Fri, 7 Mar 2014 21:10:11 GMT Message-Id: <201403072110.s27LABPV016189@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187355: [PATCH] devel/py-daemon: update to 1.6 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 07 Mar 2014 21:10:11 -0000 Synopsis: [PATCH] devel/py-daemon: update to 1.6 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 7 21:10:10 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187355 From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 21:10:13 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A5D4907; Fri, 7 Mar 2014 21:10:13 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D42AAE98; Fri, 7 Mar 2014 21:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s27LACs3016266; Fri, 7 Mar 2014 21:10:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s27LACJ7016265; Fri, 7 Mar 2014 21:10:12 GMT (envelope-from edwin) Date: Fri, 7 Mar 2014 21:10:12 GMT Message-Id: <201403072110.s27LACJ7016265@freefall.freebsd.org> To: decke@FreeBSD.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187355: [PATCH] devel/py-daemon: update to 1.6 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 07 Mar 2014 21:10:13 -0000 Synopsis: [PATCH] devel/py-daemon: update to 1.6 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Mar 7 21:10:12 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187355 From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 21:20:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98689A17 for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 7 Mar 2014 21:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 85C63F5B for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 7 Mar 2014 21:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s27LK13b019994 for <freebsd-python@freefall.freebsd.org>; Fri, 7 Mar 2014 21:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s27LK1Xg019993; Fri, 7 Mar 2014 21:20:01 GMT (envelope-from gnats) Date: Fri, 7 Mar 2014 21:20:01 GMT Message-Id: <201403072120.s27LK1Xg019993@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/187355: [PATCH] devel/py-daemon: update to 1.6 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis <edwin@FreeBSD.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 07 Mar 2014 21:20:01 -0000 The following reply was made to PR ports/187355; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: jessekempf@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/187355: [PATCH] devel/py-daemon: update to 1.6 Date: Fri, 7 Mar 2014 21:10:11 UT Maintainer of devel/py-daemon, Please note that PR ports/187355 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/187355 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 23:40:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A806AA6 for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 7 Mar 2014 23:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 46C48D1C for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 7 Mar 2014 23:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s27Ne1rS062292 for <freebsd-python@freefall.freebsd.org>; Fri, 7 Mar 2014 23:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s27Ne1Db062291; Fri, 7 Mar 2014 23:40:01 GMT (envelope-from gnats) Date: Fri, 7 Mar 2014 23:40:01 GMT Message-Id: <201403072340.s27Ne1Db062291@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Subject: Re: ports/187354: devel/py-setuptools27:py27-setuptools27-2.0.1 conflicts with py27-setuptools-2.0.1 (installs files into the same place). X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 07 Mar 2014 23:40:01 -0000 The following reply was made to PR ports/187354; it has been noted by GNATS. From: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> To: bug-followup@freebsd.org, ohartman@zedat.fu-berlin.de Cc: Subject: Re: ports/187354: devel/py-setuptools27:py27-setuptools27-2.0.1 conflicts with py27-setuptools-2.0.1 (installs files into the same place). Date: Sat, 8 Mar 2014 00:31:36 +0100 --047d7bdc9e02a6689b04f40ca7dd Content-Type: text/plain; charset=ISO-8859-1 This problem was solved recently. See PR/187329. Regards, --CJPM --047d7bdc9e02a6689b04f40ca7dd Content-Type: text/html; charset=ISO-8859-1 <div dir="ltr">This problem was solved recently. See PR/187329.<br><div><br></div><div>Regards,</div><div><br></div><div>--CJPM</div></div> --047d7bdc9e02a6689b04f40ca7dd-- From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 01:16:50 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 955BC6EA; Sat, 8 Mar 2014 01:16:50 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B788755; Sat, 8 Mar 2014 01:16:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s281GoMR002656; Sat, 8 Mar 2014 01:16:50 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s281Goxu002655; Sat, 8 Mar 2014 01:16:50 GMT (envelope-from koobs) Date: Sat, 8 Mar 2014 01:16:50 GMT Message-Id: <201403080116.s281Goxu002655@freefall.freebsd.org> To: ikkeenjij36@gmail.com, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/186807: error in databases/py-MySQLdb X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 08 Mar 2014 01:16:50 -0000 Synopsis: error in databases/py-MySQLdb State-Changed-From-To: open->feedback State-Changed-By: koobs State-Changed-When: Sat Mar 8 01:16:50 UTC 2014 State-Changed-Why: Ask submitter for additional info http://www.freebsd.org/cgi/query-pr.cgi?pr=186807 From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 01:20:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 412A5732 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 8 Mar 2014 01:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 12FE576D for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 8 Mar 2014 01:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s281K0Zi002782 for <freebsd-python@freefall.freebsd.org>; Sat, 8 Mar 2014 01:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s281K0A8002781; Sat, 8 Mar 2014 01:20:00 GMT (envelope-from gnats) Date: Sat, 8 Mar 2014 01:20:00 GMT Message-Id: <201403080120.s281K0A8002781@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak <koobs.freebsd@gmail.com> Subject: Re: ports/186807: error in databases/py-MySQLdb X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak <koobs.freebsd@gmail.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 08 Mar 2014 01:20:01 -0000 The following reply was made to PR ports/186807; it has been noted by GNATS. From: Kubilay Kocak <koobs.freebsd@gmail.com> To: bug-followup@FreeBSD.org, ikkeenjij36@gmail.com Cc: Subject: Re: ports/186807: error in databases/py-MySQLdb Date: Sat, 08 Mar 2014 12:15:46 +1100 Can you please provide the relevant bits of the build log that show why dl.so and imageop.so fail to build. From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 02:05:07 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8A91B36; Sat, 8 Mar 2014 02:05:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E111A80; Sat, 8 Mar 2014 02:05:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s28257a1017485; Sat, 8 Mar 2014 02:05:07 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s28257aT017484; Sat, 8 Mar 2014 02:05:07 GMT (envelope-from koobs) Date: Sat, 8 Mar 2014 02:05:07 GMT Message-Id: <201403080205.s28257aT017484@freefall.freebsd.org> To: christer.edwards@gmail.com, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/186950: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 08 Mar 2014 02:05:07 -0000 Synopsis: maintainer update : sysutils/py-salt State-Changed-From-To: open->feedback State-Changed-By: koobs State-Changed-When: Sat Mar 8 02:05:07 UTC 2014 State-Changed-Why: Ask for submitter approval. http://www.freebsd.org/cgi/query-pr.cgi?pr=186950 From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 05:41:54 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E60C9334 for <python@freebsd.org>; Sat, 8 Mar 2014 05:41:54 +0000 (UTC) Received: from smtp2.hushmail.com (smtp2.hushmail.com [65.39.178.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA57CCAA for <python@freebsd.org>; Sat, 8 Mar 2014 05:41:54 +0000 (UTC) Received: from smtp2.hushmail.com (localhost [127.0.0.1]) by smtp2.hushmail.com (Postfix) with SMTP id 2F14EA0206 for <python@freebsd.org>; Sat, 8 Mar 2014 05:08:05 +0000 (UTC) Received: from smtp.hushmail.com (w3.hushmail.com [65.39.178.62]) by smtp2.hushmail.com (Postfix) with ESMTP; Sat, 8 Mar 2014 05:08:04 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id A430920106; Sat, 8 Mar 2014 05:08:04 +0000 (UTC) MIME-Version: 1.0 Date: Sat, 08 Mar 2014 00:08:04 -0500 To: python@freebsd.org Subject: security/py-cryptography broken From: "Kenta S." <kentas@hush.com> In-Reply-To: <20140306044423.GA65814@dev.san.ru> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20140308050804.A430920106@smtp.hushmail.com> Cc: koobs@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 08 Mar 2014 05:41:55 -0000 Trying to install deluge. ValueError: unsupported hash type sha512 running build Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 131, in <module> "test": PyTest, File "/usr/local/lib/python2.7/distutils/core.py", line 152, in setup dist.run_commands() File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) File "/usr/local/lib/python2.7/distutils/dist.py", line 971, in run_command cmd_obj.ensure_finalized() File "/usr/local/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized self.finalize_options() File "setup.py", line 59, in finalize_options from cryptography.hazmat.primitives import constant_time, padding File "cryptography/hazmat/primitives/constant_time.py", line 25, in <module> """) File "/usr/local/lib/python2.7/site-packages/cffi/api.py", line 102, in cdef self._parser.parse(csource, override=override) File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 154, in parse self._internal_parse(csource) File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 159, in _internal_parse ast, macros = self._parse(csource) File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 124, in _parse ast = _get_parser().parse(csource) File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 31, in _get_parser _parser_cache = pycparser.CParser() File "/usr/local/lib/python2.7/site-packages/pycparser/c_parser.py", line 103, in __init__ tabmodule=yacctab) File "/usr/local/lib/python2.7/site-packages/pycparser/ply/yacc.py", line 3065, in yacc signature = pinfo.signature() File "/usr/local/lib/python2.7/site-packages/pycparser/ply/yacc.py", line 2800, in signature from md5 import md5 File "/usr/local/lib/python2.7/md5.py", line 10, in <module> from hashlib import md5 ImportError: cannot import name md5 *** [do-build] Error code 1 Stop in /usr/ports/security/py-cryptography. ===>>> make failed for security/py-cryptography ===>>> Aborting update From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 06:42:55 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E0DDA25 for <python@freebsd.org>; Sat, 8 Mar 2014 06:42:55 +0000 (UTC) Received: from mail-pb0-x22c.google.com (mail-pb0-x22c.google.com [IPv6:2607:f8b0:400e:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 32614128 for <python@freebsd.org>; Sat, 8 Mar 2014 06:42:55 +0000 (UTC) Received: by mail-pb0-f44.google.com with SMTP id rp16so5145659pbb.3 for <python@freebsd.org>; Fri, 07 Mar 2014 22:42:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=qMmxJCF6oWTwImM0FCuN3lFe+wWcgkKulAobI1FbIbs=; b=tWl+1qPgAuyY56m9Egb6erHOmohdwR67uVppc+tidRKvm/p4I2+kwyC65Vg2h3vaj8 8HT5Gl91qcVuD2JWyOJtoySLtsuh+QwAn4c9n6gL9TbXKV4oeqdqduZE/qQhaUqW8hG1 s/azBHx8HCRSWViQES8JEWBKv1n8lPuY1JRceV9zITI6clDeLZVfuhXuEqVZb3oNp0SB XBAQUavy2yXQko5Jukv+UqXmhTihpTW2jsg5/9ynX1XYzGAJ6WFsDpKs7lnIe/HyYyvo 0osiw7H2XrMULaVgcPL57MfXv2DZYq/rlUL6Dmmlw16wWUZD7Ltpid2BQNZr5RunNM6i dVtg== X-Received: by 10.68.163.197 with SMTP id yk5mr26997461pbb.57.1394260974454; Fri, 07 Mar 2014 22:42:54 -0800 (PST) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id gj9sm43384768pbc.7.2014.03.07.22.42.51 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Mar 2014 22:42:53 -0800 (PST) Message-ID: <531ABBE3.9080809@FreeBSD.org> Date: Sat, 08 Mar 2014 17:42:43 +1100 From: Kubilay Kocak <koobs.freebsd@gmail.com> User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Thunderbird/27.0 MIME-Version: 1.0 To: "Kenta S." <kentas@hush.com>, python@freebsd.org Subject: Re: security/py-cryptography broken References: <20140308050804.A430920106@smtp.hushmail.com> In-Reply-To: <20140308050804.A430920106@smtp.hushmail.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 08 Mar 2014 06:42:55 -0000 On 8/03/2014 4:08 PM, Kenta S. wrote: > Trying to install deluge. > > ValueError: unsupported hash type sha512 > running build > Traceback (most recent call last): > File "<string>", line 1, in <module> > File "setup.py", line 131, in <module> > "test": PyTest, > File "/usr/local/lib/python2.7/distutils/core.py", line 152, in setup > dist.run_commands() > File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_commands > self.run_command(cmd) > File "/usr/local/lib/python2.7/distutils/dist.py", line 971, in run_command > cmd_obj.ensure_finalized() > File "/usr/local/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized > self.finalize_options() > File "setup.py", line 59, in finalize_options > from cryptography.hazmat.primitives import constant_time, padding > File "cryptography/hazmat/primitives/constant_time.py", line 25, in <module> > """) > File "/usr/local/lib/python2.7/site-packages/cffi/api.py", line 102, in cdef > self._parser.parse(csource, override=override) > File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 154, in parse > self._internal_parse(csource) > File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 159, in _internal_parse > ast, macros = self._parse(csource) > File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 124, in _parse > ast = _get_parser().parse(csource) > File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 31, in _get_parser > _parser_cache = pycparser.CParser() > File "/usr/local/lib/python2.7/site-packages/pycparser/c_parser.py", line 103, in __init__ > tabmodule=yacctab) > File "/usr/local/lib/python2.7/site-packages/pycparser/ply/yacc.py", line 3065, in yacc > signature = pinfo.signature() > File "/usr/local/lib/python2.7/site-packages/pycparser/ply/yacc.py", line 2800, in signature > from md5 import md5 > File "/usr/local/lib/python2.7/md5.py", line 10, in <module> > from hashlib import md5 > ImportError: cannot import name md5 > *** [do-build] Error code 1 > > Stop in /usr/ports/security/py-cryptography. > > ===>>> make failed for security/py-cryptography > ===>>> Aborting update > deluge depends on py-openssl, which since 0.14, uses py-cryptography Having said that, it looks like your Python installation doesnt have md5, which will be the root-cause of the issue above. You'll want to isolate why that is the case. -- Koobs From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 07:13:52 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 459E5E40; Sat, 8 Mar 2014 07:13:52 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 196C5314; Sat, 8 Mar 2014 07:13:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s287Dpen017522; Sat, 8 Mar 2014 07:13:51 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s287DpNV017521; Sat, 8 Mar 2014 07:13:51 GMT (envelope-from linimon) Date: Sat, 8 Mar 2014 07:13:51 GMT Message-Id: <201403080713.s287DpNV017521@freefall.freebsd.org> To: ohartman@zedat.fu-berlin.de, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/187354: devel/py-setuptools27:py27-setuptools27-2.0.1 conflicts with py27-setuptools-2.0.1 (installs files into the same place). X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 08 Mar 2014 07:13:52 -0000 Synopsis: devel/py-setuptools27:py27-setuptools27-2.0.1 conflicts with py27-setuptools-2.0.1 (installs files into the same place). State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Mar 8 07:13:15 UTC 2014 State-Changed-Why: Should be fixed by ports/187329. http://www.freebsd.org/cgi/query-pr.cgi?pr=187354 From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 07:20:28 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51093E93; Sat, 8 Mar 2014 07:20:28 +0000 (UTC) Received: from mail-la0-x236.google.com (mail-la0-x236.google.com [IPv6:2a00:1450:4010:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5CCE39E; Sat, 8 Mar 2014 07:20:27 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id mc6so3388436lab.41 for <multiple recipients>; Fri, 07 Mar 2014 23:20:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RI907vLv8pi13CPxz3gZXHhN+BkaYa4ZYC/1tMoYnuM=; b=wtlGpBOSnFaz9fHMobGnvzoB9iPxrqmFUQqoh4bsE4ck7MkqFXHa288wZC5AQsP7/g mDy5aCgCb5YgdUof0fSm1KAl4XwRCOU+EGep0Ps2aAQgjPHUgylQLM9x7NytOIkIa2RM pVeUtaua7qVCBkLUm1yX2Lvhv/vFGp6OiJ/cSUS4k/p4R/pCo+ABPEDNraDjOjOFFqkx tnacaOHKIh8021nBvTyfAxm9UlFU/sdYrc+IA2yncS/p666cK5cpvYEBshEcfU01NkgV lguwCFAFW269Atdx7CPY5g3NqLpGKdSSeoJN9EBJpxMXolOw8DbmmFP4op+bw5m9LFY6 dLhA== MIME-Version: 1.0 X-Received: by 10.112.137.5 with SMTP id qe5mr14102714lbb.16.1394263225735; Fri, 07 Mar 2014 23:20:25 -0800 (PST) Received: by 10.152.37.131 with HTTP; Fri, 7 Mar 2014 23:20:25 -0800 (PST) In-Reply-To: <531ABBE3.9080809@FreeBSD.org> References: <20140308050804.A430920106@smtp.hushmail.com> <531ABBE3.9080809@FreeBSD.org> Date: Sat, 8 Mar 2014 08:20:25 +0100 Message-ID: <CAHcdu2rPcv5gg9iquYkyKXbQ3VO0ZxZj8Zvn1gH6bmD5BOUmDQ@mail.gmail.com> Subject: Re: security/py-cryptography broken From: Olivier Duchateau <duchateau.olivier@gmail.com> To: Kubilay Kocak <koobs@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Cc: "Kenta S." <kentas@hush.com>, python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 08 Mar 2014 07:20:28 -0000 2014-03-08 7:42 GMT+01:00 Kubilay Kocak <koobs.freebsd@gmail.com>: > On 8/03/2014 4:08 PM, Kenta S. wrote: >> Trying to install deluge. >> >> ValueError: unsupported hash type sha512 >> running build >> Traceback (most recent call last): >> File "<string>", line 1, in <module> >> File "setup.py", line 131, in <module> >> "test": PyTest, >> File "/usr/local/lib/python2.7/distutils/core.py", line 152, in setup >> dist.run_commands() >> File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_commands >> self.run_command(cmd) >> File "/usr/local/lib/python2.7/distutils/dist.py", line 971, in run_command >> cmd_obj.ensure_finalized() >> File "/usr/local/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized >> self.finalize_options() >> File "setup.py", line 59, in finalize_options >> from cryptography.hazmat.primitives import constant_time, padding >> File "cryptography/hazmat/primitives/constant_time.py", line 25, in <module> >> """) >> File "/usr/local/lib/python2.7/site-packages/cffi/api.py", line 102, in cdef >> self._parser.parse(csource, override=override) >> File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 154, in parse >> self._internal_parse(csource) >> File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 159, in _internal_parse >> ast, macros = self._parse(csource) >> File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 124, in _parse >> ast = _get_parser().parse(csource) >> File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 31, in _get_parser >> _parser_cache = pycparser.CParser() >> File "/usr/local/lib/python2.7/site-packages/pycparser/c_parser.py", line 103, in __init__ >> tabmodule=yacctab) >> File "/usr/local/lib/python2.7/site-packages/pycparser/ply/yacc.py", line 3065, in yacc >> signature = pinfo.signature() >> File "/usr/local/lib/python2.7/site-packages/pycparser/ply/yacc.py", line 2800, in signature >> from md5 import md5 >> File "/usr/local/lib/python2.7/md5.py", line 10, in <module> >> from hashlib import md5 >> ImportError: cannot import name md5 >> *** [do-build] Error code 1 >> >> Stop in /usr/ports/security/py-cryptography. >> >> ===>>> make failed for security/py-cryptography >> ===>>> Aborting update >> > > deluge depends on py-openssl, which since 0.14, uses py-cryptography > > Having said that, it looks like your Python installation doesnt have > md5, which will be the root-cause of the issue above. > > You'll want to isolate why that is the case. It's strange, hashlib is standard module, and md5 needs to be imported like that: from hashlib import md5 (see [1]) It's perhaps problem from deluge? [1] http://hg.python.org/cpython/file/52256a5861fa/Lib/md5.py > -- > Koobs > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" -- olivier From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 07:28:48 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A5E3DC; Sat, 8 Mar 2014 07:28:48 +0000 (UTC) Received: from forward2l.mail.yandex.net (forward2l.mail.yandex.net [84.201.143.145]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA1D85DF; Sat, 8 Mar 2014 07:28:47 +0000 (UTC) Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward2l.mail.yandex.net (Yandex) with ESMTP id D2E281AC10A9; Sat, 8 Mar 2014 11:28:38 +0400 (MSK) Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id 278432C3510; Sat, 8 Mar 2014 11:28:38 +0400 (MSK) Received: from unknown (unknown [178.76.234.16]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id iVRsFwgEul-SbbCVMeb; Sat, 8 Mar 2014 11:28:37 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: eab961ca-be74-4382-838a-8b9ed3d2c42d DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1394263717; bh=/dAM8cBo0qllXr4O1uCZ7WJQ872NSyk3Sym6ItBK92A=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=nWEsThGjdhyZ2L2n1iCTp0Zf3teY4BJS2O2yP/QjdKOjxnkpuCIQQ1kcgCTMRN1++ J44ygI/YmLnC44mRVosObwX0o+qgQopdL5w8C3ExxgfrBt2cU63pB7KmuD71bwIE4n PA7TGQ5exPpmKQ1iocbnGmvhPCeCEPs8RiZ1SyXQ= Authentication-Results: smtp4h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <531AC686.7010200@yandex.ru> Date: Sat, 08 Mar 2014 11:28:06 +0400 From: Ruslan Makhmatkhanov <cvs-src@yandex.ru> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Olivier Duchateau <duchateau.olivier@gmail.com>, Kubilay Kocak <koobs@freebsd.org> Subject: Re: security/py-cryptography broken References: <20140308050804.A430920106@smtp.hushmail.com> <531ABBE3.9080809@FreeBSD.org> <CAHcdu2rPcv5gg9iquYkyKXbQ3VO0ZxZj8Zvn1gH6bmD5BOUmDQ@mail.gmail.com> In-Reply-To: <CAHcdu2rPcv5gg9iquYkyKXbQ3VO0ZxZj8Zvn1gH6bmD5BOUmDQ@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Kenta S." <kentas@hush.com>, python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 08 Mar 2014 07:28:48 -0000 Olivier Duchateau wrote on 08.03.2014 11:20: > 2014-03-08 7:42 GMT+01:00 Kubilay Kocak <koobs.freebsd@gmail.com>: >> On 8/03/2014 4:08 PM, Kenta S. wrote: >>> Trying to install deluge. >>> >>> ValueError: unsupported hash type sha512 >>> running build >>> Traceback (most recent call last): >>> File "<string>", line 1, in <module> >>> File "setup.py", line 131, in <module> >>> "test": PyTest, >>> File "/usr/local/lib/python2.7/distutils/core.py", line 152, in setup >>> dist.run_commands() >>> File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_commands >>> self.run_command(cmd) >>> File "/usr/local/lib/python2.7/distutils/dist.py", line 971, in run_command >>> cmd_obj.ensure_finalized() >>> File "/usr/local/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized >>> self.finalize_options() >>> File "setup.py", line 59, in finalize_options >>> from cryptography.hazmat.primitives import constant_time, padding >>> File "cryptography/hazmat/primitives/constant_time.py", line 25, in <module> >>> """) >>> File "/usr/local/lib/python2.7/site-packages/cffi/api.py", line 102, in cdef >>> self._parser.parse(csource, override=override) >>> File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 154, in parse >>> self._internal_parse(csource) >>> File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 159, in _internal_parse >>> ast, macros = self._parse(csource) >>> File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 124, in _parse >>> ast = _get_parser().parse(csource) >>> File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 31, in _get_parser >>> _parser_cache = pycparser.CParser() >>> File "/usr/local/lib/python2.7/site-packages/pycparser/c_parser.py", line 103, in __init__ >>> tabmodule=yacctab) >>> File "/usr/local/lib/python2.7/site-packages/pycparser/ply/yacc.py", line 3065, in yacc >>> signature = pinfo.signature() >>> File "/usr/local/lib/python2.7/site-packages/pycparser/ply/yacc.py", line 2800, in signature >>> from md5 import md5 >>> File "/usr/local/lib/python2.7/md5.py", line 10, in <module> >>> from hashlib import md5 >>> ImportError: cannot import name md5 >>> *** [do-build] Error code 1 >>> >>> Stop in /usr/ports/security/py-cryptography. >>> >>> ===>>> make failed for security/py-cryptography >>> ===>>> Aborting update >>> >> >> deluge depends on py-openssl, which since 0.14, uses py-cryptography >> >> Having said that, it looks like your Python installation doesnt have >> md5, which will be the root-cause of the issue above. >> >> You'll want to isolate why that is the case. > > It's strange, hashlib is standard module, and md5 needs to be imported > like that: > > from hashlib import md5 (see [1]) > > It's perhaps problem from deluge? Nah, it is using hashlib.md5() as grep suggests. And the whole thing is in ./deluge/ui/web/auth.py - md5() method is only used for authentication in web ui. -- Regards, Ruslan T.O.S. Of Reality From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 17:00:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9179F435 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 8 Mar 2014 17:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A01F383 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 8 Mar 2014 17:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s28H01w9007082 for <freebsd-python@freefall.freebsd.org>; Sat, 8 Mar 2014 17:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s28H01Uf007081; Sat, 8 Mar 2014 17:00:01 GMT (envelope-from gnats) Date: Sat, 8 Mar 2014 17:00:01 GMT Message-Id: <201403081700.s28H01Uf007081@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Johannes Meixner <xmj@chaot.net> Subject: Re: ports/186950: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Johannes Meixner <xmj@chaot.net> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 08 Mar 2014 17:00:01 -0000 The following reply was made to PR ports/186950; it has been noted by GNATS. From: Johannes Meixner <xmj@chaot.net> To: bug-followup@freebsd.org Cc: Subject: Re: ports/186950: maintainer update : sysutils/py-salt Date: Sat, 8 Mar 2014 18:52:10 +0200 --5G06lTa6Jq83wMTw Content-Type: multipart/mixed; boundary="Bn2rw/3z4jIqBvZU" Content-Disposition: inline --Bn2rw/3z4jIqBvZU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Another try, this time with pkg-plist. Changes: - Replace BUILD_DEPENDS with RUN_DEPENDS. --=20 xmj@chaot.net http://xmj.me --Bn2rw/3z4jIqBvZU Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="py-salt-2014.1.0.diff" Content-Transfer-Encoding: quoted-printable Index: py-salt/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 --- py-salt/Makefile (revision 347176) +++ py-salt/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ =20 PORTNAME=3D salt -PORTVERSION=3D 0.17.5 +PORTVERSION=3D 2014.1.0 CATEGORIES=3D sysutils python MASTER_SITES=3D CHEESESHOP PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} @@ -12,14 +12,15 @@ =20 LICENSE=3D APACHE20 =20 -BUILD_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}yaml>=3D0:${PORTSDIR}/devel/py-yam= l \ +RUN_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=3D2.1.9:${PORTSDIR}/devel/py-pyzmq \ - ${PYTHON_PKGNAMEPREFIX}pycrypto>=3D0:${PORTSDIR}/security/py-pycrypto \ - ${PYTHON_PKGNAMEPREFIX}Jinja2>=3D0:${PORTSDIR}/devel/py-Jinja2 \ + ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}msgpack>=3D0.1.9:${PORTSDIR}/devel/py-msgpack \ - ${PYTHON_PKGNAMEPREFIX}m2crypto>=3D0:${PORTSDIR}/security/py-m2crypto \ - sshpass>=3D0:${PORTSDIR}/security/sshpass -RUN_DEPENDS:=3D ${BUILD_DEPENDS} + ${PYTHON_PKGNAMEPREFIX}libcloud>=3D0.11.4:${PORTSDIR}/net/py-libcloud \ + ${PYTHON_PKGNAMEPREFIX}botocore>0:${PORTSDIR}/devel/py-botocore \ + ${PYTHON_PKGNAMEPREFIX}m2crypto>0:${PORTSDIR}/security/py-m2crypto \ + sshpass>0:${PORTSDIR}/security/sshpass =20 USE_PYTHON=3D 2 USE_PYDISTUTILS=3Dyes Index: py-salt/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- py-salt/distinfo (revision 347176) +++ py-salt/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (salt-0.17.5.tar.gz) =3D 36ae196ef87af0ae33e880d1ad593783e2cb102221= edda2782071738d595ea3f -SIZE (salt-0.17.5.tar.gz) =3D 1873131 +SHA256 (salt-2014.1.0.tar.gz) =3D 168dd154a9243b1c853700e61f56e7d6ab5cbc98= 62fb215ab991e05f46b2a406 +SIZE (salt-2014.1.0.tar.gz) =3D 2787665 Index: py-salt/files/patch-salt__grains__core.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- py-salt/files/patch-salt__grains__core.py (revision 347176) +++ py-salt/files/patch-salt__grains__core.py (working copy) @@ -1,9 +1,9 @@ ---- ./salt/grains/core.py.orig 2013-10-17 08:48:57.000000000 +0400 -+++ ./salt/grains/core.py 2013-10-25 10:46:21.000000000 +0400 -@@ -1059,7 +1059,7 @@ - ''' +--- ./salt/grains/core.py.orig 2014-02-19 22:21:14.000000000 +0200 ++++ ./salt/grains/core.py 2014-03-06 10:50:07.000000000 +0200 +@@ -1133,7 +1133,7 @@ # Provides: # path +=20 - return {'path': os.environ['PATH'].strip()} + return {'path': os.environ['PATH'].strip() + ':/usr/local/bin:/usr/lo= cal/sbin'} =20 Index: py-salt/files/patch-salt__modules__reebsdpkg.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- py-salt/files/patch-salt__modules__reebsdpkg.py (revision 347176) +++ py-salt/files/patch-salt__modules__reebsdpkg.py (working copy) @@ -1,11 +0,0 @@ ---- salt/modules/freebsdpkg.py.orig 2013-10-30 16:16:31.850225522 +0000 -+++ salt/modules/freebsdpkg.py 2013-10-30 16:16:47.868224728 +0000 -@@ -27,7 +27,7 @@ - ''' - Looks to see if pkgng is being used by checking if database exists - ''' -- return os.path.isfile('/var/db/pkg/local.sqlite') -+ return os.path.isfile('/usr/local/etc/pkg.conf') -=20 -=20 - @decorators.memoize Index: py-salt/files/patch-salt__utils____init__.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- py-salt/files/patch-salt__utils____init__.py (revision 347176) +++ py-salt/files/patch-salt__utils____init__.py (working copy) @@ -1,6 +1,6 @@ ---- ./salt/utils/__init__.py.orig 2013-10-17 21:27:29.000000000 +0400 -+++ ./salt/utils/__init__.py 2013-10-25 10:52:19.000000000 +0400 -@@ -266,6 +266,15 @@ +--- ./salt/utils/__init__.py.orig 2014-02-19 22:21:15.000000000 +0200 ++++ ./salt/utils/__init__.py 2014-03-06 10:50:07.000000000 +0200 +@@ -316,6 +316,15 @@ if os.access(exe, os.X_OK): return exe =20 Index: py-salt/files/patch-setup.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- py-salt/files/patch-setup.py (revision 347176) +++ py-salt/files/patch-setup.py (working copy) @@ -1,20 +1,17 @@ ---- ./setup.py.orig 2013-10-17 21:27:29.000000000 +0400 -+++ ./setup.py 2013-10-25 10:43:51.000000000 +0400 -@@ -313,7 +313,7 @@ - 'salt.log.handlers', - ], - 'package_data': {'salt.modules': ['rh_ip/*.jinja']}, +--- ./setup.py.orig 2014-03-06 10:50:27.000000000 +0200 ++++ ./setup.py 2014-03-06 10:52:20.000000000 +0200 +@@ -451,12 +451,12 @@ + 'virt/*.jinja' + ], + }, - 'data_files': [('share/man/man1', + 'data_files': [('man/man1', - ['doc/man/salt-master.1', - 'doc/man/salt-key.1', - 'doc/man/salt.1', -@@ -324,7 +324,7 @@ - 'doc/man/salt-ssh.1', + ['doc/man/salt-cp.1', + 'doc/man/salt-call.1', 'doc/man/salt-minion.1', ]), -- ('share/man/man7', ['doc/man/salt.7']), -+ ('man/man7', ['doc/man/salt.7']), +- ('share/man/man7', ++ ('man/man7', + ['doc/man/salt.7', + ]), ], - # Required for esky builds - 'install_requires': REQUIREMENTS, Index: py-salt/pkg-plist =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- py-salt/pkg-plist (revision 347176) +++ py-salt/pkg-plist (working copy) @@ -1,5 +1,6 @@ bin/salt bin/salt-call +bin/salt-cloud bin/salt-cp bin/salt-key bin/salt-master @@ -57,6 +58,74 @@ %%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/pillar.pyc %%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/state.py %%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/state.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/__init__.py +%%PYTHON_SITELIBDIR%%/salt/cloud/__init__.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/cli.py +%%PYTHON_SITELIBDIR%%/salt/cloud/cli.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/__init__.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/__init__.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/botocore_aws.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/botocore_aws.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/cloudstack.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/cloudstack.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/digital_ocean.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/digital_ocean.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/ec2.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/ec2.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/gce.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/gce.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/gogrid.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/gogrid.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/ibmsce.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/ibmsce.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/joyent.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/joyent.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/libcloud_aws.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/libcloud_aws.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/linode.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/linode.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/msazure.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/msazure.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/nova.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/nova.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/openstack.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/openstack.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/parallels.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/parallels.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/rackspace.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/rackspace.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/saltify.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/saltify.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/softlayer.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/softlayer.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/softlayer_hw.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/softlayer_hw.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Arch-git.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Arch.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Debian-git.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Debian.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Fedora-git.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Fedora.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/FreeBSD-git.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/FreeBSD.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/None.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/RHEL5-git.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/RHEL5.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/RHEL6-git.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/RHEL6.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/SmartOS.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Ubuntu-git.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Ubuntu.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/bootstrap-salt.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/curl-bootstrap-git.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/curl-bootstrap.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/python-bootstrap.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/wget-bootstrap-nocert.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/wget-bootstrap.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/exceptions.py +%%PYTHON_SITELIBDIR%%/salt/cloud/exceptions.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/libcloudfuncs.py +%%PYTHON_SITELIBDIR%%/salt/cloud/libcloudfuncs.pyc %%PYTHON_SITELIBDIR%%/salt/config.py %%PYTHON_SITELIBDIR%%/salt/config.pyc %%PYTHON_SITELIBDIR%%/salt/crypt.py @@ -73,18 +142,28 @@ %%PYTHON_SITELIBDIR%%/salt/fileserver/gitfs.pyc %%PYTHON_SITELIBDIR%%/salt/fileserver/hgfs.py %%PYTHON_SITELIBDIR%%/salt/fileserver/hgfs.pyc +%%PYTHON_SITELIBDIR%%/salt/fileserver/minionfs.py +%%PYTHON_SITELIBDIR%%/salt/fileserver/minionfs.pyc %%PYTHON_SITELIBDIR%%/salt/fileserver/roots.py %%PYTHON_SITELIBDIR%%/salt/fileserver/roots.pyc %%PYTHON_SITELIBDIR%%/salt/fileserver/s3fs.py %%PYTHON_SITELIBDIR%%/salt/fileserver/s3fs.pyc +%%PYTHON_SITELIBDIR%%/salt/fileserver/svnfs.py +%%PYTHON_SITELIBDIR%%/salt/fileserver/svnfs.pyc %%PYTHON_SITELIBDIR%%/salt/grains/__init__.py %%PYTHON_SITELIBDIR%%/salt/grains/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/grains/core.py %%PYTHON_SITELIBDIR%%/salt/grains/core.pyc +%%PYTHON_SITELIBDIR%%/salt/grains/external_ip.py +%%PYTHON_SITELIBDIR%%/salt/grains/external_ip.pyc %%PYTHON_SITELIBDIR%%/salt/grains/extra.py %%PYTHON_SITELIBDIR%%/salt/grains/extra.pyc +%%PYTHON_SITELIBDIR%%/salt/grains/junos.py +%%PYTHON_SITELIBDIR%%/salt/grains/junos.pyc %%PYTHON_SITELIBDIR%%/salt/grains/opts.py %%PYTHON_SITELIBDIR%%/salt/grains/opts.pyc +%%PYTHON_SITELIBDIR%%/salt/grains/rest_sample.py +%%PYTHON_SITELIBDIR%%/salt/grains/rest_sample.pyc %%PYTHON_SITELIBDIR%%/salt/key.py %%PYTHON_SITELIBDIR%%/salt/key.pyc %%PYTHON_SITELIBDIR%%/salt/loader.py @@ -113,8 +192,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/alternatives.pyc %%PYTHON_SITELIBDIR%%/salt/modules/apache.py %%PYTHON_SITELIBDIR%%/salt/modules/apache.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/apt.py -%%PYTHON_SITELIBDIR%%/salt/modules/apt.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/aptpkg.py +%%PYTHON_SITELIBDIR%%/salt/modules/aptpkg.pyc %%PYTHON_SITELIBDIR%%/salt/modules/archive.py %%PYTHON_SITELIBDIR%%/salt/modules/archive.pyc %%PYTHON_SITELIBDIR%%/salt/modules/at.py @@ -121,6 +200,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/at.pyc %%PYTHON_SITELIBDIR%%/salt/modules/augeas_cfg.py %%PYTHON_SITELIBDIR%%/salt/modules/augeas_cfg.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/aws_sqs.py +%%PYTHON_SITELIBDIR%%/salt/modules/aws_sqs.pyc %%PYTHON_SITELIBDIR%%/salt/modules/bluez.py %%PYTHON_SITELIBDIR%%/salt/modules/bluez.pyc %%PYTHON_SITELIBDIR%%/salt/modules/brew.py @@ -131,8 +212,14 @@ %%PYTHON_SITELIBDIR%%/salt/modules/bsd_shadow.pyc %%PYTHON_SITELIBDIR%%/salt/modules/cassandra.py %%PYTHON_SITELIBDIR%%/salt/modules/cassandra.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/chocolatey.py +%%PYTHON_SITELIBDIR%%/salt/modules/chocolatey.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/cloud.py +%%PYTHON_SITELIBDIR%%/salt/modules/cloud.pyc %%PYTHON_SITELIBDIR%%/salt/modules/cmdmod.py %%PYTHON_SITELIBDIR%%/salt/modules/cmdmod.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/composer.py +%%PYTHON_SITELIBDIR%%/salt/modules/composer.pyc %%PYTHON_SITELIBDIR%%/salt/modules/config.py %%PYTHON_SITELIBDIR%%/salt/modules/config.pyc %%PYTHON_SITELIBDIR%%/salt/modules/cp.py @@ -149,8 +236,12 @@ %%PYTHON_SITELIBDIR%%/salt/modules/ddns.pyc %%PYTHON_SITELIBDIR%%/salt/modules/debconfmod.py %%PYTHON_SITELIBDIR%%/salt/modules/debconfmod.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/debian_ip.py +%%PYTHON_SITELIBDIR%%/salt/modules/debian_ip.pyc %%PYTHON_SITELIBDIR%%/salt/modules/debian_service.py %%PYTHON_SITELIBDIR%%/salt/modules/debian_service.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/defaults.py +%%PYTHON_SITELIBDIR%%/salt/modules/defaults.pyc %%PYTHON_SITELIBDIR%%/salt/modules/dig.py %%PYTHON_SITELIBDIR%%/salt/modules/dig.pyc %%PYTHON_SITELIBDIR%%/salt/modules/disk.py @@ -161,6 +252,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/dnsmasq.pyc %%PYTHON_SITELIBDIR%%/salt/modules/dnsutil.py %%PYTHON_SITELIBDIR%%/salt/modules/dnsutil.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/dockerio.py +%%PYTHON_SITELIBDIR%%/salt/modules/dockerio.pyc %%PYTHON_SITELIBDIR%%/salt/modules/dpkg.py %%PYTHON_SITELIBDIR%%/salt/modules/dpkg.pyc %%PYTHON_SITELIBDIR%%/salt/modules/ebuild.py @@ -183,6 +276,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/freebsdkmod.pyc %%PYTHON_SITELIBDIR%%/salt/modules/freebsdpkg.py %%PYTHON_SITELIBDIR%%/salt/modules/freebsdpkg.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/freebsdports.py +%%PYTHON_SITELIBDIR%%/salt/modules/freebsdports.pyc %%PYTHON_SITELIBDIR%%/salt/modules/freebsdservice.py %%PYTHON_SITELIBDIR%%/salt/modules/freebsdservice.pyc %%PYTHON_SITELIBDIR%%/salt/modules/gem.py @@ -195,6 +290,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/git.pyc %%PYTHON_SITELIBDIR%%/salt/modules/glance.py %%PYTHON_SITELIBDIR%%/salt/modules/glance.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/gnomedesktop.py +%%PYTHON_SITELIBDIR%%/salt/modules/gnomedesktop.pyc %%PYTHON_SITELIBDIR%%/salt/modules/grains.py %%PYTHON_SITELIBDIR%%/salt/modules/grains.pyc %%PYTHON_SITELIBDIR%%/salt/modules/groupadd.py @@ -203,6 +300,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/grub_legacy.pyc %%PYTHON_SITELIBDIR%%/salt/modules/guestfs.py %%PYTHON_SITELIBDIR%%/salt/modules/guestfs.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/hadoop.py +%%PYTHON_SITELIBDIR%%/salt/modules/hadoop.pyc %%PYTHON_SITELIBDIR%%/salt/modules/hg.py %%PYTHON_SITELIBDIR%%/salt/modules/hg.pyc %%PYTHON_SITELIBDIR%%/salt/modules/hosts.py @@ -211,8 +310,12 @@ %%PYTHON_SITELIBDIR%%/salt/modules/htpasswd.pyc %%PYTHON_SITELIBDIR%%/salt/modules/img.py %%PYTHON_SITELIBDIR%%/salt/modules/img.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/incron.py +%%PYTHON_SITELIBDIR%%/salt/modules/incron.pyc %%PYTHON_SITELIBDIR%%/salt/modules/iptables.py %%PYTHON_SITELIBDIR%%/salt/modules/iptables.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/junos.py +%%PYTHON_SITELIBDIR%%/salt/modules/junos.pyc %%PYTHON_SITELIBDIR%%/salt/modules/key.py %%PYTHON_SITELIBDIR%%/salt/modules/key.pyc %%PYTHON_SITELIBDIR%%/salt/modules/keyboard.py @@ -239,6 +342,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/locate.pyc %%PYTHON_SITELIBDIR%%/salt/modules/logrotate.py %%PYTHON_SITELIBDIR%%/salt/modules/logrotate.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/lvs.py +%%PYTHON_SITELIBDIR%%/salt/modules/lvs.pyc %%PYTHON_SITELIBDIR%%/salt/modules/lxc.py %%PYTHON_SITELIBDIR%%/salt/modules/lxc.pyc %%PYTHON_SITELIBDIR%%/salt/modules/mac_group.py @@ -251,6 +356,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/match.pyc %%PYTHON_SITELIBDIR%%/salt/modules/mdadm.py %%PYTHON_SITELIBDIR%%/salt/modules/mdadm.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/memcached.py +%%PYTHON_SITELIBDIR%%/salt/modules/memcached.pyc %%PYTHON_SITELIBDIR%%/salt/modules/mine.py %%PYTHON_SITELIBDIR%%/salt/modules/mine.pyc %%PYTHON_SITELIBDIR%%/salt/modules/modjk.py @@ -281,8 +388,6 @@ %%PYTHON_SITELIBDIR%%/salt/modules/nova.pyc %%PYTHON_SITELIBDIR%%/salt/modules/npm.py %%PYTHON_SITELIBDIR%%/salt/modules/npm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/nzbget.py -%%PYTHON_SITELIBDIR%%/salt/modules/nzbget.pyc %%PYTHON_SITELIBDIR%%/salt/modules/omapi.py %%PYTHON_SITELIBDIR%%/salt/modules/omapi.pyc %%PYTHON_SITELIBDIR%%/salt/modules/openbsdpkg.py @@ -289,10 +394,14 @@ %%PYTHON_SITELIBDIR%%/salt/modules/openbsdpkg.pyc %%PYTHON_SITELIBDIR%%/salt/modules/openbsdservice.py %%PYTHON_SITELIBDIR%%/salt/modules/openbsdservice.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/openstack_config.py +%%PYTHON_SITELIBDIR%%/salt/modules/openstack_config.pyc %%PYTHON_SITELIBDIR%%/salt/modules/osxdesktop.py %%PYTHON_SITELIBDIR%%/salt/modules/osxdesktop.pyc %%PYTHON_SITELIBDIR%%/salt/modules/pacman.py %%PYTHON_SITELIBDIR%%/salt/modules/pacman.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/pagerduty.py +%%PYTHON_SITELIBDIR%%/salt/modules/pagerduty.pyc %%PYTHON_SITELIBDIR%%/salt/modules/pam.py %%PYTHON_SITELIBDIR%%/salt/modules/pam.pyc %%PYTHON_SITELIBDIR%%/salt/modules/parted.py @@ -343,15 +452,16 @@ %%PYTHON_SITELIBDIR%%/salt/modules/rdp.pyc %%PYTHON_SITELIBDIR%%/salt/modules/reg.py %%PYTHON_SITELIBDIR%%/salt/modules/reg.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/rest_package.py +%%PYTHON_SITELIBDIR%%/salt/modules/rest_package.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/rest_sample.py +%%PYTHON_SITELIBDIR%%/salt/modules/rest_sample.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/rest_service.py +%%PYTHON_SITELIBDIR%%/salt/modules/rest_service.pyc %%PYTHON_SITELIBDIR%%/salt/modules/ret.py %%PYTHON_SITELIBDIR%%/salt/modules/ret.pyc %%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.py %%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/conf.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/network.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/rh5_eth.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/rh6_eth.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/route_eth.jinja %%PYTHON_SITELIBDIR%%/salt/modules/rh_service.py %%PYTHON_SITELIBDIR%%/salt/modules/rh_service.pyc %%PYTHON_SITELIBDIR%%/salt/modules/riak.py @@ -358,6 +468,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/riak.pyc %%PYTHON_SITELIBDIR%%/salt/modules/rpm.py %%PYTHON_SITELIBDIR%%/salt/modules/rpm.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/rsync.py +%%PYTHON_SITELIBDIR%%/salt/modules/rsync.pyc %%PYTHON_SITELIBDIR%%/salt/modules/rvm.py %%PYTHON_SITELIBDIR%%/salt/modules/rvm.pyc %%PYTHON_SITELIBDIR%%/salt/modules/s3.py @@ -438,8 +550,12 @@ %%PYTHON_SITELIBDIR%%/salt/modules/win_firewall.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.py %%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/win_ip.py +%%PYTHON_SITELIBDIR%%/salt/modules/win_ip.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_network.py %%PYTHON_SITELIBDIR%%/salt/modules/win_network.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/win_ntp.py +%%PYTHON_SITELIBDIR%%/salt/modules/win_ntp.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_path.py %%PYTHON_SITELIBDIR%%/salt/modules/win_path.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_pkg.py @@ -462,10 +578,12 @@ %%PYTHON_SITELIBDIR%%/salt/modules/win_useradd.pyc %%PYTHON_SITELIBDIR%%/salt/modules/xapi.py %%PYTHON_SITELIBDIR%%/salt/modules/xapi.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/xmpp.py +%%PYTHON_SITELIBDIR%%/salt/modules/xmpp.pyc %%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.py %%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg5.py -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg5.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/zcbuildout.py +%%PYTHON_SITELIBDIR%%/salt/modules/zcbuildout.pyc %%PYTHON_SITELIBDIR%%/salt/modules/zfs.py %%PYTHON_SITELIBDIR%%/salt/modules/zfs.pyc %%PYTHON_SITELIBDIR%%/salt/modules/zpool.py @@ -522,6 +640,8 @@ %%PYTHON_SITELIBDIR%%/salt/pillar/libvirt.pyc %%PYTHON_SITELIBDIR%%/salt/pillar/mongo.py %%PYTHON_SITELIBDIR%%/salt/pillar/mongo.pyc +%%PYTHON_SITELIBDIR%%/salt/pillar/mysql.py +%%PYTHON_SITELIBDIR%%/salt/pillar/mysql.pyc %%PYTHON_SITELIBDIR%%/salt/pillar/pillar_ldap.py %%PYTHON_SITELIBDIR%%/salt/pillar/pillar_ldap.pyc %%PYTHON_SITELIBDIR%%/salt/pillar/puppet.py @@ -590,18 +710,30 @@ %%PYTHON_SITELIBDIR%%/salt/runners/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/runners/cache.py %%PYTHON_SITELIBDIR%%/salt/runners/cache.pyc +%%PYTHON_SITELIBDIR%%/salt/runners/cloud.py +%%PYTHON_SITELIBDIR%%/salt/runners/cloud.pyc %%PYTHON_SITELIBDIR%%/salt/runners/doc.py %%PYTHON_SITELIBDIR%%/salt/runners/doc.pyc +%%PYTHON_SITELIBDIR%%/salt/runners/error.py +%%PYTHON_SITELIBDIR%%/salt/runners/error.pyc %%PYTHON_SITELIBDIR%%/salt/runners/fileserver.py %%PYTHON_SITELIBDIR%%/salt/runners/fileserver.pyc +%%PYTHON_SITELIBDIR%%/salt/runners/git_pillar.py +%%PYTHON_SITELIBDIR%%/salt/runners/git_pillar.pyc %%PYTHON_SITELIBDIR%%/salt/runners/jobs.py %%PYTHON_SITELIBDIR%%/salt/runners/jobs.pyc %%PYTHON_SITELIBDIR%%/salt/runners/launchd.py %%PYTHON_SITELIBDIR%%/salt/runners/launchd.pyc +%%PYTHON_SITELIBDIR%%/salt/runners/lxc.py +%%PYTHON_SITELIBDIR%%/salt/runners/lxc.pyc %%PYTHON_SITELIBDIR%%/salt/runners/manage.py %%PYTHON_SITELIBDIR%%/salt/runners/manage.pyc +%%PYTHON_SITELIBDIR%%/salt/runners/mine.py +%%PYTHON_SITELIBDIR%%/salt/runners/mine.pyc %%PYTHON_SITELIBDIR%%/salt/runners/network.py %%PYTHON_SITELIBDIR%%/salt/runners/network.pyc +%%PYTHON_SITELIBDIR%%/salt/runners/pillar.py +%%PYTHON_SITELIBDIR%%/salt/runners/pillar.pyc %%PYTHON_SITELIBDIR%%/salt/runners/search.py %%PYTHON_SITELIBDIR%%/salt/runners/search.pyc %%PYTHON_SITELIBDIR%%/salt/runners/state.py @@ -628,10 +760,20 @@ %%PYTHON_SITELIBDIR%%/salt/states/alternatives.pyc %%PYTHON_SITELIBDIR%%/salt/states/apt.py %%PYTHON_SITELIBDIR%%/salt/states/apt.pyc +%%PYTHON_SITELIBDIR%%/salt/states/archive.py +%%PYTHON_SITELIBDIR%%/salt/states/archive.pyc +%%PYTHON_SITELIBDIR%%/salt/states/at.py +%%PYTHON_SITELIBDIR%%/salt/states/at.pyc %%PYTHON_SITELIBDIR%%/salt/states/augeas.py %%PYTHON_SITELIBDIR%%/salt/states/augeas.pyc +%%PYTHON_SITELIBDIR%%/salt/states/aws_sqs.py +%%PYTHON_SITELIBDIR%%/salt/states/aws_sqs.pyc +%%PYTHON_SITELIBDIR%%/salt/states/cloud.py +%%PYTHON_SITELIBDIR%%/salt/states/cloud.pyc %%PYTHON_SITELIBDIR%%/salt/states/cmd.py %%PYTHON_SITELIBDIR%%/salt/states/cmd.pyc +%%PYTHON_SITELIBDIR%%/salt/states/composer.py +%%PYTHON_SITELIBDIR%%/salt/states/composer.pyc %%PYTHON_SITELIBDIR%%/salt/states/cron.py %%PYTHON_SITELIBDIR%%/salt/states/cron.pyc %%PYTHON_SITELIBDIR%%/salt/states/ddns.py @@ -640,6 +782,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/debconfmod.pyc %%PYTHON_SITELIBDIR%%/salt/states/disk.py %%PYTHON_SITELIBDIR%%/salt/states/disk.pyc +%%PYTHON_SITELIBDIR%%/salt/states/dockerio.py +%%PYTHON_SITELIBDIR%%/salt/states/dockerio.pyc %%PYTHON_SITELIBDIR%%/salt/states/eselect.py %%PYTHON_SITELIBDIR%%/salt/states/eselect.pyc %%PYTHON_SITELIBDIR%%/salt/states/file.py @@ -648,6 +792,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/gem.pyc %%PYTHON_SITELIBDIR%%/salt/states/git.py %%PYTHON_SITELIBDIR%%/salt/states/git.pyc +%%PYTHON_SITELIBDIR%%/salt/states/gnomedesktop.py +%%PYTHON_SITELIBDIR%%/salt/states/gnomedesktop.pyc %%PYTHON_SITELIBDIR%%/salt/states/grains.py %%PYTHON_SITELIBDIR%%/salt/states/grains.pyc %%PYTHON_SITELIBDIR%%/salt/states/group.py @@ -656,6 +802,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/hg.pyc %%PYTHON_SITELIBDIR%%/salt/states/host.py %%PYTHON_SITELIBDIR%%/salt/states/host.pyc +%%PYTHON_SITELIBDIR%%/salt/states/incron.py +%%PYTHON_SITELIBDIR%%/salt/states/incron.pyc %%PYTHON_SITELIBDIR%%/salt/states/iptables.py %%PYTHON_SITELIBDIR%%/salt/states/iptables.pyc %%PYTHON_SITELIBDIR%%/salt/states/keyboard.py @@ -672,10 +820,16 @@ %%PYTHON_SITELIBDIR%%/salt/states/locale.pyc %%PYTHON_SITELIBDIR%%/salt/states/lvm.py %%PYTHON_SITELIBDIR%%/salt/states/lvm.pyc +%%PYTHON_SITELIBDIR%%/salt/states/lvs_server.py +%%PYTHON_SITELIBDIR%%/salt/states/lvs_server.pyc +%%PYTHON_SITELIBDIR%%/salt/states/lvs_service.py +%%PYTHON_SITELIBDIR%%/salt/states/lvs_service.pyc %%PYTHON_SITELIBDIR%%/salt/states/makeconf.py %%PYTHON_SITELIBDIR%%/salt/states/makeconf.pyc %%PYTHON_SITELIBDIR%%/salt/states/mdadm.py %%PYTHON_SITELIBDIR%%/salt/states/mdadm.pyc +%%PYTHON_SITELIBDIR%%/salt/states/memcached.py +%%PYTHON_SITELIBDIR%%/salt/states/memcached.pyc %%PYTHON_SITELIBDIR%%/salt/states/modjk_worker.py %%PYTHON_SITELIBDIR%%/salt/states/modjk_worker.pyc %%PYTHON_SITELIBDIR%%/salt/states/module.py @@ -696,6 +850,12 @@ %%PYTHON_SITELIBDIR%%/salt/states/network.pyc %%PYTHON_SITELIBDIR%%/salt/states/npm.py %%PYTHON_SITELIBDIR%%/salt/states/npm.pyc +%%PYTHON_SITELIBDIR%%/salt/states/ntp.py +%%PYTHON_SITELIBDIR%%/salt/states/ntp.pyc +%%PYTHON_SITELIBDIR%%/salt/states/openstack_config.py +%%PYTHON_SITELIBDIR%%/salt/states/openstack_config.pyc +%%PYTHON_SITELIBDIR%%/salt/states/pagerduty.py +%%PYTHON_SITELIBDIR%%/salt/states/pagerduty.pyc %%PYTHON_SITELIBDIR%%/salt/states/pecl.py %%PYTHON_SITELIBDIR%%/salt/states/pecl.pyc %%PYTHON_SITELIBDIR%%/salt/states/pip_state.py @@ -708,6 +868,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/pkgrepo.pyc %%PYTHON_SITELIBDIR%%/salt/states/portage_config.py %%PYTHON_SITELIBDIR%%/salt/states/portage_config.pyc +%%PYTHON_SITELIBDIR%%/salt/states/ports.py +%%PYTHON_SITELIBDIR%%/salt/states/ports.pyc %%PYTHON_SITELIBDIR%%/salt/states/postgres_database.py %%PYTHON_SITELIBDIR%%/salt/states/postgres_database.pyc %%PYTHON_SITELIBDIR%%/salt/states/postgres_group.py @@ -720,6 +882,10 @@ %%PYTHON_SITELIBDIR%%/salt/states/process.pyc %%PYTHON_SITELIBDIR%%/salt/states/quota.py %%PYTHON_SITELIBDIR%%/salt/states/quota.pyc +%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_cluster.py +%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_cluster.pyc +%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_plugin.py +%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_plugin.pyc %%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_policy.py %%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_policy.pyc %%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_user.py @@ -746,6 +912,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/ssh_known_hosts.pyc %%PYTHON_SITELIBDIR%%/salt/states/stateconf.py %%PYTHON_SITELIBDIR%%/salt/states/stateconf.pyc +%%PYTHON_SITELIBDIR%%/salt/states/status.py +%%PYTHON_SITELIBDIR%%/salt/states/status.pyc %%PYTHON_SITELIBDIR%%/salt/states/supervisord.py %%PYTHON_SITELIBDIR%%/salt/states/supervisord.pyc %%PYTHON_SITELIBDIR%%/salt/states/svn.py @@ -764,14 +932,34 @@ %%PYTHON_SITELIBDIR%%/salt/states/win_dns_client.pyc %%PYTHON_SITELIBDIR%%/salt/states/win_firewall.py %%PYTHON_SITELIBDIR%%/salt/states/win_firewall.pyc +%%PYTHON_SITELIBDIR%%/salt/states/win_network.py +%%PYTHON_SITELIBDIR%%/salt/states/win_network.pyc %%PYTHON_SITELIBDIR%%/salt/states/win_path.py %%PYTHON_SITELIBDIR%%/salt/states/win_path.pyc %%PYTHON_SITELIBDIR%%/salt/states/win_servermanager.py %%PYTHON_SITELIBDIR%%/salt/states/win_servermanager.pyc +%%PYTHON_SITELIBDIR%%/salt/states/win_system.py +%%PYTHON_SITELIBDIR%%/salt/states/win_system.pyc +%%PYTHON_SITELIBDIR%%/salt/states/xmpp.py +%%PYTHON_SITELIBDIR%%/salt/states/xmpp.pyc +%%PYTHON_SITELIBDIR%%/salt/states/zcbuildout.py +%%PYTHON_SITELIBDIR%%/salt/states/zcbuildout.pyc %%PYTHON_SITELIBDIR%%/salt/syspaths.py %%PYTHON_SITELIBDIR%%/salt/syspaths.pyc %%PYTHON_SITELIBDIR%%/salt/template.py %%PYTHON_SITELIBDIR%%/salt/template.pyc +%%PYTHON_SITELIBDIR%%/salt/templates/debian_ip/conf.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/debian_ip/debian_eth.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/debian_ip/display-network.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/debian_ip/network.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/debian_ip/route_eth.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/rh_ip/conf.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/rh_ip/network.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/rh_ip/rh5_eth.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/rh_ip/rh6_eth.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/rh_ip/route_eth.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/virt/libvirt_domain.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/virt/libvirt_volume.jinja %%PYTHON_SITELIBDIR%%/salt/tops/__init__.py %%PYTHON_SITELIBDIR%%/salt/tops/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/tops/cobbler.py @@ -782,16 +970,24 @@ %%PYTHON_SITELIBDIR%%/salt/tops/mongo.pyc %%PYTHON_SITELIBDIR%%/salt/tops/reclass_adapter.py %%PYTHON_SITELIBDIR%%/salt/tops/reclass_adapter.pyc +%%PYTHON_SITELIBDIR%%/salt/transport/__init__.py +%%PYTHON_SITELIBDIR%%/salt/transport/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/utils/__init__.py %%PYTHON_SITELIBDIR%%/salt/utils/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/utils/atomicfile.py %%PYTHON_SITELIBDIR%%/salt/utils/atomicfile.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/cloud.py +%%PYTHON_SITELIBDIR%%/salt/utils/cloud.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/context.py +%%PYTHON_SITELIBDIR%%/salt/utils/context.pyc %%PYTHON_SITELIBDIR%%/salt/utils/debug.py %%PYTHON_SITELIBDIR%%/salt/utils/debug.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/decorators.py -%%PYTHON_SITELIBDIR%%/salt/utils/decorators.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/decorators/__init__.py +%%PYTHON_SITELIBDIR%%/salt/utils/decorators/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/utils/dictupdate.py %%PYTHON_SITELIBDIR%%/salt/utils/dictupdate.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/error.py +%%PYTHON_SITELIBDIR%%/salt/utils/error.pyc %%PYTHON_SITELIBDIR%%/salt/utils/event.py %%PYTHON_SITELIBDIR%%/salt/utils/event.pyc %%PYTHON_SITELIBDIR%%/salt/utils/filebuffer.py @@ -844,10 +1040,16 @@ %%PYTHON_SITELIBDIR%%/salt/utils/validate/net.pyc %%PYTHON_SITELIBDIR%%/salt/utils/validate/path.py %%PYTHON_SITELIBDIR%%/salt/utils/validate/path.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/validate/ssh.py +%%PYTHON_SITELIBDIR%%/salt/utils/validate/ssh.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/validate/user.py +%%PYTHON_SITELIBDIR%%/salt/utils/validate/user.pyc %%PYTHON_SITELIBDIR%%/salt/utils/verify.py %%PYTHON_SITELIBDIR%%/salt/utils/verify.pyc %%PYTHON_SITELIBDIR%%/salt/utils/virt.py %%PYTHON_SITELIBDIR%%/salt/utils/virt.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/vt.py +%%PYTHON_SITELIBDIR%%/salt/utils/vt.pyc %%PYTHON_SITELIBDIR%%/salt/utils/winapi.py %%PYTHON_SITELIBDIR%%/salt/utils/winapi.pyc %%PYTHON_SITELIBDIR%%/salt/utils/winservice.py @@ -862,6 +1064,8 @@ %%PYTHON_SITELIBDIR%%/salt/wheel/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/wheel/config.py %%PYTHON_SITELIBDIR%%/salt/wheel/config.pyc +%%PYTHON_SITELIBDIR%%/salt/wheel/error.py +%%PYTHON_SITELIBDIR%%/salt/wheel/error.pyc %%PYTHON_SITELIBDIR%%/salt/wheel/file_roots.py %%PYTHON_SITELIBDIR%%/salt/wheel/file_roots.pyc %%PYTHON_SITELIBDIR%%/salt/wheel/key.py @@ -869,6 +1073,7 @@ %%PYTHON_SITELIBDIR%%/salt/wheel/pillar_roots.py %%PYTHON_SITELIBDIR%%/salt/wheel/pillar_roots.pyc man/man1/salt-call.1.gz +man/man1/salt-cloud.1.gz man/man1/salt-cp.1.gz man/man1/salt-key.1.gz man/man1/salt-master.1.gz @@ -880,8 +1085,14 @@ man/man7/salt.7.gz @dirrm %%PYTHON_SITELIBDIR%%/salt/wheel @dirrm %%PYTHON_SITELIBDIR%%/salt/utils/validate +@dirrm %%PYTHON_SITELIBDIR%%/salt/utils/decorators @dirrm %%PYTHON_SITELIBDIR%%/salt/utils +@dirrm %%PYTHON_SITELIBDIR%%/salt/transport @dirrm %%PYTHON_SITELIBDIR%%/salt/tops +@dirrm %%PYTHON_SITELIBDIR%%/salt/templates/virt +@dirrm %%PYTHON_SITELIBDIR%%/salt/templates/rh_ip +@dirrm %%PYTHON_SITELIBDIR%%/salt/templates/debian_ip +@dirrm %%PYTHON_SITELIBDIR%%/salt/templates @dirrm %%PYTHON_SITELIBDIR%%/salt/states @dirrm %%PYTHON_SITELIBDIR%%/salt/search @dirrm %%PYTHON_SITELIBDIR%%/salt/runners @@ -890,7 +1101,6 @@ @dirrm %%PYTHON_SITELIBDIR%%/salt/renderers @dirrm %%PYTHON_SITELIBDIR%%/salt/pillar @dirrm %%PYTHON_SITELIBDIR%%/salt/output -@dirrm %%PYTHON_SITELIBDIR%%/salt/modules/rh_ip @dirrm %%PYTHON_SITELIBDIR%%/salt/modules @dirrm %%PYTHON_SITELIBDIR%%/salt/log/handlers @dirrm %%PYTHON_SITELIBDIR%%/salt/log @@ -897,6 +1107,9 @@ @dirrm %%PYTHON_SITELIBDIR%%/salt/grains @dirrm %%PYTHON_SITELIBDIR%%/salt/fileserver @dirrm %%PYTHON_SITELIBDIR%%/salt/ext +@dirrm %%PYTHON_SITELIBDIR%%/salt/cloud/deploy +@dirrm %%PYTHON_SITELIBDIR%%/salt/cloud/clouds +@dirrm %%PYTHON_SITELIBDIR%%/salt/cloud @dirrm %%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper @dirrm %%PYTHON_SITELIBDIR%%/salt/client/ssh @dirrm %%PYTHON_SITELIBDIR%%/salt/client @@ -904,6 +1117,3 @@ @dirrm %%PYTHON_SITELIBDIR%%/salt/auth @dirrm %%PYTHON_SITELIBDIR%%/salt @dirrmtry %%ETCDIR%% -@stopdaemon salt-master -@stopdaemon salt-minion -@stopdaemon salt-syndic --Bn2rw/3z4jIqBvZU-- --5G06lTa6Jq83wMTw Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJTG0q6AAoJEAy1bITjfmSMHggP/1dDl22Hf+LP/X7orKbvOR7y n690WgWx6Y6OHoMLDq0VWycr9lKTEXcUOG2tjF5GmFh/zxFyDLwOrXEzHj41b8ct IcdQJiFcB2EUrBC+NwLUFAYgMpVogZSD55/Jme1Pj46PmqVlBZkoOu6bzvoCnk31 CwWPCygHHQMC1uBDHCOepfZCSYnIsd8+InoFc+xacjl0NcYAim9uFbOm4hEDuxiA o+Oh/zKm01TG4MiDhF36J8etq7df8TzTk/KooziJmvB96kg4xEKIQDV3AAw/246n W9qdrWS4P+ZCZXuub0FggztBB8Uc38tj8zwlt7j/7Q+aP5mBCwm8uiQXUBCItqpx b3gyCmuq+4Ksq0ym0YXgnCv4cR9EfUpVixEOLQWbNwR97QtTpCj3+PCNxyUnOTGD UB7emqpGCZx+vQpkIu+sjnE84oKa0WPes+HpVQiCrxjet/I8u46viLbe57u15BrS 3piEUHdEfeQlWCfM1sCW3P8WGX5hx7fCz98vkTpIejLUFYvMyujXqMpb9g1niecp XXGhee6Tc9Ez4LxwDRPpo2RNifD4D+aZ6M2oBfi/wLdjqS6X7jbISv567JD+bjUK zBv9GVxKQvhE8Dhx5rZl9+QJlOgv6ms8bGsCpF+c0XXbyYU19j25YeL86R3qgoQ+ vOQjm4ubezhvUub8enjo =VoK7 -----END PGP SIGNATURE----- --5G06lTa6Jq83wMTw-- From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 18:02:43 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8BBBAD1 for <python@freebsd.org>; Sat, 8 Mar 2014 18:02:43 +0000 (UTC) Received: from smtp3.hushmail.com (smtp3.hushmail.com [65.39.178.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E112AB0 for <python@freebsd.org>; Sat, 8 Mar 2014 18:02:43 +0000 (UTC) Received: from smtp3.hushmail.com (localhost [127.0.0.1]) by smtp3.hushmail.com (Postfix) with SMTP id 5098FE0160 for <python@freebsd.org>; Sat, 8 Mar 2014 18:02:36 +0000 (UTC) Received: from smtp.hushmail.com (w3.hushmail.com [65.39.178.62]) by smtp3.hushmail.com (Postfix) with ESMTP; Sat, 8 Mar 2014 18:02:36 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id 031E420108; Sat, 8 Mar 2014 18:02:35 +0000 (UTC) MIME-Version: 1.0 Date: Sat, 08 Mar 2014 13:02:35 -0500 To: python@freebsd.org Subject: Re: security/py-cryptography broken From: "Kenta S." <kentas@hush.com> References: <20140306044423.GA65814@dev.san.ru> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20140308180236.031E420108@smtp.hushmail.com> Cc: koobs@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 08 Mar 2014 18:02:43 -0000 Deluge was working fine until the py-openssl update. I tried following UPDATING but it left me with a broken system. I only have py-openssl because of Deluge. I uninstalled deluge and did a "pkg autoremove" to try and clean things up. I updated the ports tree and try to reinstall Deluge, but now I get this MD5 error and don't know how to fix whatever is broken. From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 23:33:12 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C203AE9 for <python@freebsd.org>; Sat, 8 Mar 2014 23:33:12 +0000 (UTC) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7140E852 for <python@freebsd.org>; Sat, 8 Mar 2014 23:33:12 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id v10so5536668pde.25 for <python@freebsd.org>; Sat, 08 Mar 2014 15:33:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=omvMcF2WFcW1p8OTlc6C5gLP5yeu9BrBG6TX6aK3564=; b=xgjNtH8o2T6F4zKBcpFuhkgC5q3V9cacQw9I+39/KpxIeigR5u44XwTPNyPNK4SO1Q PGEk3Qq1+qgrOr5rg1rpN1BsibUIt0uQM40KSO8GqG6nxjzVmv5RtA9vpYUniRJE0Dr5 pqwA9y0sTl52QMabK6/fr0hSlxOabeCFV+IINDfVg0iRUfv/S1stoDKzA6zgxJI4uPQq dHYAqUOgrf4yIBZY9XdGMMML2a/Ngfdi9HIuJmM8BEF9r9syCzsG3aBc2RjUji+Ofsj5 aZtxFryTidgJFtHQ3+Bk0wHC2J79ZKeDenHMdgANqRWmWHBqr3n8UlNPVbrYtKSaBvTi 5WCA== X-Received: by 10.67.23.135 with SMTP id ia7mr30562711pad.5.1394321591601; Sat, 08 Mar 2014 15:33:11 -0800 (PST) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id ja8sm50099230pbd.3.2014.03.08.15.33.09 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 08 Mar 2014 15:33:11 -0800 (PST) Message-ID: <531BA8AD.3090209@FreeBSD.org> Date: Sun, 09 Mar 2014 10:33:01 +1100 From: Kubilay Kocak <koobs.freebsd@gmail.com> User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Thunderbird/27.0 MIME-Version: 1.0 To: "Kenta S." <kentas@hush.com>, python@freebsd.org Subject: Re: security/py-cryptography broken References: <20140306044423.GA65814@dev.san.ru> <20140308180236.031E420108@smtp.hushmail.com> In-Reply-To: <20140308180236.031E420108@smtp.hushmail.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 08 Mar 2014 23:33:12 -0000 On 9/03/2014 5:02 AM, Kenta S. wrote: > Deluge was working fine until the py-openssl update. I tried following UPDATING > but it left me with a broken system. I only have py-openssl because of Deluge. > I uninstalled deluge and did a "pkg autoremove" to try and clean things up. > I updated the ports tree and try to reinstall Deluge, but now I get this MD5 > error and don't know how to fix whatever is broken. > Which UPDATING entry instructions did you follow? I don't recall any for deluge, py-openssl or py-cryptography. Last night I made a change to py-cryptography that fixed py-cffi incorrectly not being included as a RUN_DEPENDS. I'm not sure to what extent its related to your issue, but can you update py-cryptography (as py-openssl depends on it) to the latest version and let me know if that works. If not: What does the following python command output: python -c "from hashlib import md5, sha512" From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 23:49:23 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 928C4E1B for <python@freebsd.org>; Sat, 8 Mar 2014 23:49:23 +0000 (UTC) Received: from smtp10.hushmail.com (smtp10.hushmail.com [65.39.178.143]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 782F592A for <python@freebsd.org>; Sat, 8 Mar 2014 23:49:23 +0000 (UTC) Received: from smtp10.hushmail.com (localhost [127.0.0.1]) by smtp10.hushmail.com (Postfix) with SMTP id 2540EC0131 for <python@freebsd.org>; Sat, 8 Mar 2014 23:49:16 +0000 (UTC) Received: from smtp.hushmail.com (w3.hushmail.com [65.39.178.62]) by smtp10.hushmail.com (Postfix) with ESMTP; Sat, 8 Mar 2014 23:49:15 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id C565A20106; Sat, 8 Mar 2014 23:49:15 +0000 (UTC) MIME-Version: 1.0 Date: Sat, 08 Mar 2014 18:49:15 -0500 To: koobs@freebsd.org, python@freebsd.org Subject: Re: security/py-cryptography broken From: "Kenta S." <kentas@hush.com> In-Reply-To: <531BA8AD.3090209@FreeBSD.org> References: <20140306044423.GA65814@dev.san.ru> <20140308180236.031E420108@smtp.hushmail.com> <531BA8AD.3090209@FreeBSD.org> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20140308234915.C565A20106@smtp.hushmail.com> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 08 Mar 2014 23:49:23 -0000 On 03/08/2014 at 6:33 PM, "Kubilay Kocak" <koobs.freebsd@gmail.com> wrote: > >Which UPDATING entry instructions did you follow? I don't recall >any for deluge, py-openssl or py-cryptography. 20140307: AFFECTS: users of devel/py-setuptools dependent ports AUTHOR: sunpoet@FreeBSD.org >I'm not sure to what extent its related to your issue, but can you >update py-cryptography (as py-openssl depends on it) to the latest >version and let me know if that works. I uninstalled Deluge and all dependencies, so py-cryptography is gone. I only have : python27-2.7.6_4 Interpreted object-oriented programming language No other py* stuff installed. I thought this would let Deluge build, but it did not. >What does the following python command output: > >python -c "from hashlib import md5, sha512" $ python -c "from hashlib import md5, sha512" -bash: python: command not found So I try: $ python2.7 -c "from hashlib import md5, sha512" ERROR:root:code for hash md5 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 139, in <module> globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 103, in __get_openssl_constructor return __get_builtin_constructor(name) File "/usr/local/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type md5 ERROR:root:code for hash sha1 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 139, in <module> globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 103, in __get_openssl_constructor return __get_builtin_constructor(name) File "/usr/local/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha1 ERROR:root:code for hash sha224 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 139, in <module> globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 103, in __get_openssl_constructor return __get_builtin_constructor(name) File "/usr/local/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha224 ERROR:root:code for hash sha256 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 139, in <module> globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 103, in __get_openssl_constructor return __get_builtin_constructor(name) File "/usr/local/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha256 ERROR:root:code for hash sha384 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 139, in <module> globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 103, in __get_openssl_constructor return __get_builtin_constructor(name) File "/usr/local/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha384 ERROR:root:code for hash sha512 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 139, in <module> globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 103, in __get_openssl_constructor return __get_builtin_constructor(name) File "/usr/local/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha512 Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: cannot import name md5 From owner-freebsd-python@FreeBSD.ORG Sun Mar 9 09:10:43 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F3162D41 for <python@freebsd.org>; Sun, 9 Mar 2014 09:10:43 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF42682F for <python@freebsd.org>; Sun, 9 Mar 2014 09:10:43 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s299Ahkj001567 for <python@freebsd.org>; Sun, 9 Mar 2014 09:10:43 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s299AhCo001564; Sun, 9 Mar 2014 09:10:43 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403090910.s299AhCo001564@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sun, 9 Mar 2014 09:10:43 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 09 Mar 2014 09:10:44 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Sun Mar 9 14:30:08 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EAEA442C; Sun, 9 Mar 2014 14:30:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C153CE15; Sun, 9 Mar 2014 14:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s29EU87M034802; Sun, 9 Mar 2014 14:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s29EU8Z5034801; Sun, 9 Mar 2014 14:30:08 GMT (envelope-from edwin) Date: Sun, 9 Mar 2014 14:30:08 GMT Message-Id: <201403091430.s29EU8Z5034801@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187393: databases/py-firebirdsql: update to 0.9.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 09 Mar 2014 14:30:09 -0000 Synopsis: databases/py-firebirdsql: update to 0.9.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 9 14:30:08 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187393 From owner-freebsd-python@FreeBSD.ORG Sun Mar 9 17:41:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84FCF8E3 for <freebsd-python@freebsd.org>; Sun, 9 Mar 2014 17:41:05 +0000 (UTC) Received: from mail-qa0-x236.google.com (mail-qa0-x236.google.com [IPv6:2607:f8b0:400d:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 47351198 for <freebsd-python@freebsd.org>; Sun, 9 Mar 2014 17:41:05 +0000 (UTC) Received: by mail-qa0-f54.google.com with SMTP id w8so6133649qac.27 for <freebsd-python@freebsd.org>; Sun, 09 Mar 2014 10:41:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=gHIF6ydLXF4FoVNZeb00y9m+lcJH2zKxQPshRGD1HLU=; b=fJXuNazOLn3XCTb/XqMTDVaP4eCP1KEnSbnKCBKkKXbTIqutuin78qc7Nvw73TFgrn k68MPmhBpNS1R2T3R8DTDS6tQLGoVrOI5GbkipHBHYJr3bLYXfIiBezjsuCCv0LxpVny 4SFpSBnJyfqp3Ncps2xc5slMScdhiIvi4jO4WDhf02rmLE89X/Tr2YYO9BGfefwbNniM aoRmZfjjt3R34r2xZIs8FlF0EuEFnAsFvfH99fqGx4MQ7hLllveH5gY+7wEs4OB2KxHy OKqAMrS6pqV75jR1cwD2fNV6uFyRntKvn4TURV1jkzEFURwxZQnkjPXhz0cigqC5g+y5 A3BA== X-Received: by 10.224.80.201 with SMTP id u9mr35733519qak.5.1394386864536; Sun, 09 Mar 2014 10:41:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.195.232 with HTTP; Sun, 9 Mar 2014 10:40:43 -0700 (PDT) In-Reply-To: <201403080205.s28257aT017484@freefall.freebsd.org> References: <201403080205.s28257aT017484@freefall.freebsd.org> From: Christer Edwards <christer.edwards@gmail.com> Date: Sun, 9 Mar 2014 11:40:43 -0600 Message-ID: <CAH2d3+vHhc8mzSZHEUHJu6fV5jXYaiCTuLrAh7dsSg1b9VvNgg@mail.gmail.com> Subject: Re: ports/186950: maintainer update : sysutils/py-salt To: freebsd-python@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 09 Mar 2014 17:41:05 -0000 Approved latest patch (with pkg-plist). On Fri, Mar 7, 2014 at 7:05 PM, <koobs@freebsd.org> wrote: > Synopsis: maintainer update : sysutils/py-salt > > State-Changed-From-To: open->feedback > State-Changed-By: koobs > State-Changed-When: Sat Mar 8 02:05:07 UTC 2014 > State-Changed-Why: > Ask for submitter approval. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=186950 > From owner-freebsd-python@FreeBSD.ORG Sun Mar 9 20:40:28 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 447C0EA7; Sun, 9 Mar 2014 20:40:28 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 19228204; Sun, 9 Mar 2014 20:40:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s29KeRGX048469; Sun, 9 Mar 2014 20:40:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s29KeRIb048468; Sun, 9 Mar 2014 20:40:27 GMT (envelope-from edwin) Date: Sun, 9 Mar 2014 20:40:27 GMT Message-Id: <201403092040.s29KeRIb048468@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187402: [maintainer-update] textproc/py-wtforms update to 1.0.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 09 Mar 2014 20:40:28 -0000 Synopsis: [maintainer-update] textproc/py-wtforms update to 1.0.5 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 9 20:40:27 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187402 From owner-freebsd-python@FreeBSD.ORG Sun Mar 9 21:39:38 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4728227; Sun, 9 Mar 2014 21:39:38 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA26D8F5; Sun, 9 Mar 2014 21:39:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s29Ldc9i066337; Sun, 9 Mar 2014 21:39:38 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s29LdcS1066336; Sun, 9 Mar 2014 21:39:38 GMT (envelope-from linimon) Date: Sun, 9 Mar 2014 21:39:38 GMT Message-Id: <201403092139.s29LdcS1066336@freefall.freebsd.org> To: christer.edwards@gmail.com, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/186950: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 09 Mar 2014 21:39:39 -0000 Synopsis: maintainer update : sysutils/py-salt State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sun Mar 9 21:39:24 UTC 2014 State-Changed-Why: Maintainer approved, with submitted changes. http://www.freebsd.org/cgi/query-pr.cgi?pr=186950 From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 09:36:27 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99C6E588 for <python@freebsd.org>; Mon, 10 Mar 2014 09:36:27 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8742DCDB for <python@freebsd.org>; Mon, 10 Mar 2014 09:36:27 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s2A9aRIk078781 for <python@freebsd.org>; Mon, 10 Mar 2014 09:36:27 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s2A9aRhR078777; Mon, 10 Mar 2014 09:36:27 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403100936.s2A9aRhR078777@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 10 Mar 2014 09:36:27 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 10 Mar 2014 09:36:27 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ lang/python33 | 3.3.4 | 3.3.5 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 10:10:10 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34D49F66; Mon, 10 Mar 2014 10:10:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C78EF8A; Mon, 10 Mar 2014 10:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AAA9bl024343; Mon, 10 Mar 2014 10:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AAA9hc024342; Mon, 10 Mar 2014 10:10:09 GMT (envelope-from edwin) Date: Mon, 10 Mar 2014 10:10:09 GMT Message-Id: <201403101010.s2AAA9hc024342@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187412: [NEW PORT] devel/py-daemons X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 10 Mar 2014 10:10:10 -0000 Synopsis: [NEW PORT] devel/py-daemons Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 10 10:10:09 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187412 From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 10:20:10 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D6432BD; Mon, 10 Mar 2014 10:20:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D89AD13E; Mon, 10 Mar 2014 10:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AAK9WC028145; Mon, 10 Mar 2014 10:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AAK9F6028144; Mon, 10 Mar 2014 10:20:09 GMT (envelope-from edwin) Date: Mon, 10 Mar 2014 10:20:09 GMT Message-Id: <201403101020.s2AAK9F6028144@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187413: [NEW PORT] devel/py-python-statsd X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 10 Mar 2014 10:20:10 -0000 Synopsis: [NEW PORT] devel/py-python-statsd Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 10 10:20:09 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187413 From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 11:06:52 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B4F81C0 for <freebsd-python@FreeBSD.org>; Mon, 10 Mar 2014 11:06:52 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3040B81A for <freebsd-python@FreeBSD.org>; Mon, 10 Mar 2014 11:06:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AB6qPG043331 for <freebsd-python@FreeBSD.org>; Mon, 10 Mar 2014 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AB6p4n043329 for freebsd-python@FreeBSD.org; Mon, 10 Mar 2014 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 10 Mar 2014 11:06:51 GMT Message-Id: <201403101106.s2AB6p4n043329@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster <bugmaster@freebsd.org> 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.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 10 Mar 2014 11:06:52 -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 -------------------------------------------------------------------------------- o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187402 python [maintainer-update] textproc/py-wtforms update to 1.0. o ports/187393 python databases/py-firebirdsql: update to 0.9.2 f ports/187355 python [PATCH] devel/py-daemon: update to 1.6 o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So o ports/186950 python maintainer update : sysutils/py-salt o ports/186897 python databases/py-firebirdsql: update to 0.8.6 o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 f ports/186807 python error in databases/py-MySQLdb f ports/186397 python sysutils/py-salt patch breaks salt o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186192 python lang/python27: building python27-2.7.6_1 fails for WIT o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang o ports/178301 python [patch] lang/python2[67]: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/154209 python [PATCH] lang/python: Install symlink for ptags 26 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 12:30:21 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26B98B63; Mon, 10 Mar 2014 12:30:21 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F048127F; Mon, 10 Mar 2014 12:30:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2ACUKW0071426; Mon, 10 Mar 2014 12:30:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2ACUKuE071425; Mon, 10 Mar 2014 12:30:20 GMT (envelope-from edwin) Date: Mon, 10 Mar 2014 12:30:20 GMT Message-Id: <201403101230.s2ACUKuE071425@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187416: [PATCH] science/py-netCDF4: new LIB_DEPENDS format X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 10 Mar 2014 12:30:21 -0000 Synopsis: [PATCH] science/py-netCDF4: new LIB_DEPENDS format Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 10 12:30:20 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187416 From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 15:40:09 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86688D67; Mon, 10 Mar 2014 15:40:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5824C901; Mon, 10 Mar 2014 15:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AFe9AG030759; Mon, 10 Mar 2014 15:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AFe9PA030758; Mon, 10 Mar 2014 15:40:09 GMT (envelope-from edwin) Date: Mon, 10 Mar 2014 15:40:09 GMT Message-Id: <201403101540.s2AFe9PA030758@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187419: [UPDATE] net/py-netifaces: update to 0.8_1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 10 Mar 2014 15:40:09 -0000 Synopsis: [UPDATE] net/py-netifaces: update to 0.8_1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 10 15:40:09 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187419 From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 15:40:11 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46F89D6B; Mon, 10 Mar 2014 15:40:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 19689904; Mon, 10 Mar 2014 15:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AFeAog030834; Mon, 10 Mar 2014 15:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AFeAMQ030833; Mon, 10 Mar 2014 15:40:10 GMT (envelope-from edwin) Date: Mon, 10 Mar 2014 15:40:10 GMT Message-Id: <201403101540.s2AFeAMQ030833@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187419: [UPDATE] net/py-netifaces: update to 0.8_1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 10 Mar 2014 15:40:11 -0000 Synopsis: [UPDATE] net/py-netifaces: update to 0.8_1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Mar 10 15:40:10 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187419 From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 15:50:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC35A26A for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 10 Mar 2014 15:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 99F36A05 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 10 Mar 2014 15:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AFo1wp033769 for <freebsd-python@freefall.freebsd.org>; Mon, 10 Mar 2014 15:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AFo19l033768; Mon, 10 Mar 2014 15:50:01 GMT (envelope-from gnats) Date: Mon, 10 Mar 2014 15:50:01 GMT Message-Id: <201403101550.s2AFo19l033768@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/187419: [UPDATE] net/py-netifaces: update to 0.8_1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis <edwin@FreeBSD.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 10 Mar 2014 15:50:01 -0000 The following reply was made to PR ports/187419; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: count@211.ru Cc: bug-followup@FreeBSD.org Subject: Re: ports/187419: [UPDATE] net/py-netifaces: update to 0.8_1 Date: Mon, 10 Mar 2014 15:40:10 UT Maintainer of net/py-netifaces, Please note that PR ports/187419 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/187419 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 16:10:09 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6F6CCA3; Mon, 10 Mar 2014 16:10:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48FE6BFD; Mon, 10 Mar 2014 16:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AGA8Zm039800; Mon, 10 Mar 2014 16:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AGA8eT039799; Mon, 10 Mar 2014 16:10:08 GMT (envelope-from edwin) Date: Mon, 10 Mar 2014 16:10:08 GMT Message-Id: <201403101610.s2AGA8eT039799@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187421: [UPDATE] databases/py-swift: update to 1.13.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 10 Mar 2014 16:10:09 -0000 Synopsis: [UPDATE] databases/py-swift: update to 1.13.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 10 16:10:08 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187421 From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 16:10:11 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 111B8CA6; Mon, 10 Mar 2014 16:10:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB9D1BFE; Mon, 10 Mar 2014 16:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AGAAfT039878; Mon, 10 Mar 2014 16:10:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AGAAER039877; Mon, 10 Mar 2014 16:10:10 GMT (envelope-from edwin) Date: Mon, 10 Mar 2014 16:10:10 GMT Message-Id: <201403101610.s2AGAAER039877@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187421: [UPDATE] databases/py-swift: update to 1.13.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 10 Mar 2014 16:10:11 -0000 Synopsis: [UPDATE] databases/py-swift: update to 1.13.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Mar 10 16:10:10 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187421 From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 16:20:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55FF3F59 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 10 Mar 2014 16:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 40948CF1 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 10 Mar 2014 16:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AGK1Jr043892 for <freebsd-python@freefall.freebsd.org>; Mon, 10 Mar 2014 16:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AGK17Q043891; Mon, 10 Mar 2014 16:20:01 GMT (envelope-from gnats) Date: Mon, 10 Mar 2014 16:20:01 GMT Message-Id: <201403101620.s2AGK17Q043891@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/187421: [UPDATE] databases/py-swift: update to 1.13.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis <edwin@FreeBSD.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 10 Mar 2014 16:20:01 -0000 The following reply was made to PR ports/187421; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: gslin@gslin.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/187421: [UPDATE] databases/py-swift: update to 1.13.0 Date: Mon, 10 Mar 2014 16:10:09 UT Maintainer of databases/py-swift, Please note that PR ports/187421 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/187421 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 17:20:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 761DE5B0 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 10 Mar 2014 17:20:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 61D0F3A5 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 10 Mar 2014 17:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AHK16K062241 for <freebsd-python@freefall.freebsd.org>; Mon, 10 Mar 2014 17:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AHK1xE062240; Mon, 10 Mar 2014 17:20:01 GMT (envelope-from gnats) Date: Mon, 10 Mar 2014 17:20:01 GMT Message-Id: <201403101720.s2AHK1xE062240@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Gea-Suan Lin <gslin@gslin.org> Subject: Re: ports/187421: [UPDATE] databases/py-swift: update to 1.13.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Gea-Suan Lin <gslin@gslin.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 10 Mar 2014 17:20:02 -0000 The following reply was made to PR ports/187421; it has been noted by GNATS. From: Gea-Suan Lin <gslin@gslin.org> To: bug-followup@FreeBSD.org Cc: gslin@gslin.org Subject: Re: ports/187421: [UPDATE] databases/py-swift: update to 1.13.0 Date: Mon, 10 Mar 2014 17:05:08 +0000 Thanks, please commit it. On Mon, Mar 10, 2014 at 04:10:09PM +0000, Edwin Groothuis wrote: > Maintainer of databases/py-swift, > > Please note that PR ports/187421 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/187421 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Tue Mar 11 21:15:34 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A51B1B3; Tue, 11 Mar 2014 21:15:34 +0000 (UTC) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F43C2BB; Tue, 11 Mar 2014 21:15:33 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id m15so8317270wgh.27 for <multiple recipients>; Tue, 11 Mar 2014 14:15:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:organization:user-agent :mime-version:content-type; bh=6R+xR6bpHzRqBI/2hkBSMkZCl/W5Pf17aac50ft+484=; b=dbYy0/kYup0yAjtpKh4J3pkeU35pYgKxvvdWSoCtkpvPwu6fAuy2zUUG9E97KVmO7J oCCbz1UtC+/E1FOBLI38NWOz4NZR3fS+Mtp6nzsGYHYo1co0WisSWG/YR6+4o4Noc4UK tKcbAuUlYTLTNhmvqXYJzae2M2Lw9rC3vsKxhUOD4fMYF/LvMaLvz2MvsK0DuyrAuHgs nj2ZHZMSbWlzfsTEEeqOFI4EoREJHl3jEQKzRsKxkryYyXqekN25l20HlQcgq1J4J4Pe /4SktzRNCwGoTdjH3LfedK9rAbCIZiTRmjjE8sF4LUfHuq/o0HRjS73w8YcHFXl0ixHh P53A== X-Received: by 10.194.188.41 with SMTP id fx9mr3540019wjc.56.1394572531151; Tue, 11 Mar 2014 14:15:31 -0700 (PDT) Received: from dragon.dg ([197.87.118.119]) by mx.google.com with ESMTPSA id ci4sm64443665wjc.21.2014.03.11.14.15.22 for <multiple recipients> (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 11 Mar 2014 14:15:29 -0700 (PDT) Sender: David Naylor <naylor.b.david@gmail.com> From: David Naylor <dbn@freebsd.org> To: python@freebsd.org Subject: [RFC] Add support to virtualenv for out implementation of pypy Date: Tue, 11 Mar 2014 23:15:16 +0300 Message-ID: <1820006.CmSahJhOvA@dragon.dg> Organization: FreeBSD User-Agent: KMail/4.10.5 (FreeBSD/9.2-STABLE; KDE/4.10.5; amd64; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2551281.1afdmRE7dP"; micalg="pgp-sha512"; protocol="application/pgp-signature" Cc: nivit@freebsd.org, Tobias Oberstein <tobias.oberstein@tavendo.de> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 11 Mar 2014 21:15:34 -0000 --nextPart2551281.1afdmRE7dP Content-Type: multipart/mixed; boundary="nextPart5147813.9G4fd4biQ4" Content-Transfer-Encoding: 7Bit This is a multi-part message in MIME format. --nextPart5147813.9G4fd4biQ4 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Hi, The version of pypy in ports is not a standard version, as it tries to follow the directory layout of python and not have everything in its own subdirectory. As a result of this virtualenv support does not work. A large portion of the problem is that virtualenv hard codes directory paths that it should be deducing from the python libraries (such as sysconfig or distutils.sysconfig). Please find attached for a patch that adds support for our pypy to virtualenv, I have tried to do it in a manor that is generic and should be upstreamable (except for some site-packages) related stuff. When testing this please use lang/pypy-devel, or apply the sysconfig.py patch - also attached - to the sysconfig.py found in /usr/local/lib/pypy-2.2. Regards --nextPart5147813.9G4fd4biQ4 Content-Disposition: attachment; filename="virtualenv.diff" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="ISO-8859-1"; name="virtualenv.diff" Only in ./scripts: virtualenv-2.7 diff -ur ../virtualenv-1.10.1/virtualenv.py ./virtualenv.py --- ../virtualenv-1.10.1/virtualenv.py 2013-08-08 03:05:07.000000000 +0200 +++ ./virtualenv.py 2014-03-11 23:05:09.000000000 +0200 @@ -22,6 +22,7 @@ import struct import subprocess import tarfile +import sysconfig if sys.version_info < (2, 6): print('ERROR: %s' % sys.exc_info()[1]) @@ -107,7 +108,7 @@ 'fnmatch', 'locale', 'encodings', 'codecs', 'stat', 'UserDict', 'readline', 'copy_reg', 'types', 're', 'sre', 'sre_parse', 'sre_constants', 'sre_compile', - 'zlib'] + 'sysconfig', 'zlib'] REQUIRED_FILES = ['lib-dynload', 'config'] @@ -131,7 +132,6 @@ if minver >= 2: REQUIRED_FILES[-1] = 'config-%s' % majver if minver == 3: - import sysconfig platdir = sysconfig.get_config_var('PLATDIR') REQUIRED_FILES.append(platdir) # The whole list of 3.3 modules is reproduced below - the current @@ -970,8 +970,6 @@ def path_locations(home_dir): """Return the path locations for the environment (where libraries are, where scripts go, etc)""" - # XXX: We'd use distutils.sysconfig.get_python_inc/lib but its - # prefix arg is broken: http://bugs.python.org/issue3386 if is_win: # Windows has lots of problems with executables with spaces in # the name; this function will remove them (using the ~1 @@ -993,19 +991,11 @@ print('Exiting.') sys.exit(3) home_dir = str(buf.value) - lib_dir = join(home_dir, 'Lib') - inc_dir = join(home_dir, 'Include') - bin_dir = join(home_dir, 'Scripts') - if is_jython: - lib_dir = join(home_dir, 'Lib') - inc_dir = join(home_dir, 'Include') - bin_dir = join(home_dir, 'bin') - elif is_pypy: - lib_dir = home_dir - inc_dir = join(home_dir, 'include') - bin_dir = join(home_dir, 'bin') - elif not is_win: - lib_dir = join(home_dir, 'lib', py_version) + paths = sysconfig.get_paths(vars={'base':home_dir, 'platbase':home_dir}) + lib_dir = paths['stdlib'] + inc_dir = paths['include'] + bin_dir = paths['scripts'] + if not is_win: multiarch_exec = '/usr/bin/multiarch-platform' if is_executable_file(multiarch_exec): # In Mageia (2) and Mandriva distros the include dir must be like: @@ -1015,12 +1005,8 @@ stdout, stderr = p.communicate() # stdout.strip is needed to remove newline character inc_dir = join(home_dir, 'include', stdout.strip(), py_version + abiflags) - else: - inc_dir = join(home_dir, 'include', py_version + abiflags) - bin_dir = join(home_dir, 'bin') return home_dir, lib_dir, inc_dir, bin_dir - def change_prefix(filename, dst_prefix): prefixes = [sys.prefix] @@ -1166,10 +1152,7 @@ if not site_packages: writefile(site_packages_filename, '') - if is_pypy or is_win: - stdinc_dir = join(prefix, 'include') - else: - stdinc_dir = join(prefix, 'include', py_version + abiflags) + stdinc_dir = sysconfig.get_path('include') if os.path.exists(stdinc_dir): copyfile(stdinc_dir, inc_dir, symlink) else: @@ -1192,12 +1175,7 @@ # pypy never uses exec_prefix, just ignore it if sys.exec_prefix != prefix and not is_pypy: - if is_win: - exec_dir = join(sys.exec_prefix, 'lib') - elif is_jython: - exec_dir = join(sys.exec_prefix, 'Lib') - else: - exec_dir = join(sys.exec_prefix, 'lib', py_version) + exec_dir = sysconfig.get_path('stdlib') for fn in os.listdir(exec_dir): copyfile(join(exec_dir, fn), join(lib_dir, fn), symlink) @@ -1493,21 +1471,16 @@ Platforms that use the "posix_local" install scheme (like Ubuntu with Python 2.7) need to be given an additional "local" location, sigh. """ - try: - import sysconfig - except ImportError: - pass - else: - if sysconfig._get_default_scheme() == 'posix_local': - local_path = os.path.join(home_dir, 'local') - if not os.path.exists(local_path): - os.mkdir(local_path) - for subdir_name in os.listdir(home_dir): - if subdir_name == 'local': - continue - cp_or_ln = (os.symlink if symlink else copyfile) - cp_or_ln(os.path.abspath(os.path.join(home_dir, subdir_name)), \ - os.path.join(local_path, subdir_name)) + if sysconfig._get_default_scheme() == 'posix_local': + local_path = os.path.join(home_dir, 'local') + if not os.path.exists(local_path): + os.mkdir(local_path) + for subdir_name in os.listdir(home_dir): + if subdir_name == 'local': + continue + cp_or_ln = (os.symlink if symlink else copyfile) + cp_or_ln(os.path.abspath(os.path.join(home_dir, subdir_name)), \ + os.path.join(local_path, subdir_name)) def fix_lib64(lib_dir, symlink=True): """ @@ -1815,147 +1788,159 @@ ##file site.py SITE_PY = convert(""" -eJzFPf1z2zaWv/OvwMqToZTIdOJ0e3tOnRsncVrvuYm3SWdz63q0lARZrCmSJUjL2pu7v/3eBwAC -JCXbm+6cphNLJPDw8PC+8PAeOhgMTopCZnOxyud1KoWScTlbiiKulkos8lJUy6Sc7xdxWW3g6ewm -vpZKVLlQGxVhqygInn7lJ3gqPi8TZVCAb3Fd5au4SmZxmm5EsiryspJzMa/LJLsWSZZUSZwm/4AW -eRaJp1+PQXCWCZh5mshS3MpSAVwl8oW42FTLPBPDusA5v4j+GL8cjYWalUlRQYNS4wwUWcZVkEk5 -BzShZa2AlEkl91UhZ8kimdmG67xO56JI45kUf/87T42ahmGg8pVcL2UpRQbIAEwJsArEA74mpZjl -cxkJ8UbOYhyAnzfEChjaGNdMIRmzXKR5dg1zyuRMKhWXGzGc1hUBIpTFPAecEsCgStI0WOfljRrB -ktJ6rOGRiJk9/Mkwe8A8cfwu5wCOH7Pg5yy5GzNs4B4EVy2ZbUq5SO5EjGDhp7yTs4l+NkwWYp4s -FkCDrBphk4ARUCJNpgcFLcd3eoVeHxBWlitjGEMiytyYX1KPKDirRJwqYNu6QBopwvydnCZxBtTI -bmE4gAgkDfrGmSeqsuPQ7EQOAEpcxwqkZKXEcBUnGTDrj/GM0P5rks3ztRoRBWC1lPi1VpU7/2EP -AaC1Q4BxgItlVrPO0uRGppsRIPAZsC+lqtMKBWKelHJW5WUiFQEA1DZC3gHSYxGXUpOQOdPI7Zjo -TzRJMlxYFDAUeHyJJFkk13VJEiYWCXAucMX7jz+Jd6dvzk4+aB4zwFhmr1eAM0ChhXZwggHEQa3K -gzQHgY6Cc/wj4vkchewaxwe8mgYH9650MIS5F1G7j7PgQHa9uHoYmGMFyoTGCqjff0OXsVoCff7n -nvUOgpNtVKGJ87f1MgeZzOKVFMuY+Qs5I/hOw3kdFdXyFXCDQjgVkErh4iCCCcIDkrg0G+aZFAWw -WJpkchQAhabU1l9FYIUPebZPa93iBIBQBhm8dJ6NaMRMwkS7sF6hvjCNNzQz3SSw67zKS1IcwP/Z -jHRRGmc3hKMihuJvU3mdZBkihLwQhHshDaxuEuDEeSTOqRXpBdNIhKy9uCWKRA28hEwHPCnv4lWR -yjGLL+rW3WqEBpOVMGudMsdBy4rUK61aM9Ve3juMvrS4jtCslqUE4PXUE7pFno/FFHQ2YVPEKxav -ap0T5wQ98kSdkCeoJfTF70DRE6XqlbQvkVdAsxBDBYs8TfM1kOwoCITYw0bGKPvMCW/hHfwLcPHf -VFazZRA4I1nAGhQivw0UAgGTIDPN1RoJj9s0K7eVTJKxpsjLuSxpqIcR+4ARf2BjnGvwIa+0UePp -4irnq6RClTTVJjNhi5eFFevHVzxvmAZYbkU0M00bOq1wemmxjKfSuCRTuUBJ0Iv0yi47jBn0jEm2 -uBIrtjLwDsgiE7Yg/YoFlc6ikuQEAAwWvjhLijqlRgoZTMQw0Kog+KsYTXqunSVgbzbLASokNt8z -sD+A2z9AjNbLBOgzAwigYVBLwfJNk6pEB6HRR4Fv9E1/Hh849WyhbRMPuYiTVFv5OAvO6OFpWZL4 -zmSBvcaaGApmmFXo2l1nQEcU88FgEATGHdoo8zVXQVVujoAVhBlnMpnWCRq+yQRNvf6hAh5FOAN7 -3Ww7Cw80hOn0AajkdFmU+Qpf27l9AmUCY2GPYE9ckJaR7CB7nPgKyeeq9MI0RdvtsLNAPRRc/HT6 -/uzL6SdxLC4blTZu67MrGPM0i4GtySIAU7WGbXQZtETFl6DuE+/BvBNTgD2j3iS+Mq5q4F1A/XNZ -02uYxsx7GZx+OHlzfjr5+dPpT5NPZ59PAUGwMzLYoymjeazBYVQRCAdw5VxF2r4GnR704M3JJ/sg -mCRq8u03wG7wZHgtK2DicggzHotwFd8pYNBwTE1HiGOnAVjwcDQSr8Xh06cvDwlasSk2AAzMrtMU -H060RZ8k2SIPR9T4V3bpj1lJaf/t8uibK3F8LMJf49s4DMCHapoyS/xI4vR5U0joWsGfYa5GQTCX -CxC9G4kCOnxKfvGIO8CSQMtc2+lf8yQz75kr3SFIfwypB+AwmczSWClsPJmEQATq0POBDhE71yh1 -Q+hYbNyuI40KfkoJC5thlzH+04NiPKV+iAaj6HYxjUBcV7NYSW5F04d+kwnqrMlkqAcEYSaJAYeL -1VAoTBPUWWUCfi1xHuqwqcpT/InwUQuQAOLWCrUkLpLeOkW3cVpLNXQmBUQcDltkREWbKOJHcFGG -YImbpRuN2tQ0PAPNgHxpDlq0bFEOP3vg74C6Mps43Ojx3otphpj+mXcahAO4nCGqe6VaUFg7iovT -C/Hy+eE+ujOw55xb6njN0UInWS3twwWslpEHRph7GXlx6bJAPYtPj3bDXEV2ZbqssNBLXMpVfivn -gC0ysLPK4id6AztzmMcshlUEvU7+AKtQ4zfGuA/l2YO0oO8A1FsRFLP+Zun3OBggMwWKiDfWRGq9 -62dTWJT5bYLOxnSjX4KtBGWJFtM4NoGzcB6ToUkEDQFecIaUWssQ1GFZs8NKeCNItBfzRrFGBO4c -NfUVfb3J8nU24Z3wMSrd4ciyLgqWZl5s0CzBnngPVgiQzGFj1xCNoYDLL1C29gF5mD5MFyhLewsA -BIZe0XbNgWW2ejRF3jXisAhj9EqQ8JYS/YVbMwRttQwxHEj0NrIPjJZASDA5q+CsatBMhrJmmsHA -Dkl8rjuPeAvqA2hRMQKzOdTQuJGh3+URKGdx7iolpx9a5C9fvjDbqCXFVxCxKU4aXYgFGcuo2IBh -TUAnGI+MozXEBmtwbgFMrTRriv1PIi/YG4P1vNCyDX4A7O6qqjg6OFiv15GOLuTl9YFaHPzxT99+ -+6fnrBPnc+IfmI4jLTrUFh3QO/Roo++MBXptVq7Fj0nmcyPBGkryysgVRfy+r5N5Lo72R1Z/Ihc3 -Zhr/Na4MKJCJGZSpDLQdNBg9UftPopdqIJ6QdbZthyP2S7RJtVbMt7rQo8rBEwC/ZZbXaKobTlDi -GVg32KHP5bS+Du3gno00P2CqKKdDywP7L64QA58zDF8ZUzxBLUFsgRbfIf1PzDYxeUdaQyB50UR1 -ds+bfi1miDt/uLxbX9MRGjPDRCF3oET4TR4sgLZxV3Lwo11btHuOa2s+niEwlj4wzKsdyyEKDuGC -azF2pc7havR4QZrWrJpBwbiqERQ0OIlTprYGRzYyRJDo3ZjNPi+sbgF0akUOTXzArAK0cMfpWLs2 -KzieEPLAsXhBTyS4yEedd895aes0pYBOi0c9qjBgb6HRTufAl0MDYCwG5c8Dbmm2KR9bi8Jr0AMs -5xgQMtiiw0z4xvUBB3uDHnbqWP1tvZnGfSBwkYYci3oQdEL5mEcoFUhTMfR7bmNxS9zuYDstDjGV -WSYSabVFuNrKo1eodhqmRZKh7nUWKZqlOXjFVisSIzXvfWeB9kH4uM+YaQnUZGjI4TQ6Jm/PE8BQ -t8Pw2XWNgQY3DoMYrRJF1g3JtIR/wK2g+AYFo4CWBM2CeaiU+RP7HWTOzld/2cIeltDIEG7TbW5I -x2JoOOb9nkAy6mgMSEEGJOwKI7mOrA5S4DBngTzhhtdyq3QTjEiBnDkWhNQM4E4vvQ0OPonwBIQk -FCHfVUoW4pkYwPK1RfVhuvt35VIThBg6DchV0NGLYzey4UQ1jltRDp+h/fgGnZUUOXDwFFweN9Dv -srlhWht0AWfdV9wWKdDIFIcZjFxUrwxh3GDyH46dFg2xzCCGobyBvCMdM9IosMutQcOCGzDemrfH -0o/diAX2HYa5OpSrO9j/hWWiZrkKKWbSjl24H80VXdpYbM+T6QD+eAswGF15kGSq4xcYZfknBgk9 -6GEfdG+yGBaZx+U6yUJSYJp+x/7SdPCwpPSM3MEn2k4dwEQx4nnwvgQBoaPPAxAn1ASwK5eh0m5/ -F+zOKQ4sXO4+8Nzmy6OXV13ijrdFeOynf6lO76oyVrhaKS8aCwWuVteAo9KFycXZRh9e6sNt3CaU -uYJdpPj46YtAQnBcdx1vHjf1huERm3vn5H0M6qDX7iVXa3bELoAIakVklIPw8Rz5cGQfO7kdE3sE -kEcxzI5FMZA0n/wzcHYtFIyxP99kGEdrqwz8wOtvv5n0REZdJL/9ZnDPKC1i9In9sOUJ2pE5qWDX -bEsZp+RqOH0oqJg1rGPbFCPW57T90zx21eNzarRs7Lu/BX4MFAypS/ARno8bsnWnih/fndoKT9up -HcA6u1Xz2aNFgL19Pv0VdshKB9Vu4ySlcwWY/P4+Klezued4Rb/28CDtVDAOCfr2X+ryOXBDyNGE -UXc62hk7MQHnnl2w+RSx6qKyp3MImiMwLy/APf7sQtUWzDDucz5eOOxRTd6M+5yJr1Gr+PldNJAF -5tFg0Ef2rez4/zHL5/+aST5wKubk+ne0ho8E9HvNhI0HQ9PGw4fVv+yu3TXAHmCetridO9zC7tB8 -Vrkwzh2rJCWeou56KtaUrkCxVTwpAihz9vt64OAy6kPvt3VZ8tE1qcBClvt4HDsWmKllPL9eE7Mn -Dj7ICjGxzWYUq3byevI+NRLq6LOdSdjsG/rlbJmbmJXMbpMS+oLCHYY/fPzxNOw3IRjHhU4PtyIP -9xsQ7iOYNtTECR/Thyn0mC7/vFS1ty4+QU1GgIkIa7L12gc/EGziCP1rcE9EyDuw5WN23KHPlnJ2 -M5GUOoBsil2doPhbfI2Y2IwCP/9LxQtKYoOZzNIaacWON2YfLupsRucjlQT/SqcKY+oQJQRw+G+R -xtdiSJ3nGHrS3EjRqdu41N5nUeaYnCrqZH5wncyF/K2OU9zWy8UCcMHDK/0q4uEpAiXecU4DJy0q -OavLpNoACWKV67M/Sn9wGk43PNGhhyQf8zABMSHiSHzCaeN7JtzckMsEB/wTD5wk7ruxg5OsENFz -eJ/lExx1Qjm+Y0aqey5Pj4P2CDkAGABQmP9gpCN3/htJr9wDRlpzl6ioJT1SupGGnJwxhDIcYaSD -f9NPnxFd3tqC5fV2LK93Y3ndxvK6F8trH8vr3Vi6IoELa4NWRhL6AlftY43efBs35sTDnMazJbfD -3E/M8QSIojAbbCNTnALtRbb4fI+AkNp2DpzpYZM/k3BSaZlzCFyDRO7HQyy9mTfJ605nysbRnXkq -xp3dlkPk9z2IIkoVm1J3lrd5XMWRJxfXaT4FsbXojhsAY9FOJ+JYaXY7mXJ0t2WpBhf/9fmHjx+w -OYIamPQG6oaLiIYFpzJ8GpfXqitNzeavAHakln4iDnXTAPceGFnjUfb4n3eU4YGMI9aUoZCLAjwA -yuqyzdzcpzBsPddJUvo5MzkfNh2LQVYNmkltIdLJxcW7k88nAwr5Df534AqMoa0vHS4+poVt0PXf -3OaW4tgHhFrHthrj587Jo3XDEffbWAO248O3Hhw+xGD3hgn8Wf5LKQVLAoSKdPD3MYR68B7oq7YJ -HfoYRuwk/7kna+ys2HeO7DkuiiP6fccO7QH8w07cY0yAANqFGpqdQbOZail9a153UNQB+kBf76u3 -YO2tV3sn41PUTqLHAXQoa5ttd/+8cxo2ekpWb06/P/twfvbm4uTzD44LiK7cx08Hh+L0xy+C8kPQ -gLFPFGNqRIWZSGBY3EInMc/hvxojP/O64iAx9Hp3fq5PalZY6oK5z2hzInjOaUwWGgfNOAptH+r8 -I8Qo1Rskp6aI0nWo5gj3SyuuZ1G5zo+mUqUpOqu13nrpWjFTU0bn2hFIHzR2ScEgOMUMXlEWe2V2 -hSWfAOo6qx6ktI22iSEpBQU76QLO+Zc5XfECpdQZnjSdtaK/DF1cw6tIFWkCO7lXoZUl3Q3TYxrG -0Q/tATfj1acBne4wsm7Is96KBVqtVyHPTfcfNYz2Ww0YNgz2DuadSUoPoQxsTG4TITbik5xQ3sFX -u/R6DRQsGB70VbiIhukSmH0Mm2uxTGADATy5BOuL+wSA0FoJ/0DgyIkOyByzM8K3q/n+X0JNEL/1 -L7/0NK/KdP9vooBdkOBUorCHmG7jd7DxiWQkTj++H4WMHKXmir/UWB4ADgkFQB1pp/wlPkGfDJVM -Fzq/xNcH+EL7CfS61b2URam797vGIUrAEzUkr+GJMvQLMd3Lwh7jVEYt0Fj5YDHDCkI3DcF89sSn -pUxTne9+9u78FHxHLMZACeJzt1MYjuMleISuk++4wrEFCg/Y4XWJbFyiC0tJFvPIa9YbtEaRo95e -XoZdJwoMd3t1osBlnCgX7SFOm2GZcoIIWRnWwiwrs3arDVLYbUMUR5lhlphclJTA6vME8DI9jXlL -BHslLPUwEXg+RU6yymQspskM9CioXFCoYxASJC7WMxLn5RnHwPNSmTIoeFhsyuR6WeHpBnSOqAQD -m/948uX87AOVJRy+bLzuHuYc005gzEkkx5giiNEO+OKm/SFXTSZ9PKtfIQzUPvCn/YqzU455gE4/ -Dizin/YrrkM7dnaCPANQUHXRFg/cADjd+uSmkQXG1e6D8eOmADaY+WAoFollLzrRw51flxNty5Yp -obiPefmIA5xFYVPSdGc3Ja390XNcFHjONR/2N4K3fbJlPlPoetN5sy35zf10pBBLYgGjbmt/DJMd -1mmqp+Mw2zZuoW2ttrG/ZE6s1Gk3y1CUgYhDt/PIZbJ+JaybMwd6adQdYOI7ja6RxF5VPvglG2gP -w8PEEruzTzEdqYyFjABGMqSu/anBh0KLAAqEsn+HjuSOR08PvTk61uD+OWrdBbbxB1CEOheXajzy -EjgRvvzGjiO/IrRQjx6J0PFUMpnlNk8MP+slepUv/Dn2ygAFMVHsyji7lkOGNTYwn/nE3hKCJW3r -kfoyueozLOIMnNO7LRzelYv+gxODWosROu1u5KatjnzyYIPeUpCdBPPBl/EadH9RV0NeyS3n0L21 -dNuh3g8Rsw+hqT59H4YYjvkt3LI+DeBeamhY6OH9tuUUltfGOLLWPraqmkL7QnuwsxK2ZpWiYxmn -ONH4otYLaAzucWPyB/apThSyv3vqxJyYkAXKg7sgvbkNdINWOGHA5UpcOZpQOnxTTaPfzeWtTMFo -gJEdYrXDr7baYRTZcEpvHthXY3exudj040ZvGsyOTDkGemaqgPWLMlkdIDq9EZ9dmDXI4FL/orck -cXZDXvLbv56NxdsPP8G/b+RHMKVY/DgWfwM0xNu8hP0lV+/StQpYyVHxxjGvFVZIEjQ6quAbKNBt -u/DojMciusTEry2xmlJgVm254mtPAEWeIFW0N36CKZyA36ayq+WNGk+xb1EG+iXSYHuxCxaIHOiW -0bJapWgvnChJs5qXg/Ozt6cfPp1G1R1yuPk5cKIofkIWTkefEZd4HjYW9smsxidXjuP8g0yLHr9Z -bzpN4QxuOkUI+5LCbjT5So3Ybi7iEiMHotjM81mELYHluVavWoMjPXL2l/caes/KIqzhSJ+iNd48 -PgZqiF/aimgADamPnhP1JITiKRaN8eNo0G+Kx4JC2/Dn6c167kbGdfUPTbCNaTProd/d6sIl01nD -s5xEeB3bZTAFoWkSq9V05hYKfsyEvhEFtBydc8hFXKeVkBlILm3y6WoK0PRubR9LCLMKmzMqeKMw -TbqON8pJQoqVGOCoA6quxwMZihjCHvzH+IbtARYdipproQE6IUr7p9zpqurZkiWYt0REvZ7Eg3WS -vXTzeTSFeVDeIc8aRxbmiW4jY3QtKz1/fjAcXb5oMh0oKj3zKntnBVg9l032QHUWT58+HYj/uN/7 -YVSiNM9vwC0D2L1eyzm93mK59eTsanU9e/MmAn6cLeUlPLii6Ll9XmcUmtzRlRZE2r8GRohrE1pm -NO1bdpmDdiUfNHMLPrDSluPnLKF7jzC0JFHZ6uujMOxkpIlYEhRDGKtZkoQcpoD12OQ1FuVhmFHz -i7wDjk8QzBjf4gkZb7WX6GFSAq3lHovOsRgQ4AHllvFoVNVMZWmA5+Rio9GcnGVJ1dSTPHcPT/Vd -AJW9zkjzlYjXKBlmHi1iOPWdHqs2Hna+k0W9HUs+u3QDjq1Z8uv7cAfWBknLFwuDKTw0izTLZTkz -5hRXLJkllQPGtEM43JlucSLrEwU9KA1AvZNVmFuJtm//YNfFxfQjnSPvm5F0+lBlb8bi4FCctRIM -o6gZn8JQlpCWb82XEYzygcLa2hPwxhJ/0EFVLCbwLvBw6xrrTF/MwfkbzW0dAIcug7IK0rKjpyOc -G8gsfGbaLddp4Ie26ITbbVJWdZxO9P0PE3TYJvZgXeNp6+F2VnpabwWc/Bw84H2dug+Og8myQXpi -6q0pzTgWCx2iiNwSM78aq8jRyztkXwl8CqTMfGIKo00Q6dKyq6041TmbjopHUM9MFdMWz9yUz3Qq -T1zMx5TnZOoetnjRfgop3WEhXovhy7E4bG2BZsUGr3QCZJ/MQ98Vo24wFScqYObYviBDvD4Wwxdj -8ccd0KMtAxwduiO0N7QtCFuBvLx6NBnTZEpkC/ty2e/vq5MZQdMzjqOrNvm7ZPqOqPTvLSpxqaDO -WH7Rzlhujb11A9v5+EiGK1Aci0TO958oJKFGutHN2xmc8MNK+j2brKWLyJvSGqqgm8JmZN3oQUcj -GrfZDmKq07X64kJe1DVsOO3lAyZfppWzaK+bw3xGjV6LqABg0nemht/wkhd4r0nh+mdbz1p1NYAF -2xNK0CWffHLWNGwE9V5H8FEa4B5GESGeqjaKwpWsR4hISBfiEBM9a51mOxz/uzMP1xpsOxPtYPnt -N7vwdAWzt7qjZ0F3l1x4ImvrLJrlNp/+CJ3HKH1dv0pgHCiN6ICzau6sJDfzCNOY+TKa3KYzr/BW -SDqiRpOYStdt4q00X/+FfgzFDiirDNYCPKl6gSfKt3TJ5Ymi7De8q+abwxdjUyLMgPQEXkYvn+m7 -IKmbuQXB97HHeu8GL3W/w+jfHGBJ5fe2rzq7GZrWcetSKH+wkMJoo2hi6dAYpvsLQpo1iwVentgQ -k31rexPIe/B2puDnmFtQc3DYYEMa9aHraoxGerepti0CfL/J2CY5D+raKFJEepewbVOeuxTno0VB -9+q3IBhCQM5fxvwGXcG6OLIhNmNT8Ah06KZ14qe66S1AY3uCxra6CXdNn/vvmrtuEdiZm6yGztz9 -QlOXBrrvdivaRwMOb2hCPKhWotH4/cbEtQNjnUzTH6rXHyS/2wlnusWs3AfGpO5g4J/YU2NvzP4q -nrnfMTNsn29mduuKe52N1rQ7NqPN8Q/xFDgLBp/bqwYotWmuOZD3S3TV3oSTZSfy+lpNYrzmcUKb -bErs6uyezLbtPd3SJ2O1MbstvL0IQBhu0im4bpY9MAboSr5umvOinGtqBA1N2cNOOrJK5mwS9NYO -wEUcMaX+JiLP+cSDVGKgW9VlUcJueKAvJeaEnb4c5waoCeCtYnVjUDc9xvqOWlKslCVmapE5TtvK -9gEisBHvmIbJxL4DXnne3LeQjC0zyKxeyTKumruG/NSABDZdzQhUfY6L64TnGqlscYmLWGJ5w0EK -A2T2+zPYWHqb6h0XLIystns4O1EPHfJ9zN0NjjEyXJzc2XsG3fut5nTHtesd2mYN19m7lWAZzKV5 -pCN1rIzf6ou8+LJZjuSjf+nwD8i7W4Lpp6NbdcberUXDeeYqhO7NTXh1ABnnvgsZOxzQvXqxtQG2 -4/v6wjJKx8Pc0thSUfvkvQqnGW3URJAwc/SeCJJfHfDICJIH/4ERJH19JhgajY/WA731AveEmlg9 -uHdRNowAfSZAJDzJbt1kaEzl0M2+L3KV3A3szdKsK52SPmMekCO7l5QRCL5zUrmpyt6dcLsiSL50 -0ePvzz++OTknWkwuTt7+58n3lJ2FxyUtW/XgEFuW7zO19708cDfcpjNq+gZvsO25KpaLmTSEzvtO -MkIPhP7Ctb4FbSsy9/W2Dp0CoG4nQHz3tFtQt6nsXsgdv0wXm7h5NK2E7UA/5exa88tJUTCPzEkd -i0NzEmfeN4cnWkY7seVtC+fkuXbVifZX9XWgW+LeI5ttTSuAZybIX/bIxJTO2MA8Oyjt/98HpYhj -2aG5SgekcCadKx3pNkcGVfn/Y5ESlF2Mezt2FMf2km5qx8dDyt4+j2e/MxkZgnh1f4Pu/Fxhn8t0 -CxWCgBWevrCQETH6Tx+o2vSDJ0pc7lOF8T4qmyv7C9dMO7d/TTDJoLIXfynOVOJjVmi8qFM3ccD2 -6XQgp49Oo/KFU9ICmu8A6NyIpwL2Rn+JFeJ0I0LYOGqXDLNkiY761j4HebSbDvaGVs/F/rb6U7f+ -UogX2xvOWyWeusch91D39FC1qfJzLDCma24rLBWvCTIfZwq66ctzPvAMXW/74evt5Ysje7iA/I6v -HUVCaWUDx7BfOmmZO2+XdLoTs5RjytvDvZoTEtYtrhyo7BNs29t0alO27H9MngNDGnjv+0Nmpod3 -B/+gjallvSOYkhg+USOallPNo3G3T0bd6TZqqwuEK5MeAKSjAgEWgunoRidTdMPp3sPnejc4rele -XveEKXSkgrLGfI7gHsb3a/Brd6eK4gd1ZxRNf27Q5kC95CDc7Dtwq5EXCtluEtpTb/hgiwvAxdn9 -/V88oH83n9F2P9zlV9tWL3sLAtmXxRRYzAxqkcg8jsDIgN4ckrbGugkj6HgfTUNHl6GauSFfoONH -abV46zZtMMiZnWgPwBqF4P8ACHXrHw== +eNrFPWtz3DaS3/krsONyccYZUbacze3JUa5kW060p9ja2Kn1raKa5cxgNIw4JEOQkma39n +779QMAAT5G0iZ760rZEgE0Go1+odGNjEaj46KQ2VJs8mWdSqFkXC7WooirtRKrvBTVOimX +e0VcVlv4uriOr6QSVS7UVkXYKwqCZ7/yT/BMfFonyqAAP8V1lW/iKlnEaboVyabIy0ouxb +Iuk+xKJFlSJXGa/A165Fkknv16DILTTMDK00SW4kaWCuAqka/E+bZa55kY1wWu+UX0+/jl +ZCrUokyKCjqUGmegyDqugkzKJaAJPWsFpEwquacKuUhWycJ2vM3rdCmKNF5I8de/8tKoax +gGKt/I27UspcgAGYApAVaBeMCPSSkW+VJGQryWixgn4O8NsQKGNsU9U0jGLBdpnl3BmjK5 +kErF5VaM53VFgAhlscwBpwQwqJI0DW7z8lpNYEtpP27hk4iZPfzFMHvAOnH+LucAjh+y4M +csuZsybOAeBFetmW1KuUruRIxg4Vd5Jxcz/W2crMQyWa2ABlk1wS4BI6BEmsz3C9qOr/UO +fbNPWFmujGEOiShzZ26kEVFwWok4VcC2dYE0UoT5WzlP4gyokd3AdAARSBr0zbNMVGXnod +WJHACUuI8VSMlGifEmTjJg1u/jBaH95yRb5rdqQhSA3VLi51pV7vrHPQSA3g4BpgFultnN +OkuTa5luJ4DAJ8C+lKpOKxSIZVLKRZWXiVQEAFDbCnkHSE9FXEpNQuZMI7dToj/RJMlwY1 +HAUOCxEUmySq7qkiRMrBLgXOCKdx9+EG9PXp8ev9c8ZoCxzF5tAGeAQhvt4AQTiP1alftp +DgIdBWf4j4iXSxSyK5wf8Go67N+708EY1l5E7THOhgPZ9ebqaWCNFSgTmiugcX+HIVO1Bv +r84579DoLjIarQwvmn23UOMpnFGynWMfMXckbwtYbzTVRU61fADQrhVEAqhZuDCCYID0ji +0mycZ1IUwGJpkslJABSaU19/F4EV3ufZHu11ixMAQhlk0Oh8m9CMmYSFdmG9Qn1hOm9pZb +pLYPd5k5ekOID/swXpojTOrglHRQzFP83lVZJliBDyQhA+CWlidZ0AJy4jcUa9SC+YTiJk +7cU9USRq4CVkOuBJeRdvilROWXxRt+5WIzSZrITZ65Q5DnpWpF5p15ql9vLeQfS5xXWEZr +UuJQCv557QrfJ8KuagswmbIt6weFW3OXFO0CNPNAh5gnrCWPwZKHqsVL2RthF5BTQLMVSw +ytM0vwWSHQaBEE+wkzHKPnNCK7TB3wAX/05ltVgHgTOTBaxBIfJDoBAImASZaa7WSHjcpl +m5rWSSjDVFXi5lSVM9jNj7jPgDO+Nag/d5pY0aLxd3Od8kFaqkuTaZCVu8LKxYP77idcMy +wHIropnp2tBpg8tLi3U8l8YlmcsVSoLepFd222HOoGdOssWV2LCVgTYgi0zYgvQrFlQ6q0 +qSEwAwWPjiLCnqlDopZDARw0SbguBvYjTpuXaWgL3ZLAeokNh8L8D+AG5/AzG6XSdAnwVA +AA2DWgq2b55UJToIjT4KfKNvxvP8wKmnK22beMpVnKTaysdZcEofT8qSxHchCxw11cRQsM +KsQtfuKgM6opiPRqPAeENbxQRxPpgfcxVU5fYQWEOYeWezeZ2gIZzN0PTrX1TAswoHEW+Y +7WfhgcYwg94D1ZwhqzLfYLNd60dQLjAXjgieiHPSOpIdZo8zXyE5XRVfmK5oyx32FqiXgv +MfTt6dfj75KI7ERaPipm39dglznmQxsDlZCGCy1rSNboOeqAgT1IXiHZh7YhKwbzSaxFnG +VQ28DKh/KmtqhmUsvMbg5P3x67OT2Y8fT36YfTz9dAIIgt2RwRNaMprLGhxIFYGwAJcuVa +TtbdAZQR9eH3+0H4JZomZffQnsB1/GV7ICpi7HsOKpCDfxnQKGDafUdYI4djqARQ8nE/GN +OHj27OUBQSu2xRaAgRl2uuLHmbbwsyRb5eGEOv/MLv4RKy3tz10cfnkpjo5E+HN8E4cB+F +RNV2aJ70m8Pm0LCUMr+Gecq0kQLOUKRPFaosCOn5GfPOEBsCXQM9d2++c8yUw7c6U7BemT +MY0AHGazRRorhZ1nsxCIQAN6/sCAiJ1tlMIxDCy27tCJRgX/lBI2NsMhU/yrB8V4TuMQDU +bRHWI6gfhuFrGS3IuWD+NmM9Rhs9lYTwjCTRIDDhirpVCYLqjDygT8XOI81Glzlaf4K8JH +rUACiEct1Jq4SfooFd3EaS3V2FkUEHE8bpERFW+iiB/BZRmDZW62bjJpU9PwDHQD8qU5aN +WyRTn88wT8H1Bf5lCHBz8+izHNENM/8smDcAAXNET1r1QLCmtLcX5yLl4+P9hD9wbOoEtL +Ha87Wuwkq6X9uILdMvLACPMoIy8uXVaod/Hr4W6Ym8juTJcVVnqLS7nJb+QSsEUGdnZZ/E +AtcFKHdSxi2EXQ8+QfsAo1fmSM51JePUgL+hJAvQ1BMftvtv4JBwdkpkAR8UGbSK2jAGwa +izK/SdD5mG91I9hOUJZoQY2jEzgb5zEZmkjQEOAVZ0ipWxmCOixrdmAJbwSJ9mLZKNaIwJ +2hpr6kH6+z/Dab8cn4CJXueGJZFwVLMy92aLbgiXgHVgiQzOGg1xCNocARQKBs7QHysHxY +LlCWzhoACAy/ouObA8sc/WiJfIrEaRHG5JUg4S0l+g83Zgo6ehliOJCoNQocxUJaAiHB4q +yCs6pBMxnKmukGEzsk8bnuLOIjqQ+gRcUIzOZYQ+NOhn4Xh6CcxZmrlJxxaJE/f/7MbKPW +FG9BxOa4aHQhVmQso2ILhjUBnWA8NI7eEBvcgrMLYGqlWVPsfRR5wd4Z7Oe5lm3wA+C0V1 +XF4f7+7e1tpKMNeXm1r1b7v//DV1/94TnrxOWS+AeW40iLDr1F+9SGHm70tbFA35ida/Fj +kvncSLDGkrw0ck0Rv2/rZJmLw72J1Z/IxY2Zxr+NKwMKZGYmZSoDbUcNRk/V3tPopRqJp2 +Sdbd/xhP0SbVKtFfOtLoyocvAEwG9Z5DWa6oYTlPgCrBuc2JdyXl+FdnLPRppfYKkop2PL +A3svLhEDnzMMXxlTPEMtQWyBFt8h/Q/MNjF5R1pDIHnRRHVO09t+LWaIu3y4vFtf0xEas8 +JEIXegRBwGPZb9fgG0nbuSg3+0a4t2z3Ftew2BsfSBYV7tWI5RcAgX3IupK3UOV6PHC9J0 +y6oZFIyrGkFBg5M4Z2prcGQjQwSJ3o05/PPG6h5Ap1Yk0cQLzC5AD3eejrVrs4LjCSEPHI +kX9EWCi3zYaXvOW1unKQV4WjzqUYUBexuNdjoHvhwbAFMxKn8ccU9zTPnQ2hTegx5gOceE +kMFWHWbCFtcHHD0Z9bBTx+oPjWYa94HATRpzbOpB0AnlI56hVCBNxdgfOcTilrjdyXZaHG +Iqs00k0mpAuNrKo1eodhqmVZKh7nU2KVqkOXjFVisSIzXtvrNA56AhY6YlUJOhIYfT6Yi8 +PU8AQ90Pw2lXNQYe3LgMYrRJFFk3JNMa/gK3guIdFJwCWhI0C+ahUuYv7DeQObte/cMAe1 +hCI0O4XYfckI7F0HAaHwjJqKMzIAUZkLArjOQ6sjpIgcOcDfKEG5rloHQTjEiBnDkWhNQM +4E6N3gEHv0R4I0ISipDvKiUL8YUYwfa1RfVhuvs35VIThBg7HchV0NGLIzey4UQ1jlpRDp ++h/fgG3Z0UOXDwHFweN/DvsrlhWht0AWfdV9wWKdDIFIcZTVxULw1h3ODy746cHg2xzCSG +obyJvCseM9MksNutQcOGGzDenrfn0p/diAWOHYe5OpCbOzj/hWWiFrkKKWbSjl14yo+5Qu +mQEwfeInL0ULzCAk5d4AYCyJu4VEd/D+cgVeEhY/SPyaUHEHpyGAODLf8fc3kUwFjJMi5v +kywkraaJeuTvVwcrS1/P8u1/pDPW/lkyx7Do/rsSpIbuR/dBxlA9wFFdhkqfBYLemIy7YI +8fRhYuDx95vvTF4ctLYBOP5YExh8I+9o83heW2k7uqjNUI+S6Z4z8sKSOgZ9eqoyaGxcXZ +Vt9w6htwPDuUuYKjpfjw8bNAQnDw9zbePm7pjRQgNveuyftjUAdldy+5WqsjdgFEUFUio+ +yHu/mzD+eHI/vYxe1Y2COAPIphdmyKgaT55J+Bs2ujYI695TbD4NqoJdTsKc6/+nLWEy51 +kfzqy9H0UezQJ/bjlntoZ+bMg12rLWWcktJyxlCkMWtYx/YpJqzk6UyoeeyyxxF14sAUED +8cJLyBgnF2CY7D82lDtknvKN/HGoSnjdcOYJ0jbOMx4SaANs/nP8OxWelI202cpHTZAIvf +20Plak78HMTo1x4epOCBJOg7lKmL58ANIYcYJpOecwx5aMcmCt1zNLYWPlZdVJ7oRIPmns +xLHnDvSA/7eNBl3Od853AQHgYP2aTfTK3+ZhrIAvNoMOoj+yA7/jtW+fxfs8gHLsVcb/+G +1jD496yEjQdD08ZjEty/7a7dNcAeYJ4cU7/LMXbcwsMe8UXNvDLOHaskJZ6h7nombimngQ +KueH0EUJbs9/XAwW3UN+Nv6rLk+21SgYUs9/COdiownct4fr0m5onYfy8rxMR2W1AA20n+ +yfvUSKhD0nYlYXOY6JezdW4CWTK7SUoYCwp3HH734fuTcDJkmnDQw63Iw/0GhPsIpg01cc +LHjGEKPWbIPy9Vocehbbtj0gRMmFiTrdc++NFhE1zo34N7wkTeLS7fveOxfbGWi+uZpHwC +ZFMc6kTK32AzYmLTDPwkMRWvKNMNVrJIa6QVO96YoriqswVdmlQS/CudT4z5RZQlwDHBVR +pfiTENXmI8SnMjhazgGKi9z6LMMYNV1Mly/ypZCvlLHad41perFeCCN1q6KeLpKSwl3nKi +A2c2Krmoy6TaAglilesLQcqJcDrOt7zQsYck3/0wATFL4lB8xGVjOxNuacjVfw2Ci8TDOA +5wMhgi+g7tWT7DWWeUCDxlpLqX9fQ5aM+QA4ARAIX1jyY6nOe3SGpybx1pz12iopb0SBn4 +PKihjCcY/uDf6VefEV3eGsDyahjLq91YXrWxvOrF8srH8mo3lq5I4MbaSJaRhL5oVvuuoz +cJxw1E8TQn8WLN/TBBFBNBAaIozAHbyBTnSXvhLr70C6zadm6h6WOTVJNw5mmZc1xcg0Tu +x5stfZg3Ge7OYErR0YN5KcadHUos8sfuRxHlk81pOMvbMq7iyJOLqzSfg9hadKcNgKlo5x +hxADW7mc055NuyVKPz//n03Yf32B1BjUzOA1/JwSaiYcGljJ/F5ZXqSlNz+CuAHamnn51D +wzTAJw8Mtx3qLAM+GVDaBzKOuKW0hVwU4AFQqpft5iZEhWHru86c0t+ZyfkG6kiMsmrULG +qASMfn52+PPx2PKA44+t+RKzCGtr50uPiYHsGw/+Z2txTHMSDUOrbVGD93TR6tG46438Ya +sB0fvvXh4CEGuzdM4K/yX0op2BIgVKQjwo8h1IPPQL/qmNChj2HETkage93Gzoptc2TPcV +Ec0e+7i2hP4N+A4hljBgTQLtTYnAyaw1RL6VvzuoOiDtAH+nq/+gjWPnrtTg6wi+hxAB3K +2m7D7p93ecNGT8nq9cm3p+/PTl+fH3/6znEB0ZX78HH/QJx8/1lQ0ggaMPaJYsyXqDA9CQ +yLWw0lljn8V2PkZ1lXHCSGUW/PzvT1zQbrYTBBGm1OBN85t8lC46AZR6HtR52UhBil+oDk +FB5RDg8VJuF5acNFLyrXSdRUzzRHZ7XWRy9dUGYKz+iyOwLpg84uKRgE551BE6W6V+ZUWP +K1oC7G6kFK22ibLZJSULCTQ+Bcio3ONDO7gdJAx0abwVrRX4QuruFlpIo0gZPcq9DKkh6G +OTMN4+iP9tab8erTgM5wmFl3DPQhbgALtFqvQl6bHj9pGO2XGjBsGOwtrDuTlDNCadmY8S +ZC7MQ3OaG8gx/t1us9ULBhePtX4SYapktg9TEcrsU6gQME8OQarC+eEwBCayf8C4FDJzog +c0zZCN9slnt/CoO+64OffurpXpXp3l9EAacgwflFYQ8x3c5v4eATyUicfHg3CRk5ytcVf6 +qxhgAcEgqAOtJOSU18rT4bK5mudNKJrw+wQfsJ1NwaXsqi1MP7XeMQJeCpGpPX8FQZ+oWY +A2ZhT3EpkxZoLI+wmGGZoZub0Hj2H9cyTXUS/OnbsxPwHbFiAyWI791OYDqOl+C9us7I4z +LIFii8dYfmEtm4RBeWMi+WUXBv0BpFjkZ7yRp+YLg7qhMFLuNEuWiPcdkMy9QYRMjKsBdm +W5m1W32Qwm4fojjKDLPE7LykrFafJ4CX6WvMRyI4K2E9iInA89VyklUmjTFNFqBHQeWCQp +2CkCBxsejRpO1QDDwvlamVgo/Ftkyu1hXebsDgCIWHE+CPP5+dvqdahYOXjdfdw5xTOglM +ObPkCPMGMdoBP7i5gMhVs1kfz+omhIHaB/5pN3HKyhFP0BnHgUX8p93ExWpHzkmQVwAKqi +7a4oEHAGdYn9w0ssC42nNwOy+wweywExjCRZjsD3d9XU60PVumhOI+pvERFzirwuap6cFu +nlony5DXuCrwnms5ngyA7JUte2iBoddDVzKdjLidUoh1s4BRt7c/h0kZ63TVy3GYbYhb6F +irbexPmRMrdfotMhRlIOLYHTxxmaxfCevuzIFebnUHmPhao2sksVeVj37KRtrD8DAZPqeY +gVTbQkYAIxlSFwTV4EOhRQAFQinBY0dyp5NnB94aHWtw/xq17gLb+B0oQp2gS4UfeQmcCD +/8wo4jNxFaqEcPRRi4WYZZbpPH8M/tGr3KF4f32wMKYqLYlXF2JccMa2pgfuETeyAES9rW +I/VFctlnWMQpOKd3AxzelYv+ixODWosRusmLcttWRz55sENvfci9SqMBX8a3oPuLuhrzTg +7cQ/cW2A1DvR8ipiRCV337Pg4xHPNLOLkPcC81NCz08H4ZuIXlvTGOrLWPrVKn0DZoD3ZR +wtGsUnQt41QsGl/UegGNwT1qTP7IftWJQvb3nuIxJyZkgfLkLkhvbSPdoRVOGHENE5eXJp +Qj35TY6LalvJEpGA0wsmMsgfjZlkBMIhtO6c0K+9XYnW/Pt/24UUuD2aGp0UDPTBWwf1Em +q31EpzfiswuzBhnc6p/0kSTOrslLfvPn06l48/4H+Pu1/ACmFCsip+IvgIZ4k5dwvuQSX3 +p7Acs7Kj445rXCskmbD6ifqUC37dyjM16L6LoTv+DEakqBqbblht9GARR5gVT23vgJppoC +fjflXi1v1HiKfZsy0o1Ig+EKGKwa2dc9o3W1SdFeOFGSZjcvRmenb07efzyJqjvkcPPryI +mi+AlZuBx9R1zifdhU2C+LGr9cOo7zdzItevxmfeg01TR46BQhnEsKe9Dkdzdie7iIS4wc +iGK7zBcR9gSW5wK+6hYc6YlzvrzX0HtWFmGNJ/oWrfHm8TNQQ/zUVkQj6Ehj9JpoJCEUz7 +GSjD9Ho2DgYEahbfjn2fXt0o2M65IgWmAb02bVY3+41YVrprOGZzmJ8Dqy22CqRNMkVpv5 +wq0e/JAJ/WwKaDm655CruE4rITOQXDrk0/sVoOndgj+WEGYVNmdUBUdhmvQ23ionCSlWYo +SzjqgEHy9kKGIIZ/Dv42u2B1iJKGoukAbohCidn3JnqKoXa5ZgPhINJR7cJtlLN59HU5gn +5RPyonFkYZ3oNjJGV7LS6+cP48nFi0s/Kr3wyn0XBVg9/3A8WhTPnj0bif+63/thVKI0z6 +/BLQPYvV7LGTUPWG69OLtbXc/etETAj4u1vIAPlxQ9t9/rjEKTO4bShkj7r4ER4t6ElhlN +/5Zd5qBdyRfN3IMvrLTl+DFL6HEkDC1JVLb6jSkMOxlpIpYExRDGapEkIYcpYD+2eY2Veh +hm1Pwi74DjEwQzxVa8IeOj9ho9TEqgtdxj0TkSIwI8otwyno1KnalWDfCcnW81mrPTLKma +IpPn7uWpfiCgsm8eab4S8S1KhllHixhO0afHqo2Hne9kUe/Eki8u3IBja5XcfB/uwNogaf +lqZTCFj2aTFrksF8ac4o4li6RywJh+CIcH01NPZH2ioAelEah3sgpLK9G29Xd2X1xMP9A9 +8p6ZSacPVfb5LA4OxVkrwTCKIq8SRVlCWr41P0xglvcU1taegDeX+J0OqmKFgffKh1vsWG +f69Q7O32ie9AA49GKUVZCWHT0d4TxTZuF7xWvtNzbsEZ1wu0nKqo7TmX4UYoYO28xerGs8 +bZHczvJP662Ak5+DB7ynU/fBcTBZNkhPTL019RpHYqVDFJFbd+aXaBU5enkH7CuBT4GUWc +5MtbQJIl1ceooeY+I6Z9NR8QjqC1PaNOCZm5qa3jIIVS17qiDa6zL1EAPetZ9aSg9eiG/E ++OVUHLSORotii+9BwSKeLkPfRaNhsMSgW3TRfk1DfHMkxi+m4vc7oEcDExweXO6IR7QgDA +J5efmvIK+t0NHPOnRrek0NCeUSmLqsEKagHek9iOoyQr540bni9CTguP3qi4PRZNLe3O4m +fE178J+tOXk6nSf9Ytq9eHJmeUySG95PFTqrDuwvqKtVIpd7TxVuEG+bg/SwWBF+WNT/xK +aI6Xr2pqCHivnmcAS6bbSvo4eNs24nMYXyWmlyTTFqODbX9h0Ek6XTypR0t9yg1yIqAJj1 +3eTxw1chtmtSuF7h4A2vrkGwYCd9Vw8u29iOwXA5VNv9tIKxkwUovzKc3MMoIsS73NCqIV +duHzoPC2KomeiL1h26I4K/OfNwhcPQTWwHy6++3IVnMLyfzTyTjsrYUejhiayt7mi2e3dc +0GOUvqG/SmACv+JDW2Bhn9Mk5/YQk6f5XZzcJlFv8MFKuhhHQ5xK11njAzy/TIbeE0UsKJ +cN9gL8t3qF99g39P7msaKcO3w258uDF1NTrcyA9AJeRi+/0M9U0jCjvH3PfqpPjNCoxx1E +/+E+qVL5o4dfcqBlHbXep/InC0mnT6KZpUPwiDKUJ05EAt91bIjJHr19lOQd+Fhz8K7MA6 +05uIlwDI760HU1RnCvahsQ4PtNxpDkPGhoo0gR6V3CNqQ8dynOR4uCHtVvQTBwgZy/jrkF +HdC6OAzaNgUvXsduMinx1HVv2RvbEzS21XW4a/k8ftfadY/ArtzkUnTW7pe3ujTQY4etaB +8NOKiiCfGgCo1G4/cbE9cOTHUKz2QXOyH53UG40gGzch8YkzCE1w3Enhp7Y/Y38cL9GfPR +9vjR6KYkwKlPdRmjtezD+9yFh3gKnHvjvXpACVVLzYF8SqNX/2acojuTV1dqFuMLlDM62l +M6WefMZg6L7+jBQBmrrTnj4UNKAMJwk078dXP7gTFAV/JL2JyN5XjXgqamnGUnCVolSzYJ ++kAJ4CKO09J4cw/AWcyjVGJ4XdVlUcIZfKTfS+Y0ob7M6gaoCRtuYnVtUDcjpvr5XFKslJ +tmKqA5OtzKMQIisBHvmIbZzLYBrzxvnn5IppYZZFZvZBlXzbNHfkJCAke6ZgaqecfNdYKC +jVS2uMRFLLG84SCFYTn78xdwnPWO8jveephYbfdwdnJTEx/zjIR7PNJcnNzZJw/dp7aW9P +y26x3abg3X2WeeYBvM+32kI3WEjlv1m2L8Di7fH6B/6fAPyLtb+OknwVt1dtkkfLW+7T5w +6sNm/9uQHQ7ovgLZOl7b+X19MexhDnS2VNQ+ea/CaWabNHErzFe9J27l1yQ8Mm7lwX9g3E +q/5AmGRuOj9UBvlcI9AS7zrmHzLGbDCDBmBkTC+/PWo4qBU6Vuc/6LXCV3I/voNetKp5DQ +mAfkyO57aQSCn79UIz8ru3meblfcypcu+vzt2YfXx2dEi9n58Zv/Pv6WcsLwkqZlqx4c2M +vyPab2npd97gb5dB5P3+QNtj2v1nIJ1VAOeycFogdCf7lc34a2FZnbPDSgU3bUHQSI7152 +C+qQyu6F3PHLdImLm73TShM3bydzTq/5zUmMMJ/M/SCLQ3P/Z9qbK5vAvDDWimjfXxvQo0 +60v6pfJh2Itk9sjjftAN7UIH/ZixpTsGOvA9hBaf+vSCgxHYsdzas+IIUL6bwuSQ9LMqjK +/3+elKDsYjzbsaM4te+HUz++lFL2YXy8cV7IqLfacNRd38hLIU4HqBAErPD024mMiNF/+h +rXJj08VeJij+qa91DZXNrfcM+0c/vnBFMbKvsGmeL8KL7chc6rOnXTFeyYzgBy+ugOLF85 +hTSg+faBzo14KmBv9JdYIc63IoSDo3bJMDeX6KgfEHSQR7vpYG9o9VzsDVW9ulWfQrwY7r +hsFZbqEQc8Qt0zQtWmttCxwJgkOlTOKr4hyHyJKujRMc/5wJt7feyHH28uXhxeuvoUm90n +rTCZbeQY9gsnGXTnQ5fOcGKWckrZgnhWm0zaE1yO/DTy4bNNpyJm4PxjsisY0ugBITMzwv +vfA4zamFrWO4QlifFTNaFlOTVEGnf7ZdJdbqO2ukC4HuoBQDoqEGAhmI5unHgXjZhUPn6u +T4Pzmp4Idu+1QkcqKFfN5wgeYXy/Br/2cKpjftBwRtGM5w5tDtRbDsLNvgP38u9Dhk1Ce+ +neXVafC8Al4f3jXzxgfDeL0g4/2OVX214ve8sQ2ZfFxFvMR2qRyHyOwMiA3hyTtsZqDSPo ++ApOQ0eXoZq1IV+g40fJvPgAOB0wyJmdaQ/AGoXg/wAYGSI3 """) ##file activate.sh Only in .: virtualenv.pyc --nextPart5147813.9G4fd4biQ4 Content-Disposition: attachment; filename="sysconfig.py.diff" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="ISO-8859-1"; name="sysconfig.py.diff" --- sysconfig.py~ 2014-03-11 23:13:44.000000000 +0200 +++ sysconfig.py 2014-03-11 23:13:13.000000000 +0200 @@ -29,8 +29,8 @@ 'pypy': { 'stdlib': '{base}/lib/pypy-{pypy_version_short}', 'platstdlib': '{platbase}/lib/pypy-{pypy_version_short}', - 'purelib': '{base}/lib/pypy-{pypy_version_short}', - 'platlib': '{platbase}/lib/pypy-{pypy_version_short}', + 'purelib': '{base}/lib/pypy-{pypy_version_short}/site-packages', + 'platlib': '{platbase}/lib/pypy-{pypy_version_short}/site-packages', 'include': '{base}/include/pypy-{pypy_version_short}', 'platinclude': '{platbase}/include/pypy-{pypy_version_short}', 'scripts': '{base}/bin', --nextPart5147813.9G4fd4biQ4-- --nextPart2551281.1afdmRE7dP Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQJ8BAABCgBmBQJTH3znXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5NDhFQzUxMUEyN0YwMzAyRTc5OUI1M0FB RDYzRkE4REQ2QjJEQTU1AAoJEK1j+o3WstpVoEkP/0NkqWz0myKcE1eFaDtTi34n QCZry0cV2Tkoq9LIYh7EGRP5WAsXyXkFdYLblVicogMCz4UTYAWy/bO7f5XJazCM XToTgODchETwgiq6ypzeDt81oVkGwovaY09k1m0827x2vX59v5S8jtUka0CJXArx pgWkWCZm/3KMwqeKvImgLwMNX3ESRwaEzroeCpJM+gI249Eg+AQ2lqe4RbZWP7oM 6g9ckVz0tnrdEORsm/v2fZjT9Q87mhAqLXqMDjZzxIycOz6aWP1YdL9AWIsNAu1v uNgICkt26qV7Nj1nhpKONaM0E8HLRtQCPkZCOB0iTGsWtD8fuM6YJpingySfgqaN loULpc04oPpG5OSv0zO1/jSWuFE0JYhK/H799T5OCqTTaVzPJm3Op+o+iMuTjt8n m/j5eb26ymsIEa8DPFM9oyRwfI0F6+PE71LQKxl9adS9PhcxkBVBY6xJi/lNf9Zp coTcaJv9obKUDcrahrpPZEKVDLF1WE1x8t7m1Y6vPvumW8PciAULD+lbUkx7gsSz oeorMD577BvS5m2j+FUC4FU0LsC+VykboR4dmEwq49+2jmnJhn5X7WHv6oFSTvPN TkNOCM/Nz7deyKHG97YGS2SDHGd7XbjLuMdOd9qSOsbYRTbHAuReUsT4YTWUMyfo 77VjOQhNCEx3XaqY1oYV =1X9y -----END PGP SIGNATURE----- --nextPart2551281.1afdmRE7dP-- From owner-freebsd-python@FreeBSD.ORG Wed Mar 12 01:00:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D7A1B07 for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 12 Mar 2014 01:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1B6A6BA4 for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 12 Mar 2014 01:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2C100o8091636 for <freebsd-python@freefall.freebsd.org>; Wed, 12 Mar 2014 01:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2C1001R091635; Wed, 12 Mar 2014 01:00:00 GMT (envelope-from gnats) Date: Wed, 12 Mar 2014 01:00:00 GMT Message-Id: <201403120100.s2C1001R091635@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187421: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service <dfilter@FreeBSD.ORG> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 12 Mar 2014 01:00:01 -0000 The following reply was made to PR ports/187421; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187421: commit references a PR Date: Wed, 12 Mar 2014 00:59:44 +0000 (UTC) Author: swills Date: Wed Mar 12 00:59:35 2014 New Revision: 347948 URL: http://svnweb.freebsd.org/changeset/ports/347948 QAT: https://qat.redports.org/buildarchive/r347948/ Log: - Update to 1.13.0 - Add memcached dependency since it seems required to run - Use UIDs and GIDs and create a user for swift since that seems required PR: ports/187421 Submitted by: swills (myself) Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Modified: head/GIDs head/UIDs head/databases/py-swift/Makefile head/databases/py-swift/distinfo Modified: head/GIDs ============================================================================== --- head/GIDs Tue Mar 11 23:39:01 2014 (r347947) +++ head/GIDs Wed Mar 12 00:59:35 2014 (r347948) @@ -101,6 +101,7 @@ icinga:*:183: dnscache:*:184: tinydns:*:185: dnslog:*:186: +swift:*:187: moinmoin:*:192: cups:*:193: saned:*:194: Modified: head/UIDs ============================================================================== --- head/UIDs Tue Mar 11 23:39:01 2014 (r347947) +++ head/UIDs Wed Mar 12 00:59:35 2014 (r347948) @@ -106,6 +106,7 @@ icinga:*:183:183::0:0:Icinga pseudo-user dnscache:*:184:184::0:0:dnscache pseudo-user:/nonexistent:/usr/sbin/nologin tinydns:*:185:185::0:0:tinydns pseudo-user:/nonexistent:/usr/sbin/nologin dnslog:*:186:186::0:0:dnslog pseudo-user:/nonexistent:/usr/sbin/nologin +swift:*:187:187::0:0:Swift daemon pseudo-user:/nonexistent:/usr/sbin/nologin moinmoin:*:192:192::0:0:MoinMoin User:/nonexistent:/usr/sbin/nologin cups:*:193:193::0:0:Cups Owner:/nonexistent:/usr/sbin/nologin saned:*:194:194::0:0:SANE Scanner Daemon:/nonexistent:/bin/sh Modified: head/databases/py-swift/Makefile ============================================================================== --- head/databases/py-swift/Makefile Tue Mar 11 23:39:01 2014 (r347947) +++ head/databases/py-swift/Makefile Wed Mar 12 00:59:35 2014 (r347948) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= swift -PORTVERSION= 1.12.0 +PORTVERSION= 1.13.0 CATEGORIES= databases python -MASTER_SITES= http://launchpadlibrarian.net/163953035/ +MASTER_SITES= http://launchpadlibrarian.net/168204360/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gslin@gslin.org @@ -24,12 +24,15 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Pas ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}webob>=0.9.8:${PORTSDIR}/www/py-webob \ ${PYTHON_PKGNAMEPREFIX}xattr>=0:${PORTSDIR}/devel/py-xattr \ + memcached>=0:${PORTSDIR}/databases/memcached \ rsync>=3.0:${PORTSDIR}/net/rsync USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes USE_RC_SUBR= swift +USERS= swift +GROUPS= swift post-patch: @${REINPLACE_CMD} -e "s|/etc/swift|${PREFIX}/etc/${PORTNAME}|" \ Modified: head/databases/py-swift/distinfo ============================================================================== --- head/databases/py-swift/distinfo Tue Mar 11 23:39:01 2014 (r347947) +++ head/databases/py-swift/distinfo Wed Mar 12 00:59:35 2014 (r347948) @@ -1,2 +1,2 @@ -SHA256 (swift-1.12.0.tar.gz) = 8ca450e747339668ade6b62b78c4617b2f7c5ff4c4b9f7b3cbc48779b8dfaa3e -SIZE (swift-1.12.0.tar.gz) = 751007 +SHA256 (swift-1.13.0.tar.gz) = 2c2203678cb67e2e8249db1265c68ec901edfaaceeb759e1ac427324a74b6918 +SIZE (swift-1.13.0.tar.gz) = 779440 _______________________________________________ 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 12 01:00:32 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DFF52B3C; Wed, 12 Mar 2014 01:00:32 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B5237BA7; Wed, 12 Mar 2014 01:00:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2C10W56091827; Wed, 12 Mar 2014 01:00:32 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2C10VUQ091822; Wed, 12 Mar 2014 01:00:31 GMT (envelope-from swills) Date: Wed, 12 Mar 2014 01:00:31 GMT Message-Id: <201403120100.s2C10VUQ091822@freefall.freebsd.org> To: gslin@gslin.org, swills@freebsd.org, swills@FreeBSD.org, freebsd-python@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187421: [UPDATE] databases/py-swift: update to 1.13.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 12 Mar 2014 01:00:32 -0000 Synopsis: [UPDATE] databases/py-swift: update to 1.13.0 State-Changed-From-To: feedback->closed State-Changed-By: swills State-Changed-When: Wed Mar 12 01:00:31 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=187421 From owner-freebsd-python@FreeBSD.ORG Sat Mar 15 07:02:59 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3396051F; Sat, 15 Mar 2014 07:02:59 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE951824; Sat, 15 Mar 2014 07:02:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2F72wT4038572; Sat, 15 Mar 2014 07:02:58 GMT (envelope-from vg@freefall.freebsd.org) Received: (from vg@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2F72wLB038571; Sat, 15 Mar 2014 07:02:58 GMT (envelope-from vg) Date: Sat, 15 Mar 2014 07:02:58 GMT Message-Id: <201403150702.s2F72wLB038571@freefall.freebsd.org> To: vg@FreeBSD.org, freebsd-python@FreeBSD.org, vg@FreeBSD.org From: vg@FreeBSD.org Subject: Re: ports/186950: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 15 Mar 2014 07:02:59 -0000 Synopsis: maintainer update : sysutils/py-salt Responsible-Changed-From-To: freebsd-python->vg Responsible-Changed-By: vg Responsible-Changed-When: Sat Mar 15 07:02:58 UTC 2014 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=186950 From owner-freebsd-python@FreeBSD.ORG Sat Mar 15 09:33:52 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 804E636C for <python@freebsd.org>; Sat, 15 Mar 2014 09:33:52 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C9A830B for <python@freebsd.org>; Sat, 15 Mar 2014 09:33:52 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s2F9XqQ0005824 for <python@freebsd.org>; Sat, 15 Mar 2014 09:33:52 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s2F9XqTh005817; Sat, 15 Mar 2014 09:33:52 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403150933.s2F9XqTh005817@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 15 Mar 2014 09:33:52 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 15 Mar 2014 09:33:52 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.2 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.2 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.2 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Sun Mar 16 09:22:16 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB838123 for <python@FreeBSD.org>; Sun, 16 Mar 2014 09:22:16 +0000 (UTC) Received: from forward2l.mail.yandex.net (forward2l.mail.yandex.net [IPv6:2a02:6b8:0:1819::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 843A55ED for <python@FreeBSD.org>; Sun, 16 Mar 2014 09:22:16 +0000 (UTC) Received: from smtp9.mail.yandex.net (smtp9.mail.yandex.net [77.88.61.35]) by forward2l.mail.yandex.net (Yandex) with ESMTP id C8BCC1AC0CAA for <python@FreeBSD.org>; Sun, 16 Mar 2014 13:22:12 +0400 (MSK) Received: from smtp9.mail.yandex.net (localhost [127.0.0.1]) by smtp9.mail.yandex.net (Yandex) with ESMTP id 8900A15200D0 for <python@FreeBSD.org>; Sun, 16 Mar 2014 13:22:12 +0400 (MSK) Received: from broadband-46-242-56-83.nationalcablenetworks.ru (broadband-46-242-56-83.nationalcablenetworks.ru [46.242.56.83]) by smtp9.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id xhnfWXok9r-MChWGnNT; Sun, 16 Mar 2014 13:22:12 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: fb564b1a-7a64-43a6-b041-04cf0e376169 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ya.ru; s=mail; t=1394961732; bh=E7kUOlsQ+INVRA41tZ0tDSCzh2z9RYLeQDv5spnUCDI=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding; b=HCZrCNrcBwU5TA9FPqJy23gjsLg8yf9qVnyBRMOAvQmCy/PbIbbDqa9gKSLAWYm7R fY8SAW2gJT+b4ZGby0gVbMpa3ox8Sf0e/GXVqXNa2Yz2kuB3fCZzBzYIngMkszk5l3 SR4mA/yckLSeHtI1LK4ocCw1xvy3m2HURvMzOfEA= Authentication-Results: smtp9.mail.yandex.net; dkim=pass header.i=@ya.ru Message-ID: <53256D43.4040409@ya.ru> Date: Sun, 16 Mar 2014 13:22:11 +0400 From: Aleksey A Nikitin <emperer@ya.ru> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: python@FreeBSD.org Subject: devel/py-setuptools conflict Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 16 Mar 2014 09:22:16 -0000 conflict upgrade ports: devel/py-setuptools27 devel/py-setuptools -- Aleksey Nikitin e-mail: emperer@ya.ru From owner-freebsd-python@FreeBSD.ORG Sun Mar 16 23:10:10 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D94479D; Sun, 16 Mar 2014 23:10:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 61CE9F2E; Sun, 16 Mar 2014 23:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2GNAAbi024503; Sun, 16 Mar 2014 23:10:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2GNAA1V024470; Sun, 16 Mar 2014 23:10:10 GMT (envelope-from edwin) Date: Sun, 16 Mar 2014 23:10:10 GMT Message-Id: <201403162310.s2GNAA1V024470@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187647: [NEW PORT] multimedia/py-gstreamer1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 16 Mar 2014 23:10:10 -0000 Synopsis: [NEW PORT] multimedia/py-gstreamer1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 16 23:10:10 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187647 From owner-freebsd-python@FreeBSD.ORG Mon Mar 17 09:47:22 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C52FF9F for <python@freebsd.org>; Mon, 17 Mar 2014 09:47:22 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0844CAB8 for <python@freebsd.org>; Mon, 17 Mar 2014 09:47:22 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s2H9lL6Z084443 for <python@freebsd.org>; Mon, 17 Mar 2014 09:47:21 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s2H9lLui084440; Mon, 17 Mar 2014 09:47:21 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403170947.s2H9lLui084440@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 17 Mar 2014 09:47:21 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 17 Mar 2014 09:47:22 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.3 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.3 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.3 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Mon Mar 17 11:06:52 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3153EA9B for <freebsd-python@FreeBSD.org>; Mon, 17 Mar 2014 11:06:52 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05A132A2 for <freebsd-python@FreeBSD.org>; Mon, 17 Mar 2014 11:06:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2HB6peB011377 for <freebsd-python@FreeBSD.org>; Mon, 17 Mar 2014 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2HB6pWp011375 for freebsd-python@FreeBSD.org; Mon, 17 Mar 2014 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 17 Mar 2014 11:06:51 GMT Message-Id: <201403171106.s2HB6pWp011375@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster <bugmaster@freebsd.org> 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.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 17 Mar 2014 11:06:52 -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 -------------------------------------------------------------------------------- o ports/187647 python [NEW PORT] multimedia/py-gstreamer1 f ports/187419 python [UPDATE] net/py-netifaces: update to 0.8_1 o ports/187416 python [PATCH] science/py-netCDF4: new LIB_DEPENDS format o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187402 python [maintainer-update] textproc/py-wtforms update to 1.0. o ports/187393 python databases/py-firebirdsql: update to 0.9.2 f ports/187355 python [PATCH] devel/py-daemon: update to 1.6 o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So o ports/186897 python databases/py-firebirdsql: update to 0.8.6 o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 f ports/186807 python error in databases/py-MySQLdb f ports/186397 python sysutils/py-salt patch breaks salt o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186192 python lang/python27: building python27-2.7.6_1 fails for WIT o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang o ports/178301 python [patch] lang/python2[67]: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/154209 python [PATCH] lang/python: Install symlink for ptags 28 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Mar 17 17:20:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3479CE73; Mon, 17 Mar 2014 17:20:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A675EDF; Mon, 17 Mar 2014 17:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2HHK4gX029786; Mon, 17 Mar 2014 17:20:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2HHK4AP029785; Mon, 17 Mar 2014 17:20:04 GMT (envelope-from edwin) Date: Mon, 17 Mar 2014 17:20:04 GMT Message-Id: <201403171720.s2HHK4AP029785@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187666: databases/py-MySQLdb: SSL support broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 17 Mar 2014 17:20:05 -0000 Synopsis: databases/py-MySQLdb: SSL support broken Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 17 17:20:04 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187666 From owner-freebsd-python@FreeBSD.ORG Tue Mar 18 15:11:10 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9000D82; Tue, 18 Mar 2014 15:11:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE21BE5D; Tue, 18 Mar 2014 15:11:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2IFBAMj065288; Tue, 18 Mar 2014 15:11:10 GMT (envelope-from demon@freefall.freebsd.org) Received: (from demon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2IFB978065287; Tue, 18 Mar 2014 15:11:09 GMT (envelope-from demon) Date: Tue, 18 Mar 2014 15:11:09 GMT Message-Id: <201403181511.s2IFB978065287@freefall.freebsd.org> To: freebsd@grem.de, demon@FreeBSD.org, freebsd-python@FreeBSD.org From: demon@FreeBSD.org Subject: Re: ports/187666: databases/py-MySQLdb: SSL support broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 18 Mar 2014 15:11:10 -0000 Synopsis: databases/py-MySQLdb: SSL support broken State-Changed-From-To: open->closed State-Changed-By: demon State-Changed-When: Tue Mar 18 15:10:53 UTC 2014 State-Changed-Why: Patch committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=187666 From owner-freebsd-python@FreeBSD.ORG Tue Mar 18 15:20:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CAED4EA5 for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 18 Mar 2014 15:20:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EBCAEDD for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 18 Mar 2014 15:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2IFK2Lg069054 for <freebsd-python@freefall.freebsd.org>; Tue, 18 Mar 2014 15:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2IFK2Gd069053; Tue, 18 Mar 2014 15:20:02 GMT (envelope-from gnats) Date: Tue, 18 Mar 2014 15:20:02 GMT Message-Id: <201403181520.s2IFK2Gd069053@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187666: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service <dfilter@FreeBSD.ORG> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 18 Mar 2014 15:20:02 -0000 The following reply was made to PR ports/187666; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187666: commit references a PR Date: Tue, 18 Mar 2014 15:10:49 +0000 (UTC) Author: demon Date: Tue Mar 18 15:10:46 2014 New Revision: 348573 URL: http://svnweb.freebsd.org/changeset/ports/348573 QAT: https://qat.redports.org/buildarchive/r348573/ Log: Fix SSL support. PR: 187666 Submitted by: Michael Gmelin <freebsd@grem.de> Added: head/databases/py-MySQLdb/files/ head/databases/py-MySQLdb/files/patch-_mysql.c (contents, props changed) Modified: head/databases/py-MySQLdb/Makefile Modified: head/databases/py-MySQLdb/Makefile ============================================================================== --- head/databases/py-MySQLdb/Makefile Tue Mar 18 15:10:20 2014 (r348572) +++ head/databases/py-MySQLdb/Makefile Tue Mar 18 15:10:46 2014 (r348573) @@ -3,7 +3,7 @@ PORTNAME= MySQLdb DISTVERSION= 1.2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases python MASTER_SITES= SF/mysql-python/mysql-python/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Added: head/databases/py-MySQLdb/files/patch-_mysql.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-MySQLdb/files/patch-_mysql.c Tue Mar 18 15:10:46 2014 (r348573) @@ -0,0 +1,13 @@ +--- _mysql.c.orig 2014-03-18 19:07:07.000000000 +0400 ++++ _mysql.c 2014-03-18 19:07:40.000000000 +0400 +@@ -102,6 +102,10 @@ static int _mysql_server_init_done = 0; + #define check_server_init(x) if (!_mysql_server_init_done) _mysql_server_init_done = 1 + #endif + ++#if MYSQL_VERSION_ID >= 50500 ++#define HAVE_OPENSSL 1 ++#endif ++ + PyObject * + _mysql_Exception(_mysql_ConnectionObject *c) + { _______________________________________________ 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 19 01:20:08 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05BB998E; Wed, 19 Mar 2014 01:20:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CFC66A2E; Wed, 19 Mar 2014 01:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2J1K7W1066073; Wed, 19 Mar 2014 01:20:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2J1K7ZO066072; Wed, 19 Mar 2014 01:20:07 GMT (envelope-from edwin) Date: Wed, 19 Mar 2014 01:20:07 GMT Message-Id: <201403190120.s2J1K7ZO066072@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187719: [PATCH] sysutils/py-glances: update to 1.7.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 19 Mar 2014 01:20:08 -0000 Synopsis: [PATCH] sysutils/py-glances: update to 1.7.5 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Mar 19 01:20:07 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187719 From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 01:20:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 349C2987; Wed, 19 Mar 2014 01:20:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 09E53A2C; Wed, 19 Mar 2014 01:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2J1K50o065997; Wed, 19 Mar 2014 01:20:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2J1K5Fh065996; Wed, 19 Mar 2014 01:20:05 GMT (envelope-from edwin) Date: Wed, 19 Mar 2014 01:20:05 GMT Message-Id: <201403190120.s2J1K5Fh065996@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187719: [PATCH] sysutils/py-glances: update to 1.7.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 19 Mar 2014 01:20:06 -0000 Synopsis: [PATCH] sysutils/py-glances: update to 1.7.5 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 19 01:20:05 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187719 From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 01:30:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42F02C4D for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 19 Mar 2014 01:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 30553AFE for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 19 Mar 2014 01:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2J1U1Lj068971 for <freebsd-python@freefall.freebsd.org>; Wed, 19 Mar 2014 01:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2J1U1Xl068970; Wed, 19 Mar 2014 01:30:01 GMT (envelope-from gnats) Date: Wed, 19 Mar 2014 01:30:01 GMT Message-Id: <201403190130.s2J1U1Xl068970@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/187719: [PATCH] sysutils/py-glances: update to 1.7.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis <edwin@FreeBSD.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 19 Mar 2014 01:30:01 -0000 The following reply was made to PR ports/187719; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: gasol.wu@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/187719: [PATCH] sysutils/py-glances: update to 1.7.5 Date: Wed, 19 Mar 2014 01:20:06 UT Maintainer of sysutils/py-glances, Please note that PR ports/187719 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/187719 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 02:50:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B10285A for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 19 Mar 2014 02:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6CB05175 for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 19 Mar 2014 02:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2J2o1go093121 for <freebsd-python@freefall.freebsd.org>; Wed, 19 Mar 2014 02:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2J2o1hM093120; Wed, 19 Mar 2014 02:50:01 GMT (envelope-from gnats) Date: Wed, 19 Mar 2014 02:50:01 GMT Message-Id: <201403190250.s2J2o1hM093120@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Gasol Wu <gasol.wu@gmail.com> Subject: Re: ports/187719: [PATCH] sysutils/py-glances: update to 1.7.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Gasol Wu <gasol.wu@gmail.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 19 Mar 2014 02:50:01 -0000 The following reply was made to PR ports/187719; it has been noted by GNATS. From: Gasol Wu <gasol.wu@gmail.com> To: bug-followup@FreeBSD.org, swills@freebsd.org Cc: Subject: Re: ports/187719: [PATCH] sysutils/py-glances: update to 1.7.5 Date: Wed, 19 Mar 2014 10:45:15 +0800 --14dae94732b974b66d04f4eca45c Content-Type: text/plain; charset=UTF-8 Approve --14dae94732b974b66d04f4eca45c Content-Type: text/html; charset=UTF-8 <div dir="ltr">Approve</div> --14dae94732b974b66d04f4eca45c-- From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 09:18:38 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B29A4D64 for <python@freebsd.org>; Wed, 19 Mar 2014 09:18:38 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E64AB09 for <python@freebsd.org>; Wed, 19 Mar 2014 09:18:38 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s2J9Icug008932 for <python@freebsd.org>; Wed, 19 Mar 2014 09:18:38 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s2J9IcQT008925; Wed, 19 Mar 2014 09:18:38 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403190918.s2J9IcQT008925@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 19 Mar 2014 09:18:38 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 19 Mar 2014 09:18:38 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-singledispatch | 3.4.0.2 | 3.4.0.3 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 14:00:09 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD3877AA; Wed, 19 Mar 2014 14:00:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8248BA07; Wed, 19 Mar 2014 14:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2JE09wx014526; Wed, 19 Mar 2014 14:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2JE09LU014525; Wed, 19 Mar 2014 14:00:09 GMT (envelope-from edwin) Date: Wed, 19 Mar 2014 14:00:09 GMT Message-Id: <201403191400.s2JE09LU014525@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187734: [Maintainer Update] devel/py-robotframework-pabot 0.4 -> 0.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 19 Mar 2014 14:00:09 -0000 Synopsis: [Maintainer Update] devel/py-robotframework-pabot 0.4 -> 0.5 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 19 14:00:09 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187734 From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 15:04:59 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B286DD7C; Wed, 19 Mar 2014 15:04:59 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7401722E; Wed, 19 Mar 2014 15:04:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2JF4xc5036474; Wed, 19 Mar 2014 15:04:59 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2JF4wna036473; Wed, 19 Mar 2014 15:04:58 GMT (envelope-from swills) Date: Wed, 19 Mar 2014 15:04:58 GMT Message-Id: <201403191504.s2JF4wna036473@freefall.freebsd.org> To: gasol.wu@gmail.com, swills@freebsd.org, swills@FreeBSD.org, freebsd-python@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187719: [PATCH] sysutils/py-glances: update to 1.7.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 19 Mar 2014 15:04:59 -0000 Synopsis: [PATCH] sysutils/py-glances: update to 1.7.5 State-Changed-From-To: feedback->closed State-Changed-By: swills State-Changed-When: Wed Mar 19 15:04:58 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=187719 From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 15:10:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8DC94FBB for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 19 Mar 2014 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C7F62A6 for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 19 Mar 2014 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2JFA11D036965 for <freebsd-python@freefall.freebsd.org>; Wed, 19 Mar 2014 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2JFA18P036964; Wed, 19 Mar 2014 15:10:01 GMT (envelope-from gnats) Date: Wed, 19 Mar 2014 15:10:01 GMT Message-Id: <201403191510.s2JFA18P036964@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187719: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service <dfilter@FreeBSD.ORG> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 19 Mar 2014 15:10:01 -0000 The following reply was made to PR ports/187719; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187719: commit references a PR Date: Wed, 19 Mar 2014 15:03:39 +0000 (UTC) Author: swills Date: Wed Mar 19 15:03:35 2014 New Revision: 348625 URL: http://svnweb.freebsd.org/changeset/ports/348625 QAT: https://qat.redports.org/buildarchive/r348625/ Log: - Update to 1.7.5 PR: ports/187719 Submitted by: swills (myself) Approved by: Gasol Wu <gasol.wu@gmail.com> (maintainer) Modified: head/sysutils/py-glances/Makefile head/sysutils/py-glances/distinfo Modified: head/sysutils/py-glances/Makefile ============================================================================== --- head/sysutils/py-glances/Makefile Wed Mar 19 14:57:34 2014 (r348624) +++ head/sysutils/py-glances/Makefile Wed Mar 19 15:03:35 2014 (r348625) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glances -PORTVERSION= 1.7.4 +PORTVERSION= 1.7.5 CATEGORIES= sysutils python MASTER_SITES= https://github.com/nicolargo/glances/archive/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ COMMENT= CLI curses based monitoring too LICENSE= LGPL3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.0.0:${PORTSDIR}/devel/py-Jinja2 \ - ${PYTHON_PKGNAMEPREFIX}psutil>=1.2.1:${PORTSDIR}/sysutils/py-psutil + ${PYTHON_PKGNAMEPREFIX}psutil121>=1.2.1:${PORTSDIR}/sysutils/py-psutil121 OPTIONS_DEFINE= MANPAGES NLS OPTIONS_SUB= yes Modified: head/sysutils/py-glances/distinfo ============================================================================== --- head/sysutils/py-glances/distinfo Wed Mar 19 14:57:34 2014 (r348624) +++ head/sysutils/py-glances/distinfo Wed Mar 19 15:03:35 2014 (r348625) @@ -1,2 +1,2 @@ -SHA256 (v1.7.4.tar.gz) = 20960b5f191bc86e6184d937940f00a62100eb51388bcdeb233f30c809b0f1a6 -SIZE (v1.7.4.tar.gz) = 1228816 +SHA256 (v1.7.5.tar.gz) = 1598d1c10f1d2b59ea8d90d5be899fd151b4af28640c6daae23258dc76f659fe +SIZE (v1.7.5.tar.gz) = 591977 _______________________________________________ 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 19 16:30:08 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2DE663B; Wed, 19 Mar 2014 16:30:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9D3DD09; Wed, 19 Mar 2014 16:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2JGU82M063056; Wed, 19 Mar 2014 16:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2JGU8ax063013; Wed, 19 Mar 2014 16:30:08 GMT (envelope-from edwin) Date: Wed, 19 Mar 2014 16:30:08 GMT Message-Id: <201403191630.s2JGU8ax063013@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187738: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 19 Mar 2014 16:30:08 -0000 Synopsis: maintainer update : sysutils/py-salt Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 19 16:30:08 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187738 From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 19:35:49 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1E4398F; Wed, 19 Mar 2014 19:35:49 +0000 (UTC) Received: from mail.intertainservices.com (mail.intertainservices.com [69.77.177.114]) by mx1.freebsd.org (Postfix) with ESMTP id 8CF572DD; Wed, 19 Mar 2014 19:35:49 +0000 (UTC) Received: from freebsd.local (unknown [172.16.10.114]) by mail.intertainservices.com (Postfix) with ESMTPSA id 2092856ABA; Wed, 19 Mar 2014 15:35:42 -0400 (EDT) Message-ID: <5329F18D.60304@intertainservices.com> Date: Wed, 19 Mar 2014 15:35:41 -0400 From: Mike Jakubik <mike.jakubik@intertainservices.com> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: "ports@freebsd.org Ports" <ports@freebsd.org> Subject: py-setuptools fails to install on 10-stable Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: 2092856ABA.AE300 X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No Cc: Sunpoet Hsieh <sunpoet@freebsd.org>, python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 19 Mar 2014 19:35:49 -0000 Hello, devel/py-setuptools27 is a dependency of textproc/py-MarkupSafe, however it fails to install on 10-stable due to some conflict. ===> Installing for py27-setuptools27-2.0.1 ===> Checking if devel/py-setuptools27 already installed ===> Registering installation for py27-setuptools27-2.0.1 as automatic Installing py27-setuptools27-2.0.1...pkg-static: py27-setuptools27-2.0.1 conflicts with py27-setuptools-2.0.1 (installs files into the same place). Problematic file: /usr/local/lib/python2.7/site-packages/easy-install.pth.dist *** Error code 70 Thanks. From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 20:09:17 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D7F7991; Wed, 19 Mar 2014 20:09:17 +0000 (UTC) Received: from mail-pb0-x22b.google.com (mail-pb0-x22b.google.com [IPv6:2607:f8b0:400e:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD8AE820; Wed, 19 Mar 2014 20:09:16 +0000 (UTC) Received: by mail-pb0-f43.google.com with SMTP id um1so9406252pbc.2 for <multiple recipients>; Wed, 19 Mar 2014 13:09:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=/v/Wx1Bf65ysxO77dvR0w0z78TEZ2IJcqHxP8SSJv1M=; b=L2L25FpNP9qJmM9rmYOCVZlmmCcMsI5FpLl3EMBww4A76W0X+IxIIylie22ufFM6Ax GsXfnh8QLM6yvVn2YaymTGIJI/xo/7+EXhk7P/rn9hvmWLv2Rh5BBMkbNQUmy9zAJbv6 6yY29uGbFo16SbPJw2E+hmPFlrml/xJQtAJ0RMWsh8fplSmnq9IX+nk+lJjpzAZETEyF mSHtjTOnPXRWaZ8Fbw4ovpR3i/2WDQwe8Wo+p+GIme+uxl31UwOwpSXKR+Md9+afF+n6 XYbusOyqIr4k92SNQMK6PDkId3RZXcvTtAmy3DLXh4BIacB1xWboaQyIp4YwJv/Wx81C DThw== MIME-Version: 1.0 X-Received: by 10.68.90.132 with SMTP id bw4mr19766097pbb.136.1395259756482; Wed, 19 Mar 2014 13:09:16 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.66.0.164 with HTTP; Wed, 19 Mar 2014 13:09:16 -0700 (PDT) In-Reply-To: <5329F18D.60304@intertainservices.com> References: <5329F18D.60304@intertainservices.com> Date: Wed, 19 Mar 2014 13:09:16 -0700 X-Google-Sender-Auth: OM3ne4DZsnCsy2dm3VkB9pqrzuw Message-ID: <CAN6yY1sWvE7N1zmMvEzZdpz4TfFbJqTA0HDHAi=G1OqN_GNOdQ@mail.gmail.com> Subject: Re: py-setuptools fails to install on 10-stable From: Kevin Oberman <rkoberman@gmail.com> To: Mike Jakubik <mike.jakubik@intertainservices.com> Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "ports@freebsd.org Ports" <ports@freebsd.org>, Sunpoet Hsieh <sunpoet@freebsd.org>, python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 19 Mar 2014 20:09:17 -0000 See UPDATING 20140307 On Wed, Mar 19, 2014 at 12:35 PM, Mike Jakubik < mike.jakubik@intertainservices.com> wrote: > Hello, > > devel/py-setuptools27 is a dependency of textproc/py-MarkupSafe, however > it fails to install on 10-stable due to some conflict. > > ===> Installing for py27-setuptools27-2.0.1 > ===> Checking if devel/py-setuptools27 already installed > ===> Registering installation for py27-setuptools27-2.0.1 as automatic > Installing py27-setuptools27-2.0.1...pkg-static: py27-setuptools27-2.0.1 > conflicts with py27-setuptools-2.0.1 (installs files into the same place). > Problematic file: /usr/local/lib/python2.7/site- > packages/easy-install.pth.dist > *** Error code 70 > > Thanks. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-python@FreeBSD.ORG Thu Mar 20 10:59:48 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C126DA03; Thu, 20 Mar 2014 10:59:48 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 94B8623A; Thu, 20 Mar 2014 10:59:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2KAxm9O029304; Thu, 20 Mar 2014 10:59:48 GMT (envelope-from vg@freefall.freebsd.org) Received: (from vg@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2KAxmbf029303; Thu, 20 Mar 2014 10:59:48 GMT (envelope-from vg) Date: Thu, 20 Mar 2014 10:59:48 GMT Message-Id: <201403201059.s2KAxmbf029303@freefall.freebsd.org> To: vg@FreeBSD.org, freebsd-python@FreeBSD.org, vg@FreeBSD.org From: vg@FreeBSD.org Subject: Re: ports/187738: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 20 Mar 2014 10:59:48 -0000 Synopsis: maintainer update : sysutils/py-salt Responsible-Changed-From-To: freebsd-python->vg Responsible-Changed-By: vg Responsible-Changed-When: Thu Mar 20 10:59:48 UTC 2014 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187738 From owner-freebsd-python@FreeBSD.ORG Fri Mar 21 08:49:32 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6CBE28E1; Fri, 21 Mar 2014 08:49:32 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D876BFA; Fri, 21 Mar 2014 08:49:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2L8nWst057427; Fri, 21 Mar 2014 08:49:32 GMT (envelope-from decke@freefall.freebsd.org) Received: (from decke@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2L8nWi1057426; Fri, 21 Mar 2014 08:49:32 GMT (envelope-from decke) Date: Fri, 21 Mar 2014 08:49:32 GMT Message-Id: <201403210849.s2L8nWi1057426@freefall.freebsd.org> To: decke@FreeBSD.org, decke@FreeBSD.org, freebsd-python@FreeBSD.org From: decke@FreeBSD.org Subject: Re: ports/187355: [PATCH] devel/py-daemon: update to 1.6 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 21 Mar 2014 08:49:32 -0000 Synopsis: [PATCH] devel/py-daemon: update to 1.6 State-Changed-From-To: feedback->closed State-Changed-By: decke State-Changed-When: Fri Mar 21 08:49:31 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=187355 From owner-freebsd-python@FreeBSD.ORG Fri Mar 21 08:50:03 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0798C906 for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 21 Mar 2014 08:50:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CFBB0C02 for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 21 Mar 2014 08:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2L8o272057550 for <freebsd-python@freefall.freebsd.org>; Fri, 21 Mar 2014 08:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2L8o2p2057549; Fri, 21 Mar 2014 08:50:02 GMT (envelope-from gnats) Date: Fri, 21 Mar 2014 08:50:02 GMT Message-Id: <201403210850.s2L8o2p2057549@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187355: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service <dfilter@FreeBSD.ORG> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 21 Mar 2014 08:50:03 -0000 The following reply was made to PR ports/187355; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187355: commit references a PR Date: Fri, 21 Mar 2014 08:48:42 +0000 (UTC) Author: decke Date: Fri Mar 21 08:48:40 2014 New Revision: 348733 URL: http://svnweb.freebsd.org/changeset/ports/348733 QAT: https://qat.redports.org/buildarchive/r348733/ Log: - Update to 1.6 - Remove non working patch for py-lockfile (upstream has fixed it now) - Pet portlint PR: ports/187355 Submitted by: myself Approved by: maintainer timeout (2 weeks) Deleted: head/devel/py-daemon/files/ Modified: head/devel/py-daemon/Makefile head/devel/py-daemon/distinfo Modified: head/devel/py-daemon/Makefile ============================================================================== --- head/devel/py-daemon/Makefile Fri Mar 21 08:15:26 2014 (r348732) +++ head/devel/py-daemon/Makefile Fri Mar 21 08:48:40 2014 (r348733) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= daemon -PORTVERSION= 1.5.5 -PORTREVISION= 3 +PORTVERSION= 1.6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,5 +18,4 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes - .include <bsd.port.mk> Modified: head/devel/py-daemon/distinfo ============================================================================== --- head/devel/py-daemon/distinfo Fri Mar 21 08:15:26 2014 (r348732) +++ head/devel/py-daemon/distinfo Fri Mar 21 08:48:40 2014 (r348733) @@ -1,2 +1,2 @@ -SHA256 (python-daemon-1.5.5.tar.gz) = 1406962e48ce03642c6057f40f9ffd49493792a7b34357fe9e264708748c83c0 -SIZE (python-daemon-1.5.5.tar.gz) = 41045 +SHA256 (python-daemon-1.6.tar.gz) = 1665fb16bfeae72f16aa2de40bc75661458bd42731a7d463a911a8d5eaf96c0b +SIZE (python-daemon-1.6.tar.gz) = 41564 _______________________________________________ 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 Sat Mar 22 11:04:32 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4A7775B; Sat, 22 Mar 2014 11:04:32 +0000 (UTC) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82388FE7; Sat, 22 Mar 2014 11:04:32 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id v10so3394746pde.39 for <multiple recipients>; Sat, 22 Mar 2014 04:04:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=b86tv/VwcNcEo99hFrVQWXM0bfoXkgxCVI+7VVAs9sc=; b=ZFO/98XKlNN0zTyHfUTkey1E8Rg2rn3hJ6xKptRWnYDr07fywu/OtkyecaZsaPK0Xd n8au+SK/8p5JpCzU875kqQHBhn/pYFHhOlk88igfzVRxXB/hhpbwoFwwAdKS4I1YGHS8 WahfD1MDWKNS8fn1gVbSqFR0UkngecPX7ZayRWNWB0seJL7xW9T9L3fg5nK7OKgGR4BD V9cHmvzQus76wZr981ZLvPwJTMzzTybJmUb/eaRbaqH7Yvw/l2WR1Hl+N3s+Fyjk+oGR 3rV6fAFkETfHvtV5n7ImnNtn/ZVKfuyGQNuA/mQJAm/YBzt1IF7Zznz4rULiZsIO42r/ zs7w== X-Received: by 10.68.181.165 with SMTP id dx5mr61486375pbc.38.1395486272172; Sat, 22 Mar 2014 04:04:32 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id wp3sm15021578pbc.67.2014.03.22.04.04.30 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 22 Mar 2014 04:04:31 -0700 (PDT) Message-ID: <532D6E34.3040407@FreeBSD.org> Date: Sat, 22 Mar 2014 22:04:20 +1100 From: Kubilay Kocak <koobs.freebsd@gmail.com> User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Thunderbird/28.0 MIME-Version: 1.0 To: FreeBSD Ports <freebsd-ports@freebsd.org>, freebsd-python@FreeBSD.org Subject: Re: Python 3.4.0 References: <20140322060840.2417dbca@scorpio> In-Reply-To: <20140322060840.2417dbca@scorpio> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 22 Mar 2014 11:04:32 -0000 On 22/03/2014 9:08 PM, Jerry wrote: > I see that Python 3.4.0 has been released > <http://blog.python.org/2014/03/python-340-released.html>. Are there any > plans to incorporate it into the ports system? > Hi Jerry :) I'm a major part of the way through finishing a lang/python34 port, that is taking a little extra time due to it being created from scratch, rather than copying/inheriting from the existing ports. It's currently builds and passes the test suite, what's left is cherry picking from the various overrides and workarounds from existing ports to ensure those cases are covered, and some minor annoyances (like a proper and uniquely versioned shared library name) If you're interested in having a early play, jump on IRC (#freebsd-python on freenode) and I'd be happy to share my WIP update and get feedback Thanks for getting in touch. koobs From owner-freebsd-python@FreeBSD.ORG Sat Mar 22 23:20:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A49E3D8; Sat, 22 Mar 2014 23:20:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00B311FB; Sat, 22 Mar 2014 23:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2MNK521094474; Sat, 22 Mar 2014 23:20:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2MNK5YU094441; Sat, 22 Mar 2014 23:20:05 GMT (envelope-from edwin) Date: Sat, 22 Mar 2014 23:20:05 GMT Message-Id: <201403222320.s2MNK5YU094441@freefall.freebsd.org> To: gblach@FreeBSD.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187844: Update www/py-tornado to 3.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 22 Mar 2014 23:20:06 -0000 Synopsis: Update www/py-tornado to 3.2 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Mar 22 23:20:05 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187844 From owner-freebsd-python@FreeBSD.ORG Sat Mar 22 23:20:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 644513D2; Sat, 22 Mar 2014 23:20:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B24D1F9; Sat, 22 Mar 2014 23:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2MNK4Sq093586; Sat, 22 Mar 2014 23:20:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2MNK4Q2093550; Sat, 22 Mar 2014 23:20:04 GMT (envelope-from edwin) Date: Sat, 22 Mar 2014 23:20:04 GMT Message-Id: <201403222320.s2MNK4Q2093550@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187844: Update www/py-tornado to 3.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 22 Mar 2014 23:20:04 -0000 Synopsis: Update www/py-tornado to 3.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 22 23:20:03 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187844 From owner-freebsd-python@FreeBSD.ORG Sat Mar 22 23:30:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74744490 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 22 Mar 2014 23:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6283A29D for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 22 Mar 2014 23:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2MNU1RY095825 for <freebsd-python@freefall.freebsd.org>; Sat, 22 Mar 2014 23:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2MNU1Qm095824; Sat, 22 Mar 2014 23:30:01 GMT (envelope-from gnats) Date: Sat, 22 Mar 2014 23:30:01 GMT Message-Id: <201403222330.s2MNU1Qm095824@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/187844: Update www/py-tornado to 3.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis <edwin@FreeBSD.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 22 Mar 2014 23:30:01 -0000 The following reply was made to PR ports/187844; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: khsing.cn@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/187844: Update www/py-tornado to 3.2 Date: Sat, 22 Mar 2014 23:20:04 UT Maintainer of www/py-tornado, Please note that PR ports/187844 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/187844 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Sun Mar 23 17:25:24 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05EB6B21; Sun, 23 Mar 2014 17:25:24 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF9F2F8C; Sun, 23 Mar 2014 17:25:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2NHPNNh056813; Sun, 23 Mar 2014 17:25:23 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2NHPNRo056812; Sun, 23 Mar 2014 17:25:23 GMT (envelope-from linimon) Date: Sun, 23 Mar 2014 17:25:23 GMT Message-Id: <201403231725.s2NHPNRo056812@freefall.freebsd.org> To: jjachuf@gmail.com, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/186897: databases/py-firebirdsql: update to 0.8.6 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 23 Mar 2014 17:25:24 -0000 Synopsis: databases/py-firebirdsql: update to 0.8.6 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Mar 23 17:25:07 UTC 2014 State-Changed-Why: Superseded by ports/187393. http://www.freebsd.org/cgi/query-pr.cgi?pr=186897 From owner-freebsd-python@FreeBSD.ORG Sun Mar 23 19:46:29 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 552507B8; Sun, 23 Mar 2014 19:46:29 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 29697E13; Sun, 23 Mar 2014 19:46:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2NJkTAe000871; Sun, 23 Mar 2014 19:46:29 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2NJkSGR000870; Sun, 23 Mar 2014 19:46:28 GMT (envelope-from swills) Date: Sun, 23 Mar 2014 19:46:28 GMT Message-Id: <201403231946.s2NJkSGR000870@freefall.freebsd.org> To: swills@FreeBSD.org, freebsd-python@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187416: [PATCH] science/py-netCDF4: new LIB_DEPENDS format X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 23 Mar 2014 19:46:29 -0000 Synopsis: [PATCH] science/py-netCDF4: new LIB_DEPENDS format Responsible-Changed-From-To: freebsd-python->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Mar 23 19:46:28 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187416 From owner-freebsd-python@FreeBSD.ORG Mon Mar 24 11:06:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3890F171 for <freebsd-python@FreeBSD.org>; Mon, 24 Mar 2014 11:06:51 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C95317B for <freebsd-python@FreeBSD.org>; Mon, 24 Mar 2014 11:06:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2OB6ovC013963 for <freebsd-python@FreeBSD.org>; Mon, 24 Mar 2014 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2OB6oYP013961 for freebsd-python@FreeBSD.org; Mon, 24 Mar 2014 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 24 Mar 2014 11:06:50 GMT Message-Id: <201403241106.s2OB6oYP013961@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster <bugmaster@freebsd.org> 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.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 24 Mar 2014 11:06:51 -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/187844 python Update www/py-tornado to 3.2 o ports/187734 python [Maintainer Update] devel/py-robotframework-pabot 0.4 o ports/187647 python [NEW PORT] multimedia/py-gstreamer1 f ports/187419 python [UPDATE] net/py-netifaces: update to 0.8_1 o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187402 python [maintainer-update] textproc/py-wtforms update to 1.0. o ports/187393 python databases/py-firebirdsql: update to 0.9.2 o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 f ports/186807 python error in databases/py-MySQLdb f ports/186397 python sysutils/py-salt patch breaks salt o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186192 python lang/python27: building python27-2.7.6_1 fails for WIT o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang o ports/178301 python [patch] lang/python2[67]: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/154209 python [PATCH] lang/python: Install symlink for ptags 27 problems total. From owner-freebsd-python@FreeBSD.ORG Wed Mar 26 12:20:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 202D28D1; Wed, 26 Mar 2014 12:20:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EACC9FB1; Wed, 26 Mar 2014 12:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QCK40a091612; Wed, 26 Mar 2014 12:20:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2QCK4h3091611; Wed, 26 Mar 2014 12:20:04 GMT (envelope-from edwin) Date: Wed, 26 Mar 2014 12:20:04 GMT Message-Id: <201403261220.s2QCK4h3091611@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187955: [PATCH] devel/py-jmespath: update to 0.3.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 26 Mar 2014 12:20:05 -0000 Synopsis: [PATCH] devel/py-jmespath: update to 0.3.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 26 12:20:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187955 From owner-freebsd-python@FreeBSD.ORG Wed Mar 26 12:20:10 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 813E7930; Wed, 26 Mar 2014 12:20:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57796FB3; Wed, 26 Mar 2014 12:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QCKAYd091824; Wed, 26 Mar 2014 12:20:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2QCKAGI091823; Wed, 26 Mar 2014 12:20:10 GMT (envelope-from edwin) Date: Wed, 26 Mar 2014 12:20:10 GMT Message-Id: <201403261220.s2QCKAGI091823@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187956: [PATCH] devel/py-bcdoc: update to 0.12.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 26 Mar 2014 12:20:10 -0000 Synopsis: [PATCH] devel/py-bcdoc: update to 0.12.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 26 12:20:10 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187956 From owner-freebsd-python@FreeBSD.ORG Wed Mar 26 12:20:12 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AB32934; Wed, 26 Mar 2014 12:20:12 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 116BDFB6; Wed, 26 Mar 2014 12:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QCKBQe091899; Wed, 26 Mar 2014 12:20:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2QCKBTQ091898; Wed, 26 Mar 2014 12:20:11 GMT (envelope-from edwin) Date: Wed, 26 Mar 2014 12:20:11 GMT Message-Id: <201403261220.s2QCKBTQ091898@freefall.freebsd.org> To: takumiiinn@gmail.com, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187956: [PATCH] devel/py-bcdoc: update to 0.12.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 26 Mar 2014 12:20:12 -0000 Synopsis: [PATCH] devel/py-bcdoc: update to 0.12.2 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Mar 26 12:20:11 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187956 From owner-freebsd-python@FreeBSD.ORG Wed Mar 26 12:20:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE7708D5; Wed, 26 Mar 2014 12:20:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C39DAFB2; Wed, 26 Mar 2014 12:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QCK6ce091688; Wed, 26 Mar 2014 12:20:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2QCK62r091687; Wed, 26 Mar 2014 12:20:06 GMT (envelope-from edwin) Date: Wed, 26 Mar 2014 12:20:06 GMT Message-Id: <201403261220.s2QCK62r091687@freefall.freebsd.org> To: takumiiinn@gmail.com, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187955: [PATCH] devel/py-jmespath: update to 0.3.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 26 Mar 2014 12:20:07 -0000 Synopsis: [PATCH] devel/py-jmespath: update to 0.3.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Mar 26 12:20:06 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187955 From owner-freebsd-python@FreeBSD.ORG Wed Mar 26 12:23:11 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6A5D6C5; Wed, 26 Mar 2014 12:23:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B67B187; Wed, 26 Mar 2014 12:23:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QCNBMm094629; Wed, 26 Mar 2014 12:23:11 GMT (envelope-from alexey@freefall.freebsd.org) Received: (from alexey@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2QCNB9r094628; Wed, 26 Mar 2014 12:23:11 GMT (envelope-from alexey) Date: Wed, 26 Mar 2014 12:23:11 GMT Message-Id: <201403261223.s2QCNB9r094628@freefall.freebsd.org> To: alexey@renatasystems.org, alexey@FreeBSD.org, freebsd-python@FreeBSD.org, alexey@FreeBSD.org From: alexey@FreeBSD.org Subject: Re: ports/187955: [PATCH] devel/py-jmespath: update to 0.3.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 26 Mar 2014 12:23:11 -0000 Synopsis: [PATCH] devel/py-jmespath: update to 0.3.1 Responsible-Changed-From-To: freebsd-python->alexey Responsible-Changed-By: alexey Responsible-Changed-When: Wed Mar 26 12:23:11 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187955 From owner-freebsd-python@FreeBSD.ORG Wed Mar 26 12:30:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8467F864 for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 26 Mar 2014 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 71CC61ED for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 26 Mar 2014 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QCU1Bu095094 for <freebsd-python@freefall.freebsd.org>; Wed, 26 Mar 2014 12:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2QCU1Ze095093; Wed, 26 Mar 2014 12:30:01 GMT (envelope-from gnats) Date: Wed, 26 Mar 2014 12:30:01 GMT Message-Id: <201403261230.s2QCU1Ze095093@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/187956: [PATCH] devel/py-bcdoc: update to 0.12.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis <edwin@FreeBSD.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 26 Mar 2014 12:30:01 -0000 The following reply was made to PR ports/187956; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: alexey@renatasystems.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/187956: [PATCH] devel/py-bcdoc: update to 0.12.2 Date: Wed, 26 Mar 2014 12:20:11 UT Maintainer of devel/py-bcdoc, Please note that PR ports/187956 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/187956 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Sat Mar 29 09:50:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B7E36A2; Sat, 29 Mar 2014 09:50:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4139ACD6; Sat, 29 Mar 2014 09:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2T9o426081915; Sat, 29 Mar 2014 09:50:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2T9o4rB081914; Sat, 29 Mar 2014 09:50:04 GMT (envelope-from edwin) Date: Sat, 29 Mar 2014 09:50:04 GMT Message-Id: <201403290950.s2T9o4rB081914@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188042: [maintainer update] textproc/py-pdfminer updated to 20140328 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 29 Mar 2014 09:50:04 -0000 Synopsis: [maintainer update] textproc/py-pdfminer updated to 20140328 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 29 09:50:03 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188042 From owner-freebsd-python@FreeBSD.ORG Sat Mar 29 17:04:32 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 976AAAE4; Sat, 29 Mar 2014 17:04:32 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AAA06C2; Sat, 29 Mar 2014 17:04:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TH4Wsf025749; Sat, 29 Mar 2014 17:04:32 GMT (envelope-from olivierd@freefall.freebsd.org) Received: (from olivierd@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2TH4Wa8025748; Sat, 29 Mar 2014 17:04:32 GMT (envelope-from olivierd) Date: Sat, 29 Mar 2014 17:04:32 GMT Message-Id: <201403291704.s2TH4Wa8025748@freefall.freebsd.org> To: olivierd@FreeBSD.org, freebsd-python@FreeBSD.org, olivierd@FreeBSD.org From: olivierd@FreeBSD.org Subject: Re: ports/188042: [maintainer update] textproc/py-pdfminer updated to 20140328 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 29 Mar 2014 17:04:32 -0000 Synopsis: [maintainer update] textproc/py-pdfminer updated to 20140328 Responsible-Changed-From-To: freebsd-python->olivierd Responsible-Changed-By: olivierd Responsible-Changed-When: Sat Mar 29 17:04:32 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188042 From owner-freebsd-python@FreeBSD.ORG Sat Mar 29 19:34:07 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 162ABD2B; Sat, 29 Mar 2014 19:34:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF2EB359; Sat, 29 Mar 2014 19:34:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TJY64N073313; Sat, 29 Mar 2014 19:34:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2TJY6EV073312; Sat, 29 Mar 2014 19:34:06 GMT (envelope-from edwin) Date: Sat, 29 Mar 2014 19:34:06 GMT Message-Id: <201403291934.s2TJY6EV073312@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181218: [UPDATE] devel/py-babel to 1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 29 Mar 2014 19:34:07 -0000 Synopsis: [UPDATE] devel/py-babel to 1.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 29 19:34:06 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181218 From owner-freebsd-python@FreeBSD.ORG Sat Mar 29 19:34:08 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0555D4E; Sat, 29 Mar 2014 19:34:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96E5E35A; Sat, 29 Mar 2014 19:34:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TJY8oq073393; Sat, 29 Mar 2014 19:34:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2TJY8Jf073392; Sat, 29 Mar 2014 19:34:08 GMT (envelope-from edwin) Date: Sat, 29 Mar 2014 19:34:08 GMT Message-Id: <201403291934.s2TJY8Jf073392@freefall.freebsd.org> To: olivierd@FreeBSD.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181218: [UPDATE] devel/py-babel to 1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 29 Mar 2014 19:34:08 -0000 Synopsis: [UPDATE] devel/py-babel to 1.3 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Mar 29 19:34:08 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181218 From owner-freebsd-python@FreeBSD.ORG Sat Mar 29 19:40:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64B93E0B for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 29 Mar 2014 19:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 521D938B for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 29 Mar 2014 19:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TJe1UR073677 for <freebsd-python@freefall.freebsd.org>; Sat, 29 Mar 2014 19:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2TJe1Wf073676; Sat, 29 Mar 2014 19:40:01 GMT (envelope-from gnats) Date: Sat, 29 Mar 2014 19:40:01 GMT Message-Id: <201403291940.s2TJe1Wf073676@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/181218: [UPDATE] devel/py-babel to 1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis <edwin@FreeBSD.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 29 Mar 2014 19:40:01 -0000 The following reply was made to PR ports/181218; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: gaod@hychen.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/181218: [UPDATE] devel/py-babel to 1.3 Date: Sat, 29 Mar 2014 19:34:07 UT Maintainer of devel/py-babel, Please note that PR ports/181218 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/181218 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Sun Mar 30 05:20:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B36D837; Sun, 30 Mar 2014 05:20:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 010AD2F5; Sun, 30 Mar 2014 05:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2U5K3PM063431; Sun, 30 Mar 2014 05:20:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2U5K39W063430; Sun, 30 Mar 2014 05:20:03 GMT (envelope-from edwin) Date: Sun, 30 Mar 2014 05:20:03 GMT Message-Id: <201403300520.s2U5K39W063430@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188066: databases/py-gdbm: Missing checksum X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 30 Mar 2014 05:20:04 -0000 Synopsis: databases/py-gdbm: Missing checksum Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 30 05:20:03 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188066 From owner-freebsd-python@FreeBSD.ORG Mon Mar 31 04:50:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF24F5D8 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 31 Mar 2014 04:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9402D766 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 31 Mar 2014 04:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2V4o1Im023498 for <freebsd-python@freefall.freebsd.org>; Mon, 31 Mar 2014 04:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2V4o1tp023497; Mon, 31 Mar 2014 04:50:01 GMT (envelope-from gnats) Date: Mon, 31 Mar 2014 04:50:01 GMT Message-Id: <201403310450.s2V4o1tp023497@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Guixing <khsing.cn@gmail.com> Subject: Re: ports/187844: Update www/py-tornado to 3.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Guixing <khsing.cn@gmail.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 31 Mar 2014 04:50:01 -0000 The following reply was made to PR ports/187844; it has been noted by GNATS. From: Guixing <khsing.cn@gmail.com> To: bug-followup@freebsd.org Cc: Subject: Re: ports/187844: Update www/py-tornado to 3.2 Date: Mon, 31 Mar 2014 12:47:51 +0800 Approved. Thanks ---- Guixing From owner-freebsd-python@FreeBSD.ORG Mon Mar 31 05:20:44 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB6249BC; Mon, 31 Mar 2014 05:20:44 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BD6E989; Mon, 31 Mar 2014 05:20:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2V5KiHP033216; Mon, 31 Mar 2014 05:20:44 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2V5Kiu6033215; Mon, 31 Mar 2014 05:20:44 GMT (envelope-from linimon) Date: Mon, 31 Mar 2014 05:20:44 GMT Message-Id: <201403310520.s2V5Kiu6033215@freefall.freebsd.org> To: khsing.cn@gmail.com, gblach@FreeBSD.org, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/187844: Update www/py-tornado to 3.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 31 Mar 2014 05:20:44 -0000 Synopsis: Update www/py-tornado to 3.2 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Mon Mar 31 05:20:37 UTC 2014 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=187844 From owner-freebsd-python@FreeBSD.ORG Mon Mar 31 07:40:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D5DD2A2; Mon, 31 Mar 2014 07:40:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62EBC663; Mon, 31 Mar 2014 07:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2V7e4NZ086634; Mon, 31 Mar 2014 07:40:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2V7e4bu086633; Mon, 31 Mar 2014 07:40:04 GMT (envelope-from edwin) Date: Mon, 31 Mar 2014 07:40:04 GMT Message-Id: <201403310740.s2V7e4bu086633@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188114: math/py-numpy is broken on 9.2-STABLE X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 31 Mar 2014 07:40:04 -0000 Synopsis: math/py-numpy is broken on 9.2-STABLE Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 31 07:40:04 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188114 From owner-freebsd-python@FreeBSD.ORG Mon Mar 31 09:42:28 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2CDECBF for <python@freebsd.org>; Mon, 31 Mar 2014 09:42:28 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F16C246 for <python@freebsd.org>; Mon, 31 Mar 2014 09:42:28 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s2V9gSjv069044 for <python@freebsd.org>; Mon, 31 Mar 2014 09:42:28 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s2V9gS3D069041; Mon, 31 Mar 2014 09:42:28 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403310942.s2V9gS3D069041@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 31 Mar 2014 09:42:28 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 31 Mar 2014 09:42:28 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.4 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.4 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.4 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Mon Mar 31 11:06:50 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5442AAF1 for <freebsd-python@FreeBSD.org>; Mon, 31 Mar 2014 11:06:50 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28F34BA7 for <freebsd-python@FreeBSD.org>; Mon, 31 Mar 2014 11:06:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2VB6o1t058801 for <freebsd-python@FreeBSD.org>; Mon, 31 Mar 2014 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2VB6nIS058799 for freebsd-python@FreeBSD.org; Mon, 31 Mar 2014 11:06:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 31 Mar 2014 11:06:49 GMT Message-Id: <201403311106.s2VB6nIS058799@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster <bugmaster@freebsd.org> 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.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 31 Mar 2014 11:06:50 -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 -------------------------------------------------------------------------------- o ports/188114 python math/py-numpy is broken on 9.2-STABLE o ports/188066 python databases/py-gdbm: Missing checksum f ports/187956 python [PATCH] devel/py-bcdoc: update to 0.12.2 o ports/187844 python Update www/py-tornado to 3.2 o ports/187734 python [Maintainer Update] devel/py-robotframework-pabot 0.4 o ports/187647 python [NEW PORT] multimedia/py-gstreamer1 f ports/187419 python [UPDATE] net/py-netifaces: update to 0.8_1 o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187402 python [maintainer-update] textproc/py-wtforms update to 1.0. o ports/187393 python databases/py-firebirdsql: update to 0.9.2 o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 f ports/186807 python error in databases/py-MySQLdb f ports/186397 python sysutils/py-salt patch breaks salt o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186192 python lang/python27: building python27-2.7.6_1 fails for WIT o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang f ports/181218 python [UPDATE] devel/py-babel to 1.3 o ports/178301 python [patch] lang/python27: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/154209 python [PATCH] lang/python: Install symlink for ptags 31 problems total. From owner-freebsd-python@FreeBSD.ORG Tue Apr 1 10:19:18 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 717F223E for <python@freebsd.org>; Tue, 1 Apr 2014 10:19:18 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DD9AD7F for <python@freebsd.org>; Tue, 1 Apr 2014 10:19:18 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s31AJIEq087723 for <python@freebsd.org>; Tue, 1 Apr 2014 10:19:18 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s31AJIaw087720; Tue, 1 Apr 2014 10:19:18 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201404011019.s31AJIaw087720@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 1 Apr 2014 10:19:18 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 01 Apr 2014 10:19:18 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.4.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.4.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.4.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Thu Apr 3 09:58:20 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF2C1542 for <python@freebsd.org>; Thu, 3 Apr 2014 09:58:20 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABC1A381 for <python@freebsd.org>; Thu, 3 Apr 2014 09:58:20 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s339wKp0027649 for <python@freebsd.org>; Thu, 3 Apr 2014 09:58:20 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s339wKLj027648; Thu, 3 Apr 2014 09:58:20 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201404030958.s339wKLj027648@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 3 Apr 2014 09:58:20 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Apr 2014 09:58:20 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-simplejson | 3.3.3 | 3.4.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Thu Apr 3 19:02:09 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C44DC26 for <python@freebsd.org>; Thu, 3 Apr 2014 19:02:09 +0000 (UTC) Received: from mail-qa0-f46.google.com (mail-qa0-f46.google.com [209.85.216.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B7361C3 for <python@freebsd.org>; Thu, 3 Apr 2014 19:02:08 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id i13so2037311qae.5 for <python@freebsd.org>; Thu, 03 Apr 2014 12:02:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:subject:message-id :mime-version:content-type:content-disposition:user-agent; bh=EdRpYZuWpBUUCTK/VqPoqivLs4MeUzOz5D2VXsvXzHA=; b=gU+9DXNg1pOE9p6x8aulCQipIoN8sbNy6zFmHwJQBAdb2+iRrtzq5aLJqWElszp8xO 7+CQ4SbR/ekjk5/E652FB3bVOxI9V4hAm+ai8zOAwpTx6/HxSD74CcU8TxVYkDbF6TWi lQ8uGTWEWmSG0mu/QI2aICIxMomoFNKgAH9kc1dLupuwRqQMVO7he1ygq4KYTAV77bJA TO5p14Z8EdLXxjppBOvk2UHhQ9cYuHTRmEYTLpyAb0fEF9tl62CiDrJvtnWskU7ejZIY TcubumWkt6ECMH/mHEHtSuXLY7EIxovuvvE7kmOtsFJunvQ/6IRTjVOmyw4cb5SRfTiA SPBQ== X-Gm-Message-State: ALoCoQnu/kymJzTmAynF/DSKyavF+Ev30lN3hjcRaKWdqao/5hdUB1AjH50HzNqiTxcy+6wIEeL2 X-Received: by 10.140.86.166 with SMTP id p35mr8792015qgd.81.1396551721768; Thu, 03 Apr 2014 12:02:01 -0700 (PDT) Received: from mastodon.meroh.net (cpe-108-176-158-82.nyc.res.rr.com. [108.176.158.82]) by mx.google.com with ESMTPSA id r4sm11615727qat.16.2014.04.03.12.02.01 for <python@freebsd.org> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Apr 2014 12:02:01 -0700 (PDT) Sender: Julio Merino <jmmv@meroh.net> Date: Thu, 3 Apr 2014 15:01:56 -0400 From: Julio Merino <jmmv@freebsd.org> To: python@freebsd.org Subject: Make python27 build as an unprivileged user Message-ID: <20140403190156.GA83695@mastodon.meroh.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Apr 2014 19:02:09 -0000 Hello, I needed the patch below to be able to build python27 when using ports as an unprivileged user. It is a bit too coarse-grained, but I think ports does not offer a finer-grained mechanism to indicate that only the staging phase needs root. (Note that pkgsrc marks all python packages as requiring root for the stage phase... and I suppose it's because of the same problem I encountered.) What do you think? (If you think this is OK, I'll need an explicit approval to commit.) Thanks. Index: Makefile =================================================================== --- Makefile (revision 349914) +++ Makefile (working copy) @@ -22,6 +22,13 @@ INSTALL_TARGET= altinstall +# The compilation of all modules during the staging phase fails when not +# run as root because the compiler attemps to rewrite .pyc files +# previously-created with 444 permissions. Either the compiler should be +# fixed to not rewrite such files or they should be temporarily created +# with 644 permissions and later changed to 444. +NEED_ROOT= yes + USES= readline USE_LDCONFIG= yes USE_PYTHON= yes From owner-freebsd-python@FreeBSD.ORG Thu Apr 3 19:06:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7964DB7; Thu, 3 Apr 2014 19:06:04 +0000 (UTC) Received: from mail-yh0-x235.google.com (mail-yh0-x235.google.com [IPv6:2607:f8b0:4002:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7EF911E3; Thu, 3 Apr 2014 19:06:04 +0000 (UTC) Received: by mail-yh0-f53.google.com with SMTP id v1so2155469yhn.12 for <multiple recipients>; Thu, 03 Apr 2014 12:06:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=2w0JxFHxh+wPSixQS1GDL0O8wDiaWJ4gpQIzos+3XPc=; b=ApYyaRxlLfZDlGognOjE3EdGlkuADo1rSTXlJ+1ATwrtMSRo2JESQ0DtSMkn3NV4qV G6Ni0sIPcO4zr8KQDrF7MHryNpDvkOex08IrpOQ2cIkgMTZ++QKvMIVaTUzyveIF+x0a cGkEjPumbhZNsKiJvIk2RXWdJuHXIfSjElGDEUORxVxinkZJ7qWvTsqroSwHk+nk1BKo HzoNanOm4Twx7QfI06j9cWOykbgbKN8UWWsvChmEu4X6yrKOG08HiEUPS1I2t5C0g99o QXEmvn/X4nnXa/YStbKL6vYXiL5vIFg3KPXSMPTzWSG+zBUy3jxKlBr3VgEqAzuSaCeE UwTQ== MIME-Version: 1.0 X-Received: by 10.236.120.147 with SMTP id p19mr10819318yhh.6.1396551963600; Thu, 03 Apr 2014 12:06:03 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.80.11 with HTTP; Thu, 3 Apr 2014 12:06:03 -0700 (PDT) In-Reply-To: <20140403190156.GA83695@mastodon.meroh.net> References: <20140403190156.GA83695@mastodon.meroh.net> Date: Thu, 3 Apr 2014 21:06:03 +0200 X-Google-Sender-Auth: 7tWttZUCgW4RuRbpY9-2DUiIzFI Message-ID: <CAALwa8koQy2U2_t=vkZ_KdpDSVyrj6mAxHnR4wqjNPyXvXV=gg@mail.gmail.com> Subject: Re: Make python27 build as an unprivileged user From: Antoine Brodin <antoine@FreeBSD.org> To: Julio Merino <jmmv@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Apr 2014 19:06:04 -0000 On Thu, Apr 3, 2014 at 9:01 PM, Julio Merino <jmmv@freebsd.org> wrote: > Hello, > > I needed the patch below to be able to build python27 when using ports as > an unprivileged user. It is a bit too coarse-grained, but I think ports > does not offer a finer-grained mechanism to indicate that only the staging > phase needs root. > > (Note that pkgsrc marks all python packages as requiring root for the > stage phase... and I suppose it's because of the same problem I encountered.) > > What do you think? (If you think this is OK, I'll need an explicit approval > to commit.) Hi, It's better to understand and fix the cause of the failure as non-root than putting NEED_ROOT. Cheers, Antoine (with hat: portmgr) From owner-freebsd-python@FreeBSD.ORG Thu Apr 3 19:30:12 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 928AD4D4 for <python@freebsd.org>; Thu, 3 Apr 2014 19:30:12 +0000 (UTC) Received: from mail-qc0-f175.google.com (mail-qc0-f175.google.com [209.85.216.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E7A13CB for <python@freebsd.org>; Thu, 3 Apr 2014 19:30:11 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id e16so2372605qcx.6 for <python@freebsd.org>; Thu, 03 Apr 2014 12:30:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=qTRvoOaqAhYhbTWmOTPs0biDz14bnhYboKunFn5v3yw=; b=SYlVbkAVcQO9DEX3+HrwJP6T++MJuYfjj3edkP5889PJfP1Iae4ViBgrLSSx1q1Yku je8ce1dvh0hx07zBHFVMlCH2yHzy+TUEOddGu3p7Gp70u8CoRIHq409RScBpFqrriIl0 x2YJAdPdHY58+/lMGjOMmp2GYpkC7D3N3ggAQrYlVIRtZ0qXc0BKwmkZrTsuxs33OwQi rAknIIfm3W95yHtf2+KcDpz0JxPG0+dQejdbk2Ser8zp56jzD+ZIar1DpTi3+lTGvQkp UazK5LKz1xJnYWMnP2PpJ0L5Yd80G8CYb0Yyx2QauCJPTYTSP2Z4xaoMmNupbfyqYy7V sGxA== X-Gm-Message-State: ALoCoQl1mJimgkva+QyJpsO4kPZT+ukk0JF1OkMX0B1CcMmnmadM61DCyYXEcvTUd/s3LQJgTYis X-Received: by 10.224.0.79 with SMTP id 15mr9775817qaa.2.1396553064291; Thu, 03 Apr 2014 12:24:24 -0700 (PDT) Received: from mastodon.meroh.net (cpe-108-176-158-82.nyc.res.rr.com. [108.176.158.82]) by mx.google.com with ESMTPSA id m2sm11733783qac.3.2014.04.03.12.24.23 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Apr 2014 12:24:23 -0700 (PDT) Sender: Julio Merino <jmmv@meroh.net> Date: Thu, 3 Apr 2014 15:24:20 -0400 From: Julio Merino <jmmv@freebsd.org> To: Antoine Brodin <antoine@FreeBSD.org> Subject: Re: Make python27 build as an unprivileged user Message-ID: <20140403192420.GA36985@mastodon.meroh.net> References: <20140403190156.GA83695@mastodon.meroh.net> <CAALwa8koQy2U2_t=vkZ_KdpDSVyrj6mAxHnR4wqjNPyXvXV=gg@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <CAALwa8koQy2U2_t=vkZ_KdpDSVyrj6mAxHnR4wqjNPyXvXV=gg@mail.gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Apr 2014 19:30:12 -0000 On Thu, Apr 03, 2014 at 09:06:03PM +0200, Antoine Brodin wrote: > On Thu, Apr 3, 2014 at 9:01 PM, Julio Merino <jmmv@freebsd.org> wrote: > > Hello, > > > > I needed the patch below to be able to build python27 when using ports as > > an unprivileged user. It is a bit too coarse-grained, but I think ports > > does not offer a finer-grained mechanism to indicate that only the staging > > phase needs root. > > > > (Note that pkgsrc marks all python packages as requiring root for the > > stage phase... and I suppose it's because of the same problem I encountered.) > > > > What do you think? (If you think this is OK, I'll need an explicit approval > > to commit.) > > Hi, > > It's better to understand and fix the cause of the failure as non-root > than putting NEED_ROOT. pkgsrc has had the "need root" requirement in place for _years_ and people have tried to fix it before. For these reasons, I don't think it's a trivial thing to do this and I certainly do not have the time to investigate it at the moment. From owner-freebsd-python@FreeBSD.ORG Thu Apr 3 19:30:39 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA5194F0; Thu, 3 Apr 2014 19:30:39 +0000 (UTC) Received: from mail-yh0-x230.google.com (mail-yh0-x230.google.com [IPv6:2607:f8b0:4002:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A0B15618; Thu, 3 Apr 2014 19:30:39 +0000 (UTC) Received: by mail-yh0-f48.google.com with SMTP id z6so2169623yhz.35 for <multiple recipients>; Thu, 03 Apr 2014 12:30:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=/iIwuJ+4+d/rS+5CFOXXpbbgGcmuc+OQow0ewfn/M4Q=; b=Nt7z9Gw/6Vx84kTPt/dT63PNv5AbqFs9A9MmcneZVlwyFDp2qqQEgGTM54HOlGlKjE Ixh98/CzFvsDGikP2r3WNuZxZduT5bnabNTC/+inQk3zhamX6dyBP6CllgDWO9uPLTNG mBVE60BZxavTmgaOXggCw+OUHMWLj88l2fHiMnkorYdp6VHyhN7FutjGxOgzPcIrW9L8 s232QDvNs2wMRWHqylHNft3NiJQv9wVH1IZvmQ1kAzi0Yh9dmgGoMQxwdLvkG89TJNmT xTwbfXWS9zpUDFOWceUPPvAkd5Z82rNtonwjKqwoovDO0/oodGebLeliI4LEWmBsxGS0 y42A== MIME-Version: 1.0 X-Received: by 10.236.120.147 with SMTP id p19mr10966725yhh.6.1396553438751; Thu, 03 Apr 2014 12:30:38 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.80.11 with HTTP; Thu, 3 Apr 2014 12:30:38 -0700 (PDT) In-Reply-To: <20140403192420.GA36985@mastodon.meroh.net> References: <20140403190156.GA83695@mastodon.meroh.net> <CAALwa8koQy2U2_t=vkZ_KdpDSVyrj6mAxHnR4wqjNPyXvXV=gg@mail.gmail.com> <20140403192420.GA36985@mastodon.meroh.net> Date: Thu, 3 Apr 2014 21:30:38 +0200 X-Google-Sender-Auth: gwWWM4ibC5ozZyUXOOywcQlUoww Message-ID: <CAALwa8mEB7wZRhBCJ5n=ejAAQcz35_J6V8OoUpVXAhAs9SvY5w@mail.gmail.com> Subject: Re: Make python27 build as an unprivileged user From: Antoine Brodin <antoine@FreeBSD.org> To: Julio Merino <jmmv@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Apr 2014 19:30:40 -0000 On Thu, Apr 3, 2014 at 9:24 PM, Julio Merino <jmmv@freebsd.org> wrote: > On Thu, Apr 03, 2014 at 09:06:03PM +0200, Antoine Brodin wrote: >> On Thu, Apr 3, 2014 at 9:01 PM, Julio Merino <jmmv@freebsd.org> wrote: >> > Hello, >> > >> > I needed the patch below to be able to build python27 when using ports as >> > an unprivileged user. It is a bit too coarse-grained, but I think ports >> > does not offer a finer-grained mechanism to indicate that only the staging >> > phase needs root. >> > >> > (Note that pkgsrc marks all python packages as requiring root for the >> > stage phase... and I suppose it's because of the same problem I encountered.) >> > >> > What do you think? (If you think this is OK, I'll need an explicit approval >> > to commit.) >> >> Hi, >> >> It's better to understand and fix the cause of the failure as non-root >> than putting NEED_ROOT. > > pkgsrc has had the "need root" requirement in place for _years_ and people > have tried to fix it before. For these reasons, I don't think it's a trivial > thing to do this and I certainly do not have the time to investigate it at > the moment. koobs' new python34 port (not committed yet) packages fine as non root, so it seems doable. Cheers, Antoine From owner-freebsd-python@FreeBSD.ORG Thu Apr 3 20:33:30 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79B7A9A5 for <freebsd-python@freebsd.org>; Thu, 3 Apr 2014 20:33:30 +0000 (UTC) Received: from mail-ve0-x22d.google.com (mail-ve0-x22d.google.com [IPv6:2607:f8b0:400c:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2EC5BBEF for <freebsd-python@freebsd.org>; Thu, 3 Apr 2014 20:33:30 +0000 (UTC) Received: by mail-ve0-f173.google.com with SMTP id oy12so708955veb.18 for <freebsd-python@freebsd.org>; Thu, 03 Apr 2014 13:33:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=U9BmdYM8DHzNhTkA8x9WXznb2KjbMfblcV9qFt5VAuY=; b=FgNLj5n+QxineTr8VN5NWDYlYIRp4JdMYuEVqjVpYHvzNBUIEkBbNFkVon2XCpQXwH 7qsAV7MhtwmjBB+TRZVkIp6EnLARs19ntCHDPkKoUnlQoEwICPEdaY1Pv4z/h3+MtIPy sz7h6Ou0XkKVDWI6dCYyVCPJ9y72zz8ptBKszoP/r+4oJw6CPVpB8gMVxtLOcnafv8Mr e2q2Xf6Xaa0SLWeiy7Lt2+IDT9NNPn+znLWU5Efud90+KH2eKHupEfNe1vCQ3GN6MGxx xQa6nW5LO8RJTMQCE0BnWF1YQeElRxiR5F8ZWzwWFlx7LKnpSDA7SIPkhlhvQWvzZ5oL p1PA== MIME-Version: 1.0 X-Received: by 10.220.49.8 with SMTP id t8mr54472vcf.41.1396557209192; Thu, 03 Apr 2014 13:33:29 -0700 (PDT) Received: by 10.220.111.6 with HTTP; Thu, 3 Apr 2014 13:33:29 -0700 (PDT) In-Reply-To: <533D5F29.2040506@saltant.com> References: <CALXkR+-+zCvM5j6ZK70_y2fjp1ci5feuE=ZzX+KpJz-CCNoEfQ@mail.gmail.com> <533D5F29.2040506@saltant.com> Date: Fri, 4 Apr 2014 04:33:29 +0800 Message-ID: <CALXkR+8GOHCAhXn85qCTZP9ujJ4=Qj0zo1Ko2awYbX9jtKjQDQ@mail.gmail.com> Subject: Re: pandas import failed from iPython Notebook From: Irjohn Junus <i.junus@gmail.com> To: "John W. O'Brien" <john@saltant.com> Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Python List <freebsd-python@freebsd.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Apr 2014 20:33:30 -0000 Hi John, Thanks for your reply. 0. I wouldn't know, it's my first time installing Python scientific environment in FreeBSD. No experience with previous versions. 1. Yes, both imports consistently give me ImportError but only in iPython Notebook, works fine in iPyhon console just like importing pandas per my previous email. Captions below. 2. No. Only in iPython Notebook. 3. Ports collection updated to latest just yesterday. BTW, Jimmy had kindly replied with a temporary solution earlier. Looks more like iPython Notebook issue to me. Regards, Irjohn from numpy.linalg import * ---------------------------------------------------------------------------ImportError Traceback (most recent call last)<ipython-input-3-80a2863fa0d3> in <module>()----> 1 from numpy.linalg import * /usr/local/lib/python2.7/site-packages/numpy/__init__.py in <module>() 151 return loader(*packages, **options) 152 --> 153 from . import add_newdocs 154 __all__ = ['add_newdocs', 'ModuleDeprecationWarning'] 155 /usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py in <module>() 11 from __future__ import division, absolute_import, print_function 12 ---> 13 from numpy.lib import add_newdoc 14 15 ############################################################################### /usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py in <module>() 15 from .ufunclike import * 16 ---> 17 from . import scimath as emath 18 from .polynomial import * 19 #import convertcode ImportError: cannot import name scimath from numpy.lib import scimath ---------------------------------------------------------------------------ImportError Traceback (most recent call last)<ipython-input-4-ba88c6cc7bf7> in <module>()----> 1 from numpy.lib import scimath /usr/local/lib/python2.7/site-packages/numpy/__init__.py in <module>() 151 return loader(*packages, **options) 152 --> 153 from . import add_newdocs 154 __all__ = ['add_newdocs', 'ModuleDeprecationWarning'] 155 /usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py in <module>() 11 from __future__ import division, absolute_import, print_function 12 ---> 13 from numpy.lib import add_newdoc 14 15 ############################################################################### /usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py in <module>() 15 from .ufunclike import * 16 ---> 17 from . import scimath as emath 18 from .polynomial import * 19 #import convertcode ImportError: cannot import name scimath On Thu, Apr 3, 2014 at 9:16 PM, John W. O'Brien <john@saltant.com> wrote: > On 4/3/14 1:30 AM, Irjohn Junus wrote: > > Dear John, > > > > I wrote to iPython maintainer Jimmy earlier and I thought I write to you > > at the same time hoping you'd have a pointer for me to follow. Email > > below. Thank you. > > Hi Irjohn, > > I'm CC'ing the freebsd-python mailing list get more eyes on this and to > record our solution for posterity. > > It appears that numpy is implicated in both cases. > > 0. Was this working before, with a previous version? > > 1. Can you reproduce this by importing the applicable parts of numpy > into IPython directly? > > In[1]: from numpy.linalg import * > > In[2]: from numpy.lib import scimath > > 2. Can you reproduce this when using the CPython shell instead of > IPython? > > 3. Do you build ports from source or install from a package > repository? > > Regards, > John > > > Dear Jimmy, > > > > I'd just installed *py27-ipython-1.2.1_2 > > <http://svnweb.freebsd.org/ports/head/devel/ipython> *port yesterday on > > my 9.1-RELEASE-p7 server and had been struggling to import pandas from > > iPython notebook running in my laptop web browser (error message > > captioned below). Weird thing is it imported fine from iPython console > > terminal from within the server. Having searched the official and other > > forums (there's discussion about putting patch for gcc4.6 vs 4.7 with > > fortran mentioned, but I wouldn't know how to do it) plus hours of > > Googling I have no other way than contacting you. > > > > Depending on which way I imported: > > 1. import pandas as pd: gives ImportError: /lib/libgcc_s.so.1: version > > GCC_4.6.0 required by /usr/local/lib/gcc47/libgfortran.so.3 not found > > 2. import pandas: gives: ImportError: cannot import name scimath > > Appreciate any pointer into the right direction please. Thank you. > > > > > > > > Regards, > > Irjohn > > > > FreeBSD mars 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 > > 21:34:37 UTC 2013 > > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > > > > > > > > > > > > > > > --------------------------------------------------------------------------- > > ImportError Traceback (most recent call > last) > > <ipython-input-1-af55e7023913> in <module>() > > ----> 1 import pandas as pd > > > > /usr/local/lib/python2.7/site-packages/pandas/__init__.py in <module>() > > 4 > > 5 try: > > ----> 6 from . import hashtable, tslib, lib > > 7 except Exception: # pragma: no cover > > 8 import sys > > > > /root/numpy.pxd in init pandas.hashtable (pandas/hashtable.c:21547)() > > > > /usr/local/lib/python2.7/site-packages/numpy/__init__.pyc in <module>() > > 151 return loader(*packages, **options) > > 152 > > --> 153 from . import add_newdocs > > 154 __all__ = ['add_newdocs', 'ModuleDeprecationWarning'] > > 155 > > > > /usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py in <module>() > > 11 from __future__ import division, absolute_import, print_function > > 12 > > ---> 13 from numpy.lib import add_newdoc > > 14 > > 15 > ############################################################################### > > > > /usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py in > <module>() > > 16 > > 17 from . import scimath as emath > > ---> 18 from .polynomial import * > > 19 #import convertcode > > 20 from .utils import * > > > > /usr/local/lib/python2.7/site-packages/numpy/lib/polynomial.py in > <module>() > > 17 from numpy.lib.function_base import trim_zeros, sort_complex > > 18 from numpy.lib.type_check import iscomplex, real, imag > > ---> 19 from numpy.linalg import eigvals, lstsq, inv > > 20 > > 21 class RankWarning(UserWarning): > > > > /usr/local/lib/python2.7/site-packages/numpy/linalg/__init__.py in > <module>() > > 48 from .info import __doc__ > > 49 > > ---> 50 from .linalg import * > > 51 > > 52 from numpy.testing import Tester > > > > /usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py in > <module>() > > 27 ) > > 28 from numpy.lib import triu, asfarray > > ---> 29 from numpy.linalg import lapack_lite, _umath_linalg > > 30 from numpy.matrixlib.defmatrix import matrix_power > > 31 from numpy.compat import asbytes > > > > ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by > /usr/local/lib/gcc47/libgfortran.so.3 not found > > > > /lib/libgcc_s.so.1: version GCC_4.6.0 required by > /usr/local/lib/gcc47/libgfortran.so.3 not found > > > > > > > > > > > > > > > > > --------------------------------------------------------------------------- > > ImportError Traceback (most recent call > last) > > <ipython-input-1-d6ac987968b6> in <module>() > > ----> 1 import pandas > > > > /usr/local/lib/python2.7/site-packages/pandas/__init__.py in <module>() > > 4 > > 5 try: > > ----> 6 from . import hashtable, tslib, lib > > 7 except Exception: # pragma: no cover > > 8 import sys > > > > /root/numpy.pxd in init pandas.hashtable (pandas/hashtable.c:21547)() > > > > /usr/local/lib/python2.7/site-packages/numpy/__init__.py in <module>() > > 151 return loader(*packages, **options) > > 152 > > --> 153 from . import add_newdocs > > 154 __all__ = ['add_newdocs', 'ModuleDeprecationWarning'] > > 155 > > > > /usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py in <module>() > > 11 from __future__ import division, absolute_import, print_function > > 12 > > ---> 13 from numpy.lib import add_newdoc > > 14 > > 15 > ############################################################################### > > > > /usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py in > <module>() > > 15 from .ufunclike import * > > 16 > > ---> 17 from . import scimath as emath > > 18 from .polynomial import * > > 19 #import convertcode > > > > ImportError: cannot import name scimath > > > > cannot import name scimath > > > > > > > From owner-freebsd-python@FreeBSD.ORG Thu Apr 3 22:51:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AC13AB9 for <python@freebsd.org>; Thu, 3 Apr 2014 22:51:51 +0000 (UTC) Received: from mail-qg0-f54.google.com (mail-qg0-f54.google.com [209.85.192.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53B75946 for <python@freebsd.org>; Thu, 3 Apr 2014 22:51:51 +0000 (UTC) Received: by mail-qg0-f54.google.com with SMTP id a108so2581207qge.13 for <python@freebsd.org>; Thu, 03 Apr 2014 15:51:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=bdhKTAMpL2+ZMm+TZzJhg7ejPNhZ8Ynx1ICHzht2ZUc=; b=hpUH5zKq8LyU0m5q8Iz3hYs6x4zIGt0a+BeOnZbG+EZo/jhgzqOC41vRbpdJW/wH36 K7Ie3nX97/MA296KeIbWNKPwQGOFt1Tys8XYYuUekHKgwpnHela8PBR07GL/FMaNsZXF P1lveytoe3S3tpOCb+A2EXzpKVDI09kD/7PCW5fE58/4JryHwXZBexroph4+6i4bERTL w8huH9S94Rq96Yw3xHFo91LBbUnVdYMS/VzLt92SNEXj3c2/FLwN9NzO6pj+w1badHfD 6oZJz2y9oA49f7RycY5Ntu6ekd7+wF02JDqUEX2uljJOx3kp3/Qlk7cL0vEiM3s/ayul JCDA== X-Gm-Message-State: ALoCoQk669mpdMLtUpivwLaZLMXjCg1ybQmiG/Gr0FPtJVL0ljpxepDz9Jv0KwEn6VAjn002okik X-Received: by 10.229.96.199 with SMTP id i7mr6097114qcn.20.1396565510028; Thu, 03 Apr 2014 15:51:50 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.102 with HTTP; Thu, 3 Apr 2014 15:51:29 -0700 (PDT) X-Originating-IP: [2620:0:1003:1021:4979:6f7a:9a1a:e020] In-Reply-To: <CAALwa8mEB7wZRhBCJ5n=ejAAQcz35_J6V8OoUpVXAhAs9SvY5w@mail.gmail.com> References: <20140403190156.GA83695@mastodon.meroh.net> <CAALwa8koQy2U2_t=vkZ_KdpDSVyrj6mAxHnR4wqjNPyXvXV=gg@mail.gmail.com> <20140403192420.GA36985@mastodon.meroh.net> <CAALwa8mEB7wZRhBCJ5n=ejAAQcz35_J6V8OoUpVXAhAs9SvY5w@mail.gmail.com> From: Julio Merino <jmmv@freebsd.org> Date: Thu, 3 Apr 2014 18:51:29 -0400 X-Google-Sender-Auth: NsD3Zq0XfyqI5bf7ZngprbldefM Message-ID: <CAFY7cWAMZ9vy7GtoRLK-R5sogNkqq+tHQPVSpmduq5+mLhxxyQ@mail.gmail.com> Subject: Re: Make python27 build as an unprivileged user To: Antoine Brodin <antoine@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Apr 2014 22:51:51 -0000 On Thu, Apr 3, 2014 at 3:30 PM, Antoine Brodin <antoine@freebsd.org> wrote: > koobs' new python34 port (not committed yet) packages fine as non > root, so it seems doable. Sorry but I don't see how that's relevant. Python 3.4 is a much more modern package than 2.7 and many things may have changed in its build infrastructure. Yes, fixing the root cause is doable for sure, and I agree with you that, ideally, this should be properly fixed. But: I don't think it's worth our time considering that: 1) this is for the "old" 2.x branch and 2) some knowledgeable people have already tried and failed at doing so. As things currently are, the python27 package is broken when building from ports as non-root. (Which by the way is annoying for architectures without prebuilt packages; I have found this problem under powerpc64!) What I'm proposing is that we trivially workaround the problem by *temporarily* defining NEED_ROOT and later investigating the failure. Doing the former does not preclude the latter, but at least fixes the obvious bug. I don't want to put words on your mouth, but what I think you are proposing is that we leave the package broken for an arbitrary (possibly infinite) amount of time until someone decides to track and fix the root cause. If you are offering to investigate this relatively soon as the maintainer that's perfect though. So up to you really! If you do not agree with the workaround, I will at least file a PR for proper tracking. Thanks From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 03:43:08 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 037A41BC for <freebsd-python@freebsd.org>; Fri, 4 Apr 2014 03:43:08 +0000 (UTC) Received: from mail-ve0-x236.google.com (mail-ve0-x236.google.com [IPv6:2607:f8b0:400c:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B38D1330 for <freebsd-python@freebsd.org>; Fri, 4 Apr 2014 03:43:07 +0000 (UTC) Received: by mail-ve0-f182.google.com with SMTP id jw12so1029686veb.13 for <freebsd-python@freebsd.org>; Thu, 03 Apr 2014 20:43:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nbHFAOcyIm+QeqvXUahOnc4b4eNhrTuZDaUJVvNujM0=; b=luPwjEkys2XWW+EV1oI+xj2u2QJxxL7N3zsToqHeGV+zWJn1XVWw32Sq8VPS8hvf44 QUoA+imV2thGH/hcGuXsAe5TQj4cLLdmwaxD6qBKxkxKioxlj1KOok9jTpqcKU9ksCwn yCeQtBnvuh/D4L579gqzxLVBVJEVNFOwEyrhelMF3wekrpWNdqTpmJZmE7spV8SOYcxs /w/NwZR/JOTmhSIKoYcGnI9JyDi2wWEssR0XKhGLjDxOW/lpAp+MyCWptClXinS5AdgJ jxs0GRcdkEX07Y0TPG/t3JLZdUTDpVN2Rn/nxzzGAt6HqOe6emHnmX6ZCTPNagjqiICS rffw== MIME-Version: 1.0 X-Received: by 10.52.253.75 with SMTP id zy11mr9360912vdc.10.1396582986265; Thu, 03 Apr 2014 20:43:06 -0700 (PDT) Received: by 10.220.111.6 with HTTP; Thu, 3 Apr 2014 20:43:06 -0700 (PDT) In-Reply-To: <533E109F.6050104@saltant.com> References: <CALXkR+-+zCvM5j6ZK70_y2fjp1ci5feuE=ZzX+KpJz-CCNoEfQ@mail.gmail.com> <533D5F29.2040506@saltant.com> <CALXkR+8GOHCAhXn85qCTZP9ujJ4=Qj0zo1Ko2awYbX9jtKjQDQ@mail.gmail.com> <533E109F.6050104@saltant.com> Date: Fri, 4 Apr 2014 11:43:06 +0800 Message-ID: <CALXkR+-eyvj5-HDtsZ9RqFrBOfSermYwkKGZ5kcahXaaFvU7rQ@mail.gmail.com> Subject: Re: pandas import failed from iPython Notebook From: Irjohn Junus <i.junus@gmail.com> To: "John W. O'Brien" <john@saltant.com> Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Python List <freebsd-python@freebsd.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 04 Apr 2014 03:43:08 -0000 Hi John, It was: LD_LIBRARY_PATH=/usr/local/lib/gcc47 ipython notebook Regards, Irjohn On Fri, Apr 4, 2014 at 9:53 AM, John W. O'Brien <john@saltant.com> wrote: > On 4/3/14 4:33 PM, Irjohn Junus wrote: > [...] > > 0. I wouldn't know, it's my first time installing Python scientific > > environment in FreeBSD. No experience with previous versions. > > > > 1. Yes, both imports consistently give me ImportError but only in > > iPython Notebook, works fine in iPyhon console just like importing > > pandas per my previous email. Captions below. > > > > 2. No. Only in iPython Notebook. > > > > 3. Ports collection updated to latest just yesterday. > > > > BTW, Jimmy had kindly replied with a temporary solution earlier. Looks > > more like iPython Notebook issue to me. > > Irjohn, > > Yes, that does sound like an IPython problem, though I don't believe > numpy is beyond suspicion either. > > Would you mind telling us what the temporary solution is? > > Regards, > John > > PS: My messages might not be reaching the list because of this [0]. > > [0] > > http://www.dreamhoststatus.com/2014/03/31/mail-server-sending-issues-due-to-rbl-block/ > > > On Thu, Apr 3, 2014 at 9:16 PM, John W. O'Brien <john@saltant.com > > <mailto:john@saltant.com>> wrote: > > > > On 4/3/14 1:30 AM, Irjohn Junus wrote: > > > Dear John, > > > > > > I wrote to iPython maintainer Jimmy earlier and I thought I write > > to you > > > at the same time hoping you'd have a pointer for me to follow. > Email > > > below. Thank you. > > > > Hi Irjohn, > > > > I'm CC'ing the freebsd-python mailing list get more eyes on this and > to > > record our solution for posterity. > > > > It appears that numpy is implicated in both cases. > > > > 0. Was this working before, with a previous version? > > > > 1. Can you reproduce this by importing the applicable parts of > numpy > > into IPython directly? > > > > In[1]: from numpy.linalg import * > > > > In[2]: from numpy.lib import scimath > > > > 2. Can you reproduce this when using the CPython shell instead of > > IPython? > > > > 3. Do you build ports from source or install from a package > > repository? > > > From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 07:30:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB838BFD; Fri, 4 Apr 2014 07:30:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91E9884F; Fri, 4 Apr 2014 07:30:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s347U6de094822; Fri, 4 Apr 2014 07:30:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s347U65o094821; Fri, 4 Apr 2014 07:30:06 GMT (envelope-from edwin) Date: Fri, 4 Apr 2014 07:30:06 GMT Message-Id: <201404040730.s347U65o094821@freefall.freebsd.org> To: Vladimir.Chukharev@gmail.com, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188250: [Patch] update port www/py-selenium to 2.41.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 04 Apr 2014 07:30:06 -0000 Synopsis: [Patch] update port www/py-selenium to 2.41.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Apr 4 07:30:06 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188250 From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 07:30:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 050E2BF9; Fri, 4 Apr 2014 07:30:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D039B84E; Fri, 4 Apr 2014 07:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s347U4aZ094738; Fri, 4 Apr 2014 07:30:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s347U4CJ094737; Fri, 4 Apr 2014 07:30:04 GMT (envelope-from edwin) Date: Fri, 4 Apr 2014 07:30:04 GMT Message-Id: <201404040730.s347U4CJ094737@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188250: [Patch] update port www/py-selenium to 2.41.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 04 Apr 2014 07:30:05 -0000 Synopsis: [Patch] update port www/py-selenium to 2.41.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 4 07:30:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188250 From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 07:40:03 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 129F2E69 for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 4 Apr 2014 07:40:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00C41935 for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 4 Apr 2014 07:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s347e2cX000993 for <freebsd-python@freefall.freebsd.org>; Fri, 4 Apr 2014 07:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s347e2Oo000986; Fri, 4 Apr 2014 07:40:02 GMT (envelope-from gnats) Date: Fri, 4 Apr 2014 07:40:02 GMT Message-Id: <201404040740.s347e2Oo000986@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/188250: [Patch] update port www/py-selenium to 2.41.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis <edwin@FreeBSD.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 04 Apr 2014 07:40:03 -0000 The following reply was made to PR ports/188250; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: douglas@douglasthrift.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/188250: [Patch] update port www/py-selenium to 2.41.0 Date: Fri, 4 Apr 2014 07:30:05 UT Maintainer of www/py-selenium, Please note that PR ports/188250 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/188250 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 08:20:03 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4525EAA; Fri, 4 Apr 2014 08:20:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BA5FC9D; Fri, 4 Apr 2014 08:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s348K3OV017535; Fri, 4 Apr 2014 08:20:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s348K33a017534; Fri, 4 Apr 2014 08:20:03 GMT (envelope-from edwin) Date: Fri, 4 Apr 2014 08:20:03 GMT Message-Id: <201404040820.s348K33a017534@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188251: [lang/python] bdb48 dependency leak in all python X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 04 Apr 2014 08:20:03 -0000 Synopsis: [lang/python] bdb48 dependency leak in all python Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 4 08:20:03 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188251 From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 09:57:20 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B6414FC; Fri, 4 Apr 2014 09:57:20 +0000 (UTC) Received: from mail-yk0-x229.google.com (mail-yk0-x229.google.com [IPv6:2607:f8b0:4002:c07::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B1F280F; Fri, 4 Apr 2014 09:57:20 +0000 (UTC) Received: by mail-yk0-f169.google.com with SMTP id 142so2678919ykq.14 for <multiple recipients>; Fri, 04 Apr 2014 02:57:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=PcSH+rovB7YBXZL5XBQ/sTYQKffHYngzeIZqzdb4uGA=; b=xP1sxuwlgD4J5HCfzDgTjQYMrhu9HnhKx381sNcWBDlWy6WflWADYF0hgW9BLGkgaA wkLSeAQJmiHUZMafSo9qrFlPwdJq1CTpAz5fMCFhyg7i2mQqvyUAlTAYXAYtFf+TQSAQ +/jvZHrsNXyvQdM+VrgPqYZ/o43Zw6E9MZo6Hlk/fqFBNYZzc8uM/gx61MBgRxn8PPPM 6irpm/lYMGUL/cl7vLfyuz3t5ZRjHhLfQTdXanlULt9hxU2L10fqt35JccevfJZLKPA1 ycRTsTKt/KpOvgia78dLyZkXpOKVd7+R7M3QTQek94Em9kcOyZYA8GaNGqGEDLWX0/SP kMyg== MIME-Version: 1.0 X-Received: by 10.236.30.230 with SMTP id k66mr15157077yha.57.1396605439250; Fri, 04 Apr 2014 02:57:19 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.80.11 with HTTP; Fri, 4 Apr 2014 02:57:19 -0700 (PDT) In-Reply-To: <CAFY7cWAMZ9vy7GtoRLK-R5sogNkqq+tHQPVSpmduq5+mLhxxyQ@mail.gmail.com> References: <20140403190156.GA83695@mastodon.meroh.net> <CAALwa8koQy2U2_t=vkZ_KdpDSVyrj6mAxHnR4wqjNPyXvXV=gg@mail.gmail.com> <20140403192420.GA36985@mastodon.meroh.net> <CAALwa8mEB7wZRhBCJ5n=ejAAQcz35_J6V8OoUpVXAhAs9SvY5w@mail.gmail.com> <CAFY7cWAMZ9vy7GtoRLK-R5sogNkqq+tHQPVSpmduq5+mLhxxyQ@mail.gmail.com> Date: Fri, 4 Apr 2014 11:57:19 +0200 X-Google-Sender-Auth: o9MaqNEekhc7Dmq0lK49x8rFI6Q Message-ID: <CAALwa8m2MetR9mUmT5K3zRc_szt-Btgq=DbYpDLa-aqWnuSy_Q@mail.gmail.com> Subject: Re: Make python27 build as an unprivileged user From: Antoine Brodin <antoine@FreeBSD.org> To: Julio Merino <jmmv@freebsd.org> Content-Type: multipart/mixed; boundary=089e016340741942ae04f6348b5a Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 04 Apr 2014 09:57:20 -0000 --089e016340741942ae04f6348b5a Content-Type: text/plain; charset=ISO-8859-1 On Fri, Apr 4, 2014 at 12:51 AM, Julio Merino <jmmv@freebsd.org> wrote: > On Thu, Apr 3, 2014 at 3:30 PM, Antoine Brodin <antoine@freebsd.org> wrote: >> koobs' new python34 port (not committed yet) packages fine as non >> root, so it seems doable. > > Sorry but I don't see how that's relevant. Python 3.4 is a much more > modern package than 2.7 and many things may have changed in its build > infrastructure. > > Yes, fixing the root cause is doable for sure, and I agree with you > that, ideally, this should be properly fixed. But: I don't think it's > worth our time considering that: 1) this is for the "old" 2.x branch > and 2) some knowledgeable people have already tried and failed at > doing so. > > As things currently are, the python27 package is broken when building > from ports as non-root. (Which by the way is annoying for > architectures without prebuilt packages; I have found this problem > under powerpc64!) > > What I'm proposing is that we trivially workaround the problem by > *temporarily* defining NEED_ROOT and later investigating the failure. > Doing the former does not preclude the latter, but at least fixes the > obvious bug. > > I don't want to put words on your mouth, but what I think you are > proposing is that we leave the package broken for an arbitrary > (possibly infinite) amount of time until someone decides to track and > fix the root cause. If you are offering to investigate this relatively > soon as the maintainer that's perfect though. > > So up to you really! If you do not agree with the workaround, I will > at least file a PR for proper tracking. Try attached patch. Cheers, Antoine --089e016340741942ae04f6348b5a Content-Type: text/plain; charset=US-ASCII; name="python27.diff" Content-Disposition: attachment; filename="python27.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_htlas5o10 QWxsb3cgc3RhZ2luZyBweXRob24yNyBhcyBhIHJlZ3VsYXIgdXNlcjoKCi0gd2hlbiBjb21waWxp bmcsIGRvbid0IGNvbXBpbGUgdGhlIHJ1bm5pbmcgY29tbWFuZCBvdGhlcndpc2UgaXQgZmFpbHMg dG8gY29tcGlsZSBtb2R1bGVzIGltcG9ydGVkIGJ5IHRoZSBydW5uaW5nIGNvbW1hbmQKClNvcnJ5 IFtFcnJubyAxM10gUGVybWlzc2lvbiBkZW5pZWQ6ICcvd3JrZGlycy91c3IvcG9ydHMvbGFuZy9w eXRob24yNy93b3JrL3N0YWdlL3Vzci9sb2NhbC9saWIvcHl0aG9uMi43L2dldG9wdC5weWMnClNv cnJ5IFtFcnJubyAxM10gUGVybWlzc2lvbiBkZW5pZWQ6ICcvd3JrZGlycy91c3IvcG9ydHMvbGFu Zy9weXRob24yNy93b3JrL3N0YWdlL3Vzci9sb2NhbC9saWIvcHl0aG9uMi43L3B5X2NvbXBpbGUu cHljJwpTb3JyeSBbRXJybm8gMTNdIFBlcm1pc3Npb24gZGVuaWVkOiAnL3dya2RpcnMvdXNyL3Bv cnRzL2xhbmcvcHl0aG9uMjcvd29yay9zdGFnZS91c3IvbG9jYWwvbGliL3B5dGhvbjIuNy9zdHJ1 Y3QucHljJwpTb3JyeSBbRXJybm8gMTNdIFBlcm1pc3Npb24gZGVuaWVkOiAnL3dya2RpcnMvdXNy L3BvcnRzL2xhbmcvcHl0aG9uMjcvd29yay9zdGFnZS91c3IvbG9jYWwvbGliL3B5dGhvbjIuNy9n ZXRvcHQucHlvJwpTb3JyeSBbRXJybm8gMTNdIFBlcm1pc3Npb24gZGVuaWVkOiAnL3dya2RpcnMv dXNyL3BvcnRzL2xhbmcvcHl0aG9uMjcvd29yay9zdGFnZS91c3IvbG9jYWwvbGliL3B5dGhvbjIu Ny9weV9jb21waWxlLnB5bycKU29ycnkgW0Vycm5vIDEzXSBQZXJtaXNzaW9uIGRlbmllZDogJy93 cmtkaXJzL3Vzci9wb3J0cy9sYW5nL3B5dGhvbjI3L3dvcmsvc3RhZ2UvdXNyL2xvY2FsL2xpYi9w eXRob24yLjcvc3RydWN0LnB5bycKCi0gcmFubGliIGJlZm9yZSBpbnN0YWxsaW5nIHJlYWQgb25s eQoKSW5kZXg6IGxhbmcvcHl0aG9uMjcvZmlsZXMvcGF0Y2gtTWFrZWZpbGUucHJlLmluCj09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT0KLS0tIGxhbmcvcHl0aG9uMjcvZmlsZXMvcGF0Y2gtTWFrZWZpbGUucHJlLmluCShyZXZp c2lvbiAzNTAwNjApCisrKyBsYW5nL3B5dGhvbjI3L2ZpbGVzL3BhdGNoLU1ha2VmaWxlLnByZS5p bgkod29ya2luZyBjb3B5KQpAQCAtMSw2ICsxLDYgQEAKLS0tLSAuL01ha2VmaWxlLnByZS5pbi5v cmlnCTIwMTMtMDQtMDYgMTg6MDI6MzQuMDAwMDAwMDAwICswNDAwCi0rKysgLi9NYWtlZmlsZS5w cmUuaW4JMjAxMy0wNC0wNyAyMjozMDoxOS4wMDAwMDAwMDAgKzA0MDAKLUBAIC0yODEsOSArMjgx LDkgQEAKKy0tLSAuL01ha2VmaWxlLnByZS5pbi5vcmlnCTIwMTMtMTEtMTAgMDc6MzY6NDEuMDAw MDAwMDAwICswMDAwCisrKysgLi9NYWtlZmlsZS5wcmUuaW4JMjAxNC0wNC0wNCAwOToxNjowMC4w MDAwMDAwMDAgKzAwMDAKK0BAIC0yODUsOSArMjg1LDkgQEAKICAKICAjIyMjIyMjIyMjIyMjIyMj IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj IwogICMgQVNUCkBAIC0xMiwzICsxMiwyOCBAQAogIEFTVF9DPQkJJChBU1RfQ19ESVIpL1B5dGhv bi1hc3QuYwogIEFTVF9BU0RMPQkkKHNyY2RpcikvUGFyc2VyL1B5dGhvbi5hc2RsCiAgCitAQCAt MTAwNiwxMiArMTAwNiwxMiBAQAorIAkJCSQoREVTVERJUikkKExJQkRFU1QpL2Rpc3R1dGlscy90 ZXN0cyA7IFwKKyAJZmkKKyAJUFlUSE9OUEFUSD0kKERFU1RESVIpJChMSUJERVNUKSAgJChSVU5T SEFSRUQpIFwKKy0JCSQoUFlUSE9OX0ZPUl9CVUlMRCkgLVdpIC10dCAkKERFU1RESVIpJChMSUJE RVNUKS9jb21waWxlYWxsLnB5IFwKKysJCSQoUFlUSE9OX0ZPUl9CVUlMRCkgLUIgLVdpIC10dCAk KERFU1RESVIpJChMSUJERVNUKS9jb21waWxlYWxsLnB5IFwKKyAJCS1kICQoTElCREVTVCkgLWYg XAorIAkJLXggJ2JhZF9jb2Rpbmd8YmFkc3ludGF4fHNpdGUtcGFja2FnZXN8bGliMnRvMy90ZXN0 cy9kYXRhJyBcCisgCQkkKERFU1RESVIpJChMSUJERVNUKQorIAlQWVRIT05QQVRIPSQoREVTVERJ UikkKExJQkRFU1QpICQoUlVOU0hBUkVEKSBcCistCQkkKFBZVEhPTl9GT1JfQlVJTEQpIC1XaSAt dHQgLU8gJChERVNURElSKSQoTElCREVTVCkvY29tcGlsZWFsbC5weSBcCisrCQkkKFBZVEhPTl9G T1JfQlVJTEQpIC1CIC1XaSAtdHQgLU8gJChERVNURElSKSQoTElCREVTVCkvY29tcGlsZWFsbC5w eSBcCisgCQktZCAkKExJQkRFU1QpIC1mIFwKKyAJCS14ICdiYWRfY29kaW5nfGJhZHN5bnRheHxz aXRlLXBhY2thZ2VzfGxpYjJ0bzMvdGVzdHMvZGF0YScgXAorIAkJJChERVNURElSKSQoTElCREVT VCkKK0BAIC0xMDg5LDggKzEwODksOCBAQAorIAkJCWlmIHRlc3QgIiQoU08pIiA9IC5kbGw7IHRo ZW4gXAorIAkJCQkkKElOU1RBTExfREFUQSkgJChMRExJQlJBUlkpICQoREVTVERJUikkKExJQlBM KSA7IFwKKyAJCQllbHNlIFwKKysJCQkJJChSQU5MSUIpICQoTElCUkFSWSkgOyBcCisgCQkJCSQo SU5TVEFMTF9EQVRBKSAkKExJQlJBUlkpICQoREVTVERJUikkKExJQlBMKS8kKExJQlJBUlkpIDsg XAorLQkJCQkkKFJBTkxJQikgJChERVNURElSKSQoTElCUEwpLyQoTElCUkFSWSkgOyBcCisgCQkJ Zmk7IFwKKyAJCWVsc2UgXAorIAkJCWVjaG8gU2tpcCBpbnN0YWxsIG9mICQoTElCUkFSWSkgLSB1 c2UgbWFrZSBmcmFtZXdvcmtpbnN0YWxsOyBcCg== --089e016340741942ae04f6348b5a-- From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 11:50:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C76E94E for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 4 Apr 2014 11:50:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0D191E2 for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 4 Apr 2014 11:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s34Bo1Ud082249 for <freebsd-python@freefall.freebsd.org>; Fri, 4 Apr 2014 11:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s34Bo1kc082248; Fri, 4 Apr 2014 11:50:01 GMT (envelope-from gnats) Date: Fri, 4 Apr 2014 11:50:01 GMT Message-Id: <201404041150.s34Bo1kc082248@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi> Subject: Re: ports/188114: math/py-numpy is broken on 9.2-STABLE X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Vladimir Chukharev <Vladimir.Chukharev@tut.fi> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 04 Apr 2014 11:50:02 -0000 The following reply was made to PR ports/188114; it has been noted by GNATS. From: "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi> To: bug-followup@freebsd.org, Vladimir.Chukharev@gmail.com Cc: Subject: Re: ports/188114: math/py-numpy is broken on 9.2-STABLE Date: Fri, 04 Apr 2014 14:30:22 +0300 There is a workaround given in the discussions of similar problem with ipython. Just define an environment variable: LD_LIBRARY_PATH=/usr/local/lib/gcc48 python -c "import numpy" No errors. This is an indication that the problem might be easier to solve in lang/gcc* ports or in Mk/bsd.gcc.mk -- Vladimir Chukharev From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 17:50:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AADD1BF for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 4 Apr 2014 17:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88040BFF for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 4 Apr 2014 17:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s34Ho1ht096295 for <freebsd-python@freefall.freebsd.org>; Fri, 4 Apr 2014 17:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s34Ho1Ax096294; Fri, 4 Apr 2014 17:50:01 GMT (envelope-from gnats) Date: Fri, 4 Apr 2014 17:50:01 GMT Message-Id: <201404041750.s34Ho1Ax096294@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Douglas Thrift <douglas@douglasthrift.net> Subject: Re: ports/188250: [Patch] update port www/py-selenium to 2.41.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Douglas Thrift <douglas@douglasthrift.net> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 04 Apr 2014 17:50:01 -0000 The following reply was made to PR ports/188250; it has been noted by GNATS. From: Douglas Thrift <douglas@douglasthrift.net> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188250: [Patch] update port www/py-selenium to 2.41.0 Date: Fri, 04 Apr 2014 10:31:50 -0700 This looks fine. I approve. Douglas William Thrift <douglas@douglasthrift.net> <http://douglasthrift.net/> On 4/4/2014 12:30 AM, Edwin Groothuis wrote: > Maintainer of www/py-selenium, > > Please note that PR ports/188250 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/188250 > From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 18:40:22 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7BDBF73B for <python@freebsd.org>; Fri, 4 Apr 2014 18:40:22 +0000 (UTC) Received: from mail-qg0-f44.google.com (mail-qg0-f44.google.com [209.85.192.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 357FC172 for <python@freebsd.org>; Fri, 4 Apr 2014 18:40:21 +0000 (UTC) Received: by mail-qg0-f44.google.com with SMTP id a108so3809636qge.31 for <python@freebsd.org>; Fri, 04 Apr 2014 11:40:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=ay/4B1QzQ1woUMvfSig2HBmoNw0PF/Z0/dDme7ApA7U=; b=I2GfeO76f/lmNBrEwrpju5nPbkJD1LHjI1jHmut1jirE/Fc07QJhA5dPgqboH4DtsL 1G+OrGygS8uXGu8u+7MdK6ASb87HaY8pFKalhmPRx1/g74qlkEsDSMkaO9bbWUqQW1Il rBJdpMJJy2wmKWHr02AoVgp5NxuZ64pyIUVZ9kV0f4Ea4fak8jncRTsGJZjeWeqG6PIr W9z3b1f7Abw0czQ8gsu/CLZzumzL+kNEnM51+cpXkAoHMVvMS8YXIsgYf88A1tpfSlAr LIwwT4gVRDi4ceN/qNA/f1Yw2R5iSAh/9bjOY1j51X3GAWl1aZ9rSjg2ev04G8MxfTIl muBw== X-Gm-Message-State: ALoCoQkx7CpdwKY9PoSQwRf2ZledZ3Ed65NZojtSnwuyCAfhx6UMK/1YTEw+XrLQSsIF/lYIIPKK X-Received: by 10.224.16.69 with SMTP id n5mr16371671qaa.7.1396636506408; Fri, 04 Apr 2014 11:35:06 -0700 (PDT) Received: from mastodon.meroh.net (cpe-184-153-117-174.rochester.res.rr.com. [184.153.117.174]) by mx.google.com with ESMTPSA id j7sm17732626qab.27.2014.04.04.11.35.04 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Apr 2014 11:35:05 -0700 (PDT) Sender: Julio Merino <jmmv@meroh.net> Date: Fri, 4 Apr 2014 14:34:59 -0400 From: Julio Merino <jmmv@freebsd.org> To: Antoine Brodin <antoine@FreeBSD.org> Subject: Re: Make python27 build as an unprivileged user Message-ID: <20140404183459.GA75695@mastodon.meroh.net> References: <20140403190156.GA83695@mastodon.meroh.net> <CAALwa8koQy2U2_t=vkZ_KdpDSVyrj6mAxHnR4wqjNPyXvXV=gg@mail.gmail.com> <20140403192420.GA36985@mastodon.meroh.net> <CAALwa8mEB7wZRhBCJ5n=ejAAQcz35_J6V8OoUpVXAhAs9SvY5w@mail.gmail.com> <CAFY7cWAMZ9vy7GtoRLK-R5sogNkqq+tHQPVSpmduq5+mLhxxyQ@mail.gmail.com> <CAALwa8m2MetR9mUmT5K3zRc_szt-Btgq=DbYpDLa-aqWnuSy_Q@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <CAALwa8m2MetR9mUmT5K3zRc_szt-Btgq=DbYpDLa-aqWnuSy_Q@mail.gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 04 Apr 2014 18:40:22 -0000 On Fri, Apr 04, 2014 at 11:57:19AM +0200, Antoine Brodin wrote: > > Try attached patch. Yes, your patch works and it looks simple enough. Thanks for the quick response and the fix (obviously)! From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 22:42:03 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B70F643; Fri, 4 Apr 2014 22:42:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4FBFBED; Fri, 4 Apr 2014 22:42:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s34Mg2ao089258; Fri, 4 Apr 2014 22:42:02 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s34Mg2ld089093; Fri, 4 Apr 2014 22:42:02 GMT (envelope-from linimon) Date: Fri, 4 Apr 2014 22:42:02 GMT Message-Id: <201404042242.s34Mg2ld089093@freefall.freebsd.org> To: douglas@douglasthrift.net, Vladimir.Chukharev@gmail.com, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/188250: [Patch] update port www/py-selenium to 2.41.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 04 Apr 2014 22:42:03 -0000 Synopsis: [Patch] update port www/py-selenium to 2.41.0 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Fri Apr 4 22:41:48 UTC 2014 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=188250 From owner-freebsd-python@FreeBSD.ORG Sun Apr 6 20:30:07 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF5F8F5F; Sun, 6 Apr 2014 20:30:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8524B920; Sun, 6 Apr 2014 20:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s36KU7Bv024362; Sun, 6 Apr 2014 20:30:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s36KU7pm024361; Sun, 6 Apr 2014 20:30:07 GMT (envelope-from edwin) Date: Sun, 6 Apr 2014 20:30:07 GMT Message-Id: <201404062030.s36KU7pm024361@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188327: [numpy] math/py-numpy: Numpy is broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 06 Apr 2014 20:30:07 -0000 Synopsis: [numpy] math/py-numpy: Numpy is broken Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Apr 6 20:30:07 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188327 From owner-freebsd-python@FreeBSD.ORG Mon Apr 7 01:40:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5DFF62FD for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 7 Apr 2014 01:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B79B681 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 7 Apr 2014 01:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s371e1lF056448 for <freebsd-python@freefall.freebsd.org>; Mon, 7 Apr 2014 01:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s371e115056447; Mon, 7 Apr 2014 01:40:01 GMT (envelope-from gnats) Date: Mon, 7 Apr 2014 01:40:01 GMT Message-Id: <201404070140.s371e115056447@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Rusmir Dusko <nemysis@FreeBSD.org> Subject: Re: ports/188327: [numpy] math/py-numpy: Numpy is broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Rusmir Dusko <nemysis@FreeBSD.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 07 Apr 2014 01:40:01 -0000 The following reply was made to PR ports/188327; it has been noted by GNATS. From: Rusmir Dusko <nemysis@FreeBSD.org> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188327: [numpy] math/py-numpy: Numpy is broken Date: Mon, 7 Apr 2014 03:30:28 +0200 Have ported games/robocalypto which not works because broken NumPy get only this: robocalypto /usr/local/bin/robocalypto: Cannot fork: Resource temporarily unavailable Traceback (most recent call last): File "./run_game.py", line 7, in <module> import pyggel File "/usr/local/lib/python2.7/site-packages/pyggel/__init__.py", line 7, in <module> from include import * File "/usr/local/lib/python2.7/site-packages/pyggel/include.py", line 21, in <module> raise MissingModule("Numpy - you can it from: http://sourceforge.net/projects/numpy/files/") pyggel.include.MissingModule: Numpy - you can it from: http://sourceforge.net/projects/numpy/files/ Traceback (most recent call last): File "./run_game.py", line 7, in <module> import pyggel File "/usr/local/lib/python2.7/site-packages/pyggel/__init__.py", line 7, in <module> from include import * File "/usr/local/lib/python2.7/site-packages/pyggel/include.py", line 21, in <module> raise MissingModule("Numpy - you can it from: http://sourceforge.net/projects/numpy/files/") pyggel.include.MissingModule: Numpy - you can it from: http://sourceforge.net/projects/numpy/files/ Traceback (most recent call last): File "./run_game.py", line 7, in <module> import pyggel File "/usr/local/lib/python2.7/site-packages/pyggel/__init__.py", line 7, in <module> from include import * File "/usr/local/lib/python2.7/site-packages/pyggel/include.py", line 21, in <module> raise MissingModule("Numpy - you can it from: http://sourceforge.net/projects/numpy/files/") pyggel.include.MissingModule: Numpy - you can it from: http://sourceforge.net/projects/numpy/files/ Pyggel is needed for many Games, which I wish to port. Please fix soon than possible NumPy. -- Best regards, Rusmir Dusko From owner-freebsd-python@FreeBSD.ORG Mon Apr 7 08:29:18 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F21BF2D for <python@freebsd.org>; Mon, 7 Apr 2014 08:29:18 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20445A28 for <python@freebsd.org>; Mon, 7 Apr 2014 08:29:18 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s378TISr005077 for <python@freebsd.org>; Mon, 7 Apr 2014 08:29:18 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 7 Apr 2014 08:29:18 GMT Message-Id: <201404070829.s378TISr005077@portsmon.freebsd.org> From: linimon@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 07 Apr 2014 08:29:18 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: lang/python31 description: Interpreted object-oriented programming language maintainer: python@FreeBSD.org deprecated because: Python 3.1 will be end-of-life soon, please migrate to lang/python33 expiration date: 2014-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=python31 If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-python@FreeBSD.ORG Mon Apr 7 11:06:50 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B5F8BAE for <freebsd-python@FreeBSD.org>; Mon, 7 Apr 2014 11:06:50 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F0F0C04 for <freebsd-python@FreeBSD.org>; Mon, 7 Apr 2014 11:06:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s37B6o4c071175 for <freebsd-python@FreeBSD.org>; Mon, 7 Apr 2014 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s37B6n6b071173 for freebsd-python@FreeBSD.org; Mon, 7 Apr 2014 11:06:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 7 Apr 2014 11:06:49 GMT Message-Id: <201404071106.s37B6n6b071173@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster <bugmaster@freebsd.org> 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.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 07 Apr 2014 11:06:50 -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 -------------------------------------------------------------------------------- o ports/188327 python math/py-numpy: Numpy is broken o ports/188251 python lang/python: bdb48 dependency leak in all python o ports/188250 python [Patch] update port www/py-selenium to 2.41.0 o ports/188114 python math/py-numpy is broken on 9.2-STABLE o ports/188066 python databases/py-gdbm: Missing checksum f ports/187956 python [PATCH] devel/py-bcdoc: update to 0.12.2 o ports/187844 python Update www/py-tornado to 3.2 o ports/187734 python [Maintainer Update] devel/py-robotframework-pabot 0.4 o ports/187647 python [NEW PORT] multimedia/py-gstreamer1 f ports/187419 python [UPDATE] net/py-netifaces: update to 0.8_1 o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187402 python [maintainer-update] textproc/py-wtforms update to 1.0. o ports/187393 python databases/py-firebirdsql: update to 0.9.2 o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 f ports/186807 python error in databases/py-MySQLdb f ports/186397 python sysutils/py-salt patch breaks salt o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186192 python lang/python27: building python27-2.7.6_1 fails for WIT o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang f ports/181218 python [UPDATE] devel/py-babel to 1.3 o ports/178301 python [patch] lang/python27: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/154209 python [PATCH] lang/python: Install symlink for ptags 34 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Apr 7 16:03:19 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 627FAD49; Mon, 7 Apr 2014 16:03:19 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 370B7172; Mon, 7 Apr 2014 16:03:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s37G3JkN066046; Mon, 7 Apr 2014 16:03:19 GMT (envelope-from olivierd@freefall.freebsd.org) Received: (from olivierd@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s37G3J49066045; Mon, 7 Apr 2014 16:03:19 GMT (envelope-from olivierd) Date: Mon, 7 Apr 2014 16:03:19 GMT Message-Id: <201404071603.s37G3J49066045@freefall.freebsd.org> To: olivierd@FreeBSD.org, freebsd-python@FreeBSD.org, kwm@FreeBSD.org From: olivierd@FreeBSD.org Subject: Re: ports/187647: [NEW PORT] multimedia/py-gstreamer1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 07 Apr 2014 16:03:19 -0000 Synopsis: [NEW PORT] multimedia/py-gstreamer1 Responsible-Changed-From-To: freebsd-python->kwm Responsible-Changed-By: olivierd Responsible-Changed-When: Mon Apr 7 16:03:18 UTC 2014 Responsible-Changed-Why: Re-assign to kwm@ http://www.freebsd.org/cgi/query-pr.cgi?pr=187647 From owner-freebsd-python@FreeBSD.ORG Tue Apr 8 07:20:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D6CF1A2 for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 8 Apr 2014 07:20:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D32021D05 for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 8 Apr 2014 07:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s387K0AR080958 for <freebsd-python@freefall.freebsd.org>; Tue, 8 Apr 2014 07:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s387K0FT080957; Tue, 8 Apr 2014 07:20:00 GMT (envelope-from gnats) Date: Tue, 8 Apr 2014 07:20:00 GMT Message-Id: <201404080720.s387K0FT080957@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi> Subject: Re: ports/188327: math/py-numpy: Numpy is broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Vladimir Chukharev <Vladimir.Chukharev@tut.fi> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 08 Apr 2014 07:20:02 -0000 The following reply was made to PR ports/188327; it has been noted by GNATS. From: "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi> To: bug-followup@freebsd.org, nemysis@freebsd.org Cc: Subject: Re: ports/188327: math/py-numpy: Numpy is broken Date: Tue, 08 Apr 2014 10:11:12 +0300 Could you check if the work around from ports/188114 helps in you case? Try: LD_LIBRARY_PATH=/usr/local/lib/gcc47 robocalypto You might need to change the version of gcc according to the installed on you computer, or even find out a correct directory for clang... -- Vladimir Chukharev From owner-freebsd-python@FreeBSD.ORG Tue Apr 8 08:40:03 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3BCE1808 for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 8 Apr 2014 08:40:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29DE9155B for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 8 Apr 2014 08:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s388e2Z5018986 for <freebsd-python@freefall.freebsd.org>; Tue, 8 Apr 2014 08:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s388e2N2018985; Tue, 8 Apr 2014 08:40:02 GMT (envelope-from gnats) Date: Tue, 8 Apr 2014 08:40:02 GMT Message-Id: <201404080840.s388e2N2018985@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Rusmir Dusko <nemysis@FreeBSD.org> Subject: Re: ports/188327: math/py-numpy: Numpy is broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Rusmir Dusko <nemysis@FreeBSD.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 08 Apr 2014 08:40:03 -0000 The following reply was made to PR ports/188327; it has been noted by GNATS. From: Rusmir Dusko <nemysis@FreeBSD.org> To: bug-followup@freebsd.org Cc: "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi> Subject: Re: ports/188327: math/py-numpy: Numpy is broken Date: Tue, 8 Apr 2014 10:32:39 +0200 On Tue, 08 Apr 2014 10:11:12 +0300 "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi> wrote: > Could you check if the work around from ports/188114 helps in you case? > Try: > > LD_LIBRARY_PATH=/usr/local/lib/gcc47 robocalypto > > You might need to change the version of gcc according to the installed on you computer, > or even find out a correct directory for clang... > Yes this works thanks. This is GCC library PATH issue. -- Best regards, Rusmir Dusko From owner-freebsd-python@FreeBSD.ORG Tue Apr 8 10:20:56 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5CD5BEA7; Tue, 8 Apr 2014 10:20:56 +0000 (UTC) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A33131DF7; Tue, 8 Apr 2014 10:20:55 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id k14so699694wgh.34 for <multiple recipients>; Tue, 08 Apr 2014 03:20:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=6fU/M6DhuLOVIJNakVKoKoGw08pWAn24tajykJx3PFQ=; b=M/LskvJRj9rQyxvvBF7fuAMIb15x+lDKrRcrcClrUg/LPpYf299t+vnV9U1A8zS3SD 232jAAgBp5krDlyXIeydXBQGASAOvbAVVMdbADYXYpTP5fGDCFo1Q5SkGk8jmkYgSrGk BVMeC+awwULRTXou+5vobl5pP0C1fdsogzlwR+iYnf3Ta46fwsugVX3/UZ6z0FFtFWFH Eqn9Zm6MS2+9EbrkaC1rFW9Oadip6cd4ubE0oDVmIyMlhObDg4zak2/2vFtWz61rI9bt wmbW/0WMdP4glrfqe3k4qzH7wBsECwvRT1515eJq35huoY6o1L32J/nu2Q5Vroulg2SA qcWA== X-Received: by 10.194.188.68 with SMTP id fy4mr3075388wjc.30.1396952453778; Tue, 08 Apr 2014 03:20:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.113.2 with HTTP; Tue, 8 Apr 2014 03:20:33 -0700 (PDT) In-Reply-To: <201403310520.s2V5Kiu6033215@freefall.freebsd.org> References: <201403310520.s2V5Kiu6033215@freefall.freebsd.org> From: khsing <khsing.cn@gmail.com> Date: Tue, 8 Apr 2014 18:20:33 +0800 Message-ID: <CALGr5dDMPd-PVJFJWCusR2t4tqJBKhxnVmLYzSk77qGkn3Z0aw@mail.gmail.com> Subject: Re: ports/187844: Update www/py-tornado to 3.2 To: linimon@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: gblach@freebsd.org, freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 08 Apr 2014 10:20:56 -0000 Hello, Who will take this? On Mon, Mar 31, 2014 at 1:20 PM, <linimon@freebsd.org> wrote: > Synopsis: Update www/py-tornado to 3.2 > > State-Changed-From-To: feedback->open > State-Changed-By: linimon > State-Changed-When: Mon Mar 31 05:20:37 UTC 2014 > State-Changed-Why: > Maintainer approved. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=187844 > -- A man lives in jail and wants to break. https://blog.khsing.net From owner-freebsd-python@FreeBSD.ORG Tue Apr 8 10:40:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE7C1311 for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 8 Apr 2014 10:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C222610B0 for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 8 Apr 2014 10:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s38Ae1kk056428 for <freebsd-python@freefall.freebsd.org>; Tue, 8 Apr 2014 10:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s38Ae1Fi056427; Tue, 8 Apr 2014 10:40:01 GMT (envelope-from gnats) Date: Tue, 8 Apr 2014 10:40:01 GMT Message-Id: <201404081040.s38Ae1Fi056427@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi> Subject: Re: ports/188114: math/py-numpy is broken on 9.2-STABLE X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Vladimir Chukharev <Vladimir.Chukharev@tut.fi> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 08 Apr 2014 10:40:02 -0000 The following reply was made to PR ports/188114; it has been noted by GNATS. From: "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi> To: bug-followup@freebsd.org, Vladimir.Chukharev@gmail.com Cc: Subject: Re: ports/188114: math/py-numpy is broken on 9.2-STABLE Date: Tue, 08 Apr 2014 13:38:17 +0300 Note a related PR ports/188327 'math/py-numpy: Numpy is broken'. Seems that setting LD_LIBRARY_PATH variable helps in 10.0-RELEASE too. -- Vladimir Chukharev From owner-freebsd-python@FreeBSD.ORG Tue Apr 8 23:15:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BF72D4; Tue, 8 Apr 2014 23:15:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0172012F9; Tue, 8 Apr 2014 23:15:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s38NF08S092072; Tue, 8 Apr 2014 23:15:00 GMT (envelope-from gblach@freefall.freebsd.org) Received: (from gblach@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s38NF0R5092071; Tue, 8 Apr 2014 23:15:00 GMT (envelope-from gblach) Date: Tue, 8 Apr 2014 23:15:00 GMT Message-Id: <201404082315.s38NF0R5092071@freefall.freebsd.org> To: khsing.cn@gmail.com, gblach@FreeBSD.org, freebsd-python@FreeBSD.org, gblach@FreeBSD.org From: gblach@FreeBSD.org Subject: Re: ports/187844: Update www/py-tornado to 3.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 08 Apr 2014 23:15:01 -0000 Synopsis: Update www/py-tornado to 3.2 Responsible-Changed-From-To: freebsd-python->gblach Responsible-Changed-By: gblach Responsible-Changed-When: Tue Apr 8 23:15:00 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187844 From owner-freebsd-python@FreeBSD.ORG Thu Apr 10 10:26:48 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E2DA801 for <python@freebsd.org>; Thu, 10 Apr 2014 10:26:48 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48C9710A1 for <python@freebsd.org>; Thu, 10 Apr 2014 10:26:48 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s3AAQlOe007418 for <python@freebsd.org>; Thu, 10 Apr 2014 10:26:47 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s3AAQlxg007411; Thu, 10 Apr 2014 10:26:47 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201404101026.s3AAQlxg007411@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 10 Apr 2014 10:26:47 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 10 Apr 2014 10:26:48 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.4.3 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.4.3 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.4.3 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 2.0.1 | 3.4.3 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Fri Apr 11 10:29:48 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76A3747A for <python@freebsd.org>; Fri, 11 Apr 2014 10:29:48 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6372414BA for <python@freebsd.org>; Fri, 11 Apr 2014 10:29:48 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BATm0i076885 for <python@freebsd.org>; Fri, 11 Apr 2014 10:29:48 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s3BATmA4076880; Fri, 11 Apr 2014 10:29:48 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201404111029.s3BATmA4076880@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 11 Apr 2014 10:29:48 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Apr 2014 10:29:48 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.4.4 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.4.4 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.4.4 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 2.0.1 | 3.4.4 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 02:38:14 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBB6FFC6 for <python@freebsd.org>; Sat, 12 Apr 2014 02:38:14 +0000 (UTC) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id A6B7E1AEB for <python@freebsd.org>; Sat, 12 Apr 2014 02:38:14 +0000 (UTC) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by duck.symmetricom.us (8.14.6/8.14.6) with ESMTP id s3C2cD89024608 for <python@freebsd.org>; Fri, 11 Apr 2014 20:38:13 -0600 (MDT) (envelope-from jhein@symmetricom.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.7/8.14.5) with ESMTP id s3C2cALV021572; Fri, 11 Apr 2014 20:38:10 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.7/8.14.7/Submit) id s3C2cAK0021571; Fri, 11 Apr 2014 20:38:10 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21320.42770.726441.667849@gromit.timing.com> Date: Fri, 11 Apr 2014 20:38:10 -0600 From: John Hein <john.hein@microsemi.com> To: python@freebsd.org Subject: [patch] fix PYTHON_VERSION in py-setuptoolsXX X-Mailer: VM 8.2.0b-trunk-1484 under 24.3.1 (i386-portbld-freebsd8.3) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Apr 2014 02:38:15 -0000 The current settings in py-setuptools{27,32,33,34}/Makefile for PYTHON_VERSION are wrong (X.Y instead of pythonX.Y), but sort of work by chance rather than design. If it weren't for some unintended luck from the way _PYTHON_VERSION is set and the .MAKEFLAGS line in bsd.python.mk that forcibly sets PYTHON_VERSION=python${_PYTHON_VERSION}, these ports would fail with something like: Makefile error: bad value for PYTHON_VERSION: 3.3. Legal values are: python2.7 (default) python3.1 python3.2 python3.3 python3.4 Please fix: Index: py-setuptools27/Makefile =================================================================== --- py-setuptools27/Makefile (revision 350922) +++ py-setuptools27/Makefile (working copy) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} -PYTHON_VERSION= 2.7 +PYTHON_VERSION= python2.7 MASTERDIR= ${.CURDIR}/../py-setuptools Index: py-setuptools32/Makefile =================================================================== --- py-setuptools32/Makefile (revision 350922) +++ py-setuptools32/Makefile (working copy) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} -PYTHON_VERSION= 3.2 +PYTHON_VERSION= python3.2 MASTERDIR= ${.CURDIR}/../py-setuptools Index: py-setuptools33/Makefile =================================================================== --- py-setuptools33/Makefile (revision 350922) +++ py-setuptools33/Makefile (working copy) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} -PYTHON_VERSION= 3.3 +PYTHON_VERSION= python3.3 MASTERDIR= ${.CURDIR}/../py-setuptools Index: py-setuptools34/Makefile =================================================================== --- py-setuptools34/Makefile (revision 350922) +++ py-setuptools34/Makefile (working copy) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} -PYTHON_VERSION= 3.4 +PYTHON_VERSION= python3.4 MASTERDIR= ${.CURDIR}/../py-setuptools From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 03:10:44 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8019719 for <python@freebsd.org>; Sat, 12 Apr 2014 03:10:43 +0000 (UTC) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7E9D1E51 for <python@freebsd.org>; Sat, 12 Apr 2014 03:10:43 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id fb1so6159418pad.15 for <python@freebsd.org>; Fri, 11 Apr 2014 20:10:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=JgwOOzrvL6dEJQ7DyY6OQlXgtuyF2A9NULooG6lXkyw=; b=lt2BToL6Koem/4lCXKm/bFeWrJs4Mc3Oijp9pgkNgkDSNL3tfWpopVvRpQRK/WDrBx QZFAx1ajU05jaScxn6x8lXvNAW7qiuvD0HywEBbWz1Yh6Obve6wmcE7fA+bX4mEEdlJY trobACvyUkKVkgkpl5XM3aBSoX5L5GcHFoY2kkuQNVb8clKwmmuEeBmhN1JBOnxckgo4 ZnLzwbA9CaBm9VMp5Uu4CGdQCJGyZ5KOkhm4ddlgYmXO1EWyyUAqLzYKxbCauz2wGTuO Y18RQm0sMQ8fjk2XJesodIlU7YNDv1mHRY+WNduY8NYArgnbcianme8Gz0RyrPR6WBS7 OMUg== X-Received: by 10.68.134.101 with SMTP id pj5mr31705549pbb.62.1397272243318; Fri, 11 Apr 2014 20:10:43 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id vd8sm44170672pac.12.2014.04.11.20.10.40 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Apr 2014 20:10:42 -0700 (PDT) Message-ID: <5348AEA9.7030303@FreeBSD.org> Date: Sat, 12 Apr 2014 13:10:33 +1000 From: Kubilay Kocak <koobs.freebsd@gmail.com> User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Thunderbird/28.0 MIME-Version: 1.0 To: John Hein <john.hein@microsemi.com>, python@freebsd.org Subject: Re: [patch] fix PYTHON_VERSION in py-setuptoolsXX References: <21320.42770.726441.667849@gromit.timing.com> In-Reply-To: <21320.42770.726441.667849@gromit.timing.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Apr 2014 03:10:44 -0000 On 12/04/2014 12:38 PM, John Hein wrote: > The current settings in py-setuptools{27,32,33,34}/Makefile for > PYTHON_VERSION are wrong (X.Y instead of pythonX.Y), but sort of work > by chance rather than design. If it weren't for some unintended luck > from the way _PYTHON_VERSION is set and the .MAKEFLAGS line in > bsd.python.mk that forcibly sets > PYTHON_VERSION=python${_PYTHON_VERSION}, these ports would fail with > something like: > > Makefile error: bad value for PYTHON_VERSION: 3.3. > Legal values are: > python2.7 (default) > python3.1 > python3.2 > python3.3 > python3.4 > > > Please fix: > > Index: py-setuptools27/Makefile > =================================================================== > --- py-setuptools27/Makefile (revision 350922) > +++ py-setuptools27/Makefile (working copy) > @@ -3,7 +3,7 @@ > > PKGNAMESUFFIX= ${PYTHON_SUFFIX} > > -PYTHON_VERSION= 2.7 > +PYTHON_VERSION= python2.7 > > MASTERDIR= ${.CURDIR}/../py-setuptools > > Index: py-setuptools32/Makefile > =================================================================== > --- py-setuptools32/Makefile (revision 350922) > +++ py-setuptools32/Makefile (working copy) > @@ -3,7 +3,7 @@ > > PKGNAMESUFFIX= ${PYTHON_SUFFIX} > > -PYTHON_VERSION= 3.2 > +PYTHON_VERSION= python3.2 > > MASTERDIR= ${.CURDIR}/../py-setuptools > > Index: py-setuptools33/Makefile > =================================================================== > --- py-setuptools33/Makefile (revision 350922) > +++ py-setuptools33/Makefile (working copy) > @@ -3,7 +3,7 @@ > > PKGNAMESUFFIX= ${PYTHON_SUFFIX} > > -PYTHON_VERSION= 3.3 > +PYTHON_VERSION= python3.3 > > MASTERDIR= ${.CURDIR}/../py-setuptools > > Index: py-setuptools34/Makefile > =================================================================== > --- py-setuptools34/Makefile (revision 350922) > +++ py-setuptools34/Makefile (working copy) > @@ -3,7 +3,7 @@ > > PKGNAMESUFFIX= ${PYTHON_SUFFIX} > > -PYTHON_VERSION= 3.4 > +PYTHON_VERSION= python3.4 > > MASTERDIR= ${.CURDIR}/../py-setuptools > > > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > Thanks for the report John (and the one directly to me for bsd.python.mk) Can you also submit a PR so it can be tracked please. We use these for our quarterly reports among other things. This will also ensure you are notified when progress is made. ./koobs From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 04:15:34 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5D04573; Sat, 12 Apr 2014 04:15:34 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B61315AD; Sat, 12 Apr 2014 04:15:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3C4FYZa064029; Sat, 12 Apr 2014 04:15:34 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3C4FYMQ064028; Sat, 12 Apr 2014 04:15:34 GMT (envelope-from linimon) Date: Sat, 12 Apr 2014 04:15:34 GMT Message-Id: <201404120415.s3C4FYMQ064028@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Apr 2014 04:15:34 -0000 Synopsis: Every python 2.7 port is generating broken .PLIST files Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: linimon Responsible-Changed-When: Sat Apr 12 04:15:04 UTC 2014 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=188431 From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 04:53:47 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33A9386E; Sat, 12 Apr 2014 04:53:47 +0000 (UTC) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id E223B18B0; Sat, 12 Apr 2014 04:53:46 +0000 (UTC) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by duck.symmetricom.us (8.14.6/8.14.6) with ESMTP id s3C4rjVx025857; Fri, 11 Apr 2014 22:53:45 -0600 (MDT) (envelope-from jhein@symmetricom.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.7/8.14.5) with ESMTP id s3C4rjcs026804; Fri, 11 Apr 2014 22:53:45 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.7/8.14.7/Submit) id s3C4rdZj026797; Fri, 11 Apr 2014 22:53:39 -0600 (MDT) (envelope-from jhein) Date: Fri, 11 Apr 2014 22:53:39 -0600 (MDT) Message-Id: <201404120453.s3C4rdZj026797@gromit.timing.com> To: FreeBSD-gnats-submit@freebsd.org Subject: [patch] devel/py-setuptoolXY: fix PYTHON_VERSION From: John Hein <john.hein@microsemi.com> X-send-pr-version: 3.114 X-GNATS-Notify: Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: John Hein <john.hein@microsemi.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Apr 2014 04:53:47 -0000 >Submitter-Id: current-users >Originator: John Hein >Organization: >Confidential: no >Synopsis: [patch] devel/py-setuptoolXY: fix PYTHON_VERSION >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: >Environment: >Description: The current settings in py-setuptools{27,32,33,34}/Makefile for PYTHON_VERSION are wrong (X.Y instead of pythonX.Y), but sort of work by chance rather than design. If it weren't for some unintended luck from the way _PYTHON_VERSION is set and the .MAKEFLAGS line in bsd.python.mk that forcibly sets PYTHON_VERSION=python${_PYTHON_VERSION}, these ports would fail with something like: Makefile error: bad value for PYTHON_VERSION: 3.3. Legal values are: python2.7 (default) python3.1 python3.2 python3.3 python3.4 >How-To-Repeat: >Fix: Index: py-setuptools27/Makefile =================================================================== --- py-setuptools27/Makefile (revision 350922) +++ py-setuptools27/Makefile (working copy) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} -PYTHON_VERSION= 2.7 +PYTHON_VERSION= python2.7 MASTERDIR= ${.CURDIR}/../py-setuptools Index: py-setuptools32/Makefile =================================================================== --- py-setuptools32/Makefile (revision 350922) +++ py-setuptools32/Makefile (working copy) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} -PYTHON_VERSION= 3.2 +PYTHON_VERSION= python3.2 MASTERDIR= ${.CURDIR}/../py-setuptools Index: py-setuptools33/Makefile =================================================================== --- py-setuptools33/Makefile (revision 350922) +++ py-setuptools33/Makefile (working copy) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} -PYTHON_VERSION= 3.3 +PYTHON_VERSION= python3.3 MASTERDIR= ${.CURDIR}/../py-setuptools Index: py-setuptools34/Makefile =================================================================== --- py-setuptools34/Makefile (revision 350922) +++ py-setuptools34/Makefile (working copy) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} -PYTHON_VERSION= 3.4 +PYTHON_VERSION= python3.4 MASTERDIR= ${.CURDIR}/../py-setuptools From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 10:30:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9795D58F for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 12 Apr 2014 10:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6ACDB16B8 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 12 Apr 2014 10:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CAU1TB007276 for <freebsd-python@freefall.freebsd.org>; Sat, 12 Apr 2014 10:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CAU1ov007275; Sat, 12 Apr 2014 10:30:01 GMT (envelope-from gnats) Date: Sat, 12 Apr 2014 10:30:01 GMT Message-Id: <201404121030.s3CAU1ov007275@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Johannes Meixner <xmj@freebsd.org> Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Johannes Meixner <xmj@freebsd.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Apr 2014 10:30:01 -0000 The following reply was made to PR ports/188431; it has been noted by GNATS. From: Johannes Meixner <xmj@freebsd.org> To: bug-followup@freebsd.org Cc: Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files Date: Sat, 12 Apr 2014 13:27:10 +0300 --9zSXsLTf0vkW971A Content-Type: multipart/mixed; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I've been able to reproduce it using the following steps: 1. poudriere testport -I -n -j <jailname> -p <portname> -o devel/py-pip once that's done, enter the jail and execute 2. pip install --upgrade setuptools 3. cd /usr/ports/devel/py-pytz && make install clean=20 I've attached the logs to this step as proof. Could you please provide the output of=20 `ls -la /usr/local/lib/python2.7/site-packages`=20 as well as `pkg version -v` and `pip list` ? Thanks, -J --=20 Johannes Meixner Ports Committer --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=pytzlog ===> Installing for py27-pytz-2014.1.1,1 ===> py27-pytz-2014.1.1,1 depends on package: py27-setuptools27>0 - found ===> py27-pytz-2014.1.1,1 depends on file: /usr/local/bin/python2.7 - found ===> Checking if devel/py-pytz already installed ===> Registering installation for py27-pytz-2014.1.1,1 pkg-static: Plist error, directory listed as a file: lib/python2.7/site-packages/pytz-2014.1.1-py2.7.egg-info *** Error code 74 Stop. make: stopped in /usr/ports/devel/py-pytz --oyUTqETQ0mS9luUI-- --9zSXsLTf0vkW971A Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJTSRT+AAoJEPyeKTcbGw0LHPMH/inheg0P7PFnmfY29iIkXYtC 0ZG5ugIIfL8Skt+xzkDDXtLJaV7vu7SjTsTmoCx/ZiXXJVaM6GmZHQXmN99HbiDi dvOorFAS0DO+OLI059SLxBYVDVLu35dVyushn5/UuyfihaeTPTarSDusQNuBeH6+ Nqe2bltrFsdtWovtIRFCuTuVtuU1RlRwKp/MOP4fuCCNOMhW2qhBJTxrQamiWGze v3EpjzV+2KZaZYwlBXpAwrIZhj+nZ1WaN9P+qtCrTRrH5upXH7l8CGVJJDgLSoK2 O/ar78UrMYi8lJP6FMWFs3v4xcg4RkWKxyW0sarF6OxU6IsiDa+N7veHs10T7hc= =JwKA -----END PGP SIGNATURE----- --9zSXsLTf0vkW971A-- From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 12:10:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68A903D8 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 12 Apr 2014 12:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B598107C for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 12 Apr 2014 12:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CCA12N037823 for <freebsd-python@freefall.freebsd.org>; Sat, 12 Apr 2014 12:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CCA1Pc037822; Sat, 12 Apr 2014 12:10:01 GMT (envelope-from gnats) Date: Sat, 12 Apr 2014 12:10:01 GMT Message-Id: <201404121210.s3CCA1Pc037822@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: William Grzybowski <william88@gmail.com> Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: William Grzybowski <william88@gmail.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Apr 2014 12:10:01 -0000 The following reply was made to PR ports/188431; it has been noted by GNATS. From: William Grzybowski <william88@gmail.com> To: bug-followup@FreeBSD.org, antiduh@csh.rit.edu Cc: Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files Date: Sat, 12 Apr 2014 09:07:06 -0300 Hi, Well, of course it will break if you upgrade setuptools, our setuptools has a patch to handle a .PLIST issue with directories. -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 12:30:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C5978D8 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 12 Apr 2014 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49E371214 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 12 Apr 2014 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CCU1rj044530 for <freebsd-python@freefall.freebsd.org>; Sat, 12 Apr 2014 12:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CCU1Fi044529; Sat, 12 Apr 2014 12:30:01 GMT (envelope-from gnats) Date: Sat, 12 Apr 2014 12:30:01 GMT Message-Id: <201404121230.s3CCU1Fi044529@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak <koobs.freebsd@gmail.com> Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak <koobs.freebsd@gmail.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Apr 2014 12:30:01 -0000 The following reply was made to PR ports/188431; it has been noted by GNATS. From: Kubilay Kocak <koobs.freebsd@gmail.com> To: bug-followup@FreeBSD.org, antiduh@csh.rit.edu Cc: William Grzybowski <wg@FreeBSD.org> Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files Date: Sat, 12 Apr 2014 22:24:17 +1000 Kevin, Please note that you do *not* need to run the reproduction steps listed above, and only need to provide the output of the ls -la command above. We are interested in the contents of your Python 2.7 site-packages because we have a theory as to what the cause is based on isolation tests we have run on another users installation that is exhibiting similar symptoms From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 13:30:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E03EAEAD for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 12 Apr 2014 13:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD0191759 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 12 Apr 2014 13:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CDU1RH062548 for <freebsd-python@freefall.freebsd.org>; Sat, 12 Apr 2014 13:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CDU1lM062547; Sat, 12 Apr 2014 13:30:01 GMT (envelope-from gnats) Date: Sat, 12 Apr 2014 13:30:01 GMT Message-Id: <201404121330.s3CDU1lM062547@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: "Kevin Thompson" <antiduh@csh.rit.edu> Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kevin Thompson <antiduh@csh.rit.edu> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Apr 2014 13:30:01 -0000 The following reply was made to PR ports/188431; it has been noted by GNATS. From: "Kevin Thompson" <antiduh@csh.rit.edu> To: bug-followup@freebsd.org, william88@gmail.com, xmj@freebsd.org, koobs.freebsd@gmail.com Cc: Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files Date: Sat, 12 Apr 2014 09:24:59 -0400 > Well, of course it will break if you upgrade setuptools, our > setuptools has a patch to handle a .PLIST issue with directories. Could you elaborate? I was trying to follow instructions from /usr/ports/UPDATING: > 20140307: > AFFECTS: users of devel/py-setuptools dependent ports > AUTHOR: sunpoet@FreeBSD.org > devel/py-setuptools is being used for every python ports (if > USE_PYDISTUTILS > defined) since r336553. Due to PKGORIGIN limitation, we cannot build > one > python port with python27 and the other with python33 since they > require > different setuptools versions which have same PKGORIGIN. With the > addition > of py-setuptools{27,32,33}, we could now have py27-foo and py33-bar > coexist > in one system. > Note that this is only a short-term solution. It does not help if you > need > coexistence of one port with different python versions, e.g. py27-foo > and > py33-foo. > Please rebuild all ports that depend on devel/py-setuptools and use > devel/py-setuptools{27,32,33} instead. > XX represents python version (27, 32 or 33) in the following steps. > pkgng users: > # pkg set -o devel/py-setuptools:devel/py-setuptoolsXX > portmaster users: > # portmaster -o devel/py-setuptoolsXX devel/py-setuptools > # portmaster -r py\*setuptools > portupgrade users: > # portupgrade -o devel/py-setuptoolsXX -f devel/py-setuptools > # portupgrade -fr devel/py-setuptools From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 13:40:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50893303 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 12 Apr 2014 13:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B99D181E for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 12 Apr 2014 13:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CDe1Zc065318 for <freebsd-python@freefall.freebsd.org>; Sat, 12 Apr 2014 13:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CDe17I065317; Sat, 12 Apr 2014 13:40:01 GMT (envelope-from gnats) Date: Sat, 12 Apr 2014 13:40:01 GMT Message-Id: <201404121340.s3CDe17I065317@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: "Kevin Thompson" <antiduh@csh.rit.edu> Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kevin Thompson <antiduh@csh.rit.edu> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Apr 2014 13:40:01 -0000 The following reply was made to PR ports/188431; it has been noted by GNATS. From: "Kevin Thompson" <antiduh@csh.rit.edu> To: bug-followup@freebsd.org, william88@gmail.com, xmj@freebsd.org, koobs.freebsd@gmail.com Cc: Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files Date: Sat, 12 Apr 2014 09:37:02 -0400 > Please note that you do *not* need to run the reproduction steps listed > above, and only need to provide the output of the ls -la command above. > We are interested in the contents of your Python 2.7 site-packages > because we have a theory as to what the cause is based on isolation > tests we have run on another users installation that is exhibiting > similar symptoms Here you go: angst(/usr/local/lib/python2.7/site-packages) > ls -ltra total 3838 -rw-r--r-- 1 root wheel 1.7K Jun 11 2013 site.pyo -rw-r--r-- 1 root wheel 1.7K Jun 11 2013 site.pyc -r--r--r-- 1 root wheel 2.4K Jun 11 2013 site.py -rw-r--r-- 1 root wheel 34B Jun 11 2013 setuptools.pth -rw-r--r-- 1 root wheel 144B Jun 11 2013 setuptools-0.6c11-py2.7.egg-info -rw-r--r-- 1 root wheel 215B Jun 11 2013 distribute.pth -rw-r--r-- 1 root wheel 849K Jun 11 2013 distribute-0.6.35-py2.7.egg drwxr-xr-x 4 root wheel 512B Jun 11 2013 Babel-0.9.6-py2.7.egg/ -rw-r--r-- 1 root wheel 6.4K Jun 13 2013 startfile.pyo -rw-r--r-- 1 root wheel 6.4K Jun 13 2013 startfile.pyc -rw-r--r-- 1 root wheel 23K Jun 13 2013 ScanView.pyo -rw-r--r-- 1 root wheel 23K Jun 13 2013 ScanView.pyc -rw-r--r-- 1 root wheel 11K Jun 13 2013 Reporter.pyo -rw-r--r-- 1 root wheel 11K Jun 13 2013 Reporter.pyc drwxr-xr-x 4 root wheel 512B Jul 1 2013 MarkupSafe-0.15-py2.7-freebsd-9.1-STABLE-amd64.egg/ drwxr-xr-x 2 root wheel 2.0K Aug 18 2013 BitQueue/ drwxr-xr-x 2 root wheel 1.0K Aug 18 2013 BitCrawler/ drwxr-xr-x 2 root wheel 1.5K Aug 18 2013 khashmir/ drwxr-xr-x 2 root wheel 4.0K Aug 18 2013 BitTorrent/ drwxr-xr-x 3 root wheel 2.0K Aug 18 2013 BitTornado/ -rw-r--r-- 1 root wheel 228B Aug 18 2013 BTQueue-0.1.3-py2.7.egg-info -rw-r--r-- 1 root wheel 580B Aug 18 2013 pyOpenSSL-0.13-py2.7.egg-info -rw-r--r-- 1 root wheel 126B Dec 13 11:31 easy_install.py -rw-r--r-- 1 root wheel 22K Jan 6 10:54 six.py -r--r--r-- 1 root wheel 119B Mar 6 02:07 README drwxr-xr-x 2 root wheel 512B Apr 4 09:34 lit34/ -rw-r--r-- 1 root wheel 96K Apr 10 08:26 pkg_resources.py -rw-r--r-- 1 root wheel 104K Apr 10 08:26 pkg_resources.pyc -rw-r--r-- 1 root wheel 321B Apr 10 08:26 easy_install.pyc -rw-r--r-- 1 root wheel 104K Apr 10 08:26 pkg_resources.pyo -rw-r--r-- 1 root wheel 321B Apr 10 08:26 easy_install.pyo drwxr-xr-x 2 root wheel 512B Apr 10 08:26 _markerlib/ drwxr-xr-x 2 root wheel 512B Apr 10 08:26 setuptools-2.0.1-py2.7.egg-info/ -r--r--r-- 1 root wheel 185B Apr 10 08:26 easy-install.pth.dist drwxr-xr-x 4 root wheel 1.5K Apr 10 08:39 setuptools/ drwxr-xr-x 2 root wheel 512B Apr 10 08:45 pytz-2014.1.1-py2.7.egg-info/ drwxr-xr-x 3 root wheel 512B Apr 10 08:50 pytz/ -rw-r--r-- 1 root wheel 239B Apr 10 09:00 easy-install.pth -rwxr-xr-x 1 root wheel 92K Apr 10 12:01 _cffi_backend.so* drwxr-xr-x 2 root wheel 512B Apr 10 12:01 pycparser-2.10-py2.7.egg-info/ drwxr-xr-x 3 root wheel 1.0K Apr 10 12:02 pycparser/ drwxr-xr-x 2 root wheel 512B Apr 10 12:02 cffi-0.8.1-py2.7.egg-info/ drwxr-xr-x 2 root wheel 1.0K Apr 10 12:02 cffi/ -rw-r--r-- 1 root wheel 22K Apr 10 12:02 six.pyo -rw-r--r-- 1 root wheel 22K Apr 10 12:02 six.pyc drwxr-xr-x 2 root wheel 512B Apr 10 12:02 six-1.5.2-py2.7.egg-info/ drwxr-xr-x 2 root wheel 512B Apr 10 12:04 cryptography-0.2.2-py2.7.egg-info/ drwxr-xr-x 3 root wheel 512B Apr 10 12:11 cryptography/ drwxr-xr-x 2 root wheel 512B Apr 10 12:11 pyOpenSSL-0.14-py2.7.egg-info/ drwxr-xr-x 3 root wheel 512B Apr 10 12:11 OpenSSL/ drwxr-xr-x 32 root wheel 14K Apr 10 12:12 ../ drwxr-xr-x 2 root wheel 512B Apr 10 13:22 docutils-0.11-py2.7.egg-info/ drwxr-xr-x 8 root wheel 1.0K Apr 10 13:22 docutils/ -rwxr-xr-x 1 root wheel 1.1K Apr 10 13:43 libxml2mod.la* -rw-r--r-- 1 root wheel 553K Apr 10 13:43 libxml2mod.a -r--r--r-- 1 root wheel 335K Apr 10 13:43 libxml2.py -r--r--r-- 1 root wheel 15K Apr 10 13:43 drv_libxml2.py -rwxr-xr-x 1 root wheel 376K Apr 10 13:43 libxml2mod.so* -rw-r--r-- 1 root wheel 441K Apr 10 13:43 libxml2.pyo -rw-r--r-- 1 root wheel 441K Apr 10 13:43 libxml2.pyc -rw-r--r-- 1 root wheel 11K Apr 10 13:43 drv_libxml2.pyo -rw-r--r-- 1 root wheel 11K Apr 10 13:43 drv_libxml2.pyc drwxr-xr-x 26 root wheel 2.0K Apr 11 13:41 ./ angst(/usr/local/lib/python2.7/site-packages) > Here's a dump of pkg version -v for Johannes; I'd figure I'd include it since it doesn't require any state modificiation: angst(~) > pkg version -v BitchX-1.2.f,1 = up-to-date with port OpenSP-1.5.2_2 = up-to-date with port aescrypt-0.7_1 = up-to-date with port alpine-2.00_4 = up-to-date with port alsa-lib-1.0.27.2_1 = up-to-date with port alsa-plugins-1.0.27_2 = up-to-date with port ap22-mod_perl2-2.0.8,3 = up-to-date with port apache22-2.2.27_1 < needs updating (port has 2.2.27_2) apr-1.5.0.1.5.3 = up-to-date with port arc-5.21p = up-to-date with port arj-3.10.22_4 = up-to-date with port arping-2.13 = up-to-date with port aspell-0.60.6.1_4 = up-to-date with port aspell-ispell-0.60.6.1 = up-to-date with port atk-2.8.0 = up-to-date with port autoconf-2.13.000227_6 = up-to-date with port autoconf-2.69 = up-to-date with port autoconf-wrapper-20131203 = up-to-date with port automake-1.14 = up-to-date with port automake-wrapper-20131203 = up-to-date with port bacula-client-5.2.12_3 = up-to-date with port bacula-server-5.2.12_3 = up-to-date with port base64-1.5_1 = up-to-date with port bash-4.3.8 = up-to-date with port bdftopcf-1.0.4 = up-to-date with port bind99-9.9.5_9 < needs updating (port has 9.9.5_10) binutils-2.24 = up-to-date with port bison-2.7.1,1 = up-to-date with port bitstream-vera-1.10_5 = up-to-date with port boost-jam-1.55.0 = up-to-date with port boost-libs-1.55.0_1 = up-to-date with port bsdadminscripts-6.1.1_4 = up-to-date with port btqueue-0.1.3_1 = up-to-date with port c-ares-config-1.10.0 = up-to-date with port ca_root_nss-3.15.5 = up-to-date with port cairo-1.10.2_7,2 = up-to-date with port calc-2.12.4.13 = up-to-date with port chrony-1.29.1 = up-to-date with port clamassassin-1.2.4_5 = up-to-date with port clamav-0.98.1 = up-to-date with port clang34-3.4_2 = up-to-date with port cmake-2.8.12.1_4 = up-to-date with port cmake-modules-2.8.12.1_1 = up-to-date with port compat7x-amd64-7.4.704000.201310.1 = up-to-date with port compositeproto-0.4.2 = up-to-date with port consolekit-0.4.3 = up-to-date with port cowsay-3.03_2 = up-to-date with port curl-7.36.0 = up-to-date with port cyrus-sasl-2.1.26_5 = up-to-date with port damageproto-1.2.1 = up-to-date with port db41-4.1.25_4 = up-to-date with port db42-4.2.52_5 = up-to-date with port db48-4.8.30.0 = up-to-date with port dbus-1.6.18 = up-to-date with port dbus-glib-0.100.2 = up-to-date with port dcc-dccd-1.3.141 = up-to-date with port dejavu-2.34_3 = up-to-date with port desktop-file-utils-0.22_1 = up-to-date with port dhcping-1.2 = up-to-date with port dialog4ports-0.1.5_2 = up-to-date with port dmidecode-2.12 = up-to-date with port dnstop-20121017 = up-to-date with port docbook-1.5 = up-to-date with port docbook-sgml-4.5_1 = up-to-date with port docbook-xml-5.0_1 = up-to-date with port docbook-xsl-1.76.1_2 = up-to-date with port dovecot2-2.2.10 = up-to-date with port dri-7.6.1_3,2 = up-to-date with port dri2proto-2.8 = up-to-date with port droid-fonts-ttf-20131024 = up-to-date with port eggdbus-0.6_1 = up-to-date with port encodings-1.0.4_1,1 = up-to-date with port expat-2.1.0 = up-to-date with port fftw3-3.3.3_1 = up-to-date with port figlet-2.2.5 = up-to-date with port fixesproto-5.0 = up-to-date with port flex-2.5.39 = up-to-date with port font-bh-ttf-1.0.3_1 = up-to-date with port font-misc-ethiopic-1.0.3_1 = up-to-date with port font-misc-meltho-1.0.3_1 = up-to-date with port font-util-1.3.0_1 = up-to-date with port fontcacheproto-0.1.3 = up-to-date with port fontconfig-2.11.0_1,1 = up-to-date with port fontsproto-2.1.2 = up-to-date with port freeglut-2.8.1 = up-to-date with port freetype2-2.5.3 = up-to-date with port gamin-0.1.10_7 = up-to-date with port gcc-ecj-4.5 = up-to-date with port gcc49-4.9.0.20140330 = up-to-date with port gccmakedep-1.0.2_1 = up-to-date with port gdbm-1.11 = up-to-date with port gdk-pixbuf2-2.28.2 = up-to-date with port gettext-0.18.3.1 = up-to-date with port glib-2.36.3_2 = up-to-date with port glproto-1.4.17 = up-to-date with port gmake-3.82_1 = up-to-date with port gmp-5.1.3_1 = up-to-date with port gnetcat-0.7.1_3 = up-to-date with port gnome_subr-1.0 = up-to-date with port gnomehier-3.0 = up-to-date with port gnupg-2.0.22 = up-to-date with port gnupg1-1.4.16_1 = up-to-date with port gnutls-2.12.23_4 = up-to-date with port gobject-introspection-1.36.0_2 = up-to-date with port gotmail-0.9.0_2 = up-to-date with port graphite2-1.2.4 = up-to-date with port gsfonts-8.11_6 = up-to-date with port gstreamer-0.10.36 = up-to-date with port gstreamer-plugins-0.10.36_3,3 = up-to-date with port gstreamer-plugins-good-0.10.31,3 = up-to-date with port gtk-update-icon-cache-2.24.22 = up-to-date with port gtk2-2.24.22_1 = up-to-date with port hal-0.5.14_23 = up-to-date with port harfbuzz-0.9.25_1 = up-to-date with port healthd-0.7.9_2 = up-to-date with port help2man-1.43.3_1 = up-to-date with port hicolor-icon-theme-0.12 = up-to-date with port icu-52.1 = up-to-date with port idnkit-1.0_3 = up-to-date with port ifstat-1.1_5 = up-to-date with port inputproto-2.3 = up-to-date with port intltool-0.50.2 = up-to-date with port irssi-0.8.15_6 = up-to-date with port iso8879-1986_3 = up-to-date with port ja-nkf-2.1.3,1 = up-to-date with port jansson-2.5 = up-to-date with port jasper-1.900.1_12 = up-to-date with port jbig2dec-0.11_1 = up-to-date with port jbigkit-1.6 = up-to-date with port jpeg-8_4 = up-to-date with port kbproto-1.0.6 = up-to-date with port krb5-1.12.1 = up-to-date with port ksh93-20120801_2 = up-to-date with port lcms-1.19_2,1 = up-to-date with port ldns-1.6.17 = up-to-date with port lha-1.14i_6 = up-to-date with port libGL-7.6.1_4 = up-to-date with port libGLU-9.0.0 = up-to-date with port libICE-1.0.8,1 = up-to-date with port libIDL-0.8.14_1 = up-to-date with port libSM-1.2.2,1 = up-to-date with port libX11-1.6.2,1 = up-to-date with port libXScrnSaver-1.2.2 = up-to-date with port libXau-1.0.8 = up-to-date with port libXaw-1.0.12,2 = up-to-date with port libXcomposite-0.4.4,1 = up-to-date with port libXcursor-1.1.14 = up-to-date with port libXdamage-1.1.4 = up-to-date with port libXdmcp-1.1.1 = up-to-date with port libXext-1.3.2,1 = up-to-date with port libXfixes-5.0.1 = up-to-date with port libXfont-1.4.7,1 = up-to-date with port libXfontcache-1.0.5 = up-to-date with port libXft-2.3.1 = up-to-date with port libXi-1.7.2,1 = up-to-date with port libXinerama-1.1.3,1 = up-to-date with port libXmu-1.1.2,1 = up-to-date with port libXp-1.0.2,1 = up-to-date with port libXpm-3.5.11 = up-to-date with port libXrandr-1.4.2 = up-to-date with port libXrender-0.9.8 = up-to-date with port libXt-1.1.4,1 = up-to-date with port libXtst-1.2.2 = up-to-date with port libXv-1.0.10,1 = up-to-date with port libXxf86misc-1.0.3 = up-to-date with port libXxf86vm-1.1.3 = up-to-date with port libassuan-2.1.1 = up-to-date with port libcheck-0.9.12 = up-to-date with port libchk-1.10.3 = up-to-date with port libdaemon-0.14 = up-to-date with port libdnet-1.11_3 = up-to-date with port libdrm-2.4.17_1 = up-to-date with port libelf-0.8.13_1 = up-to-date with port libevent-1.4.14b_3 = up-to-date with port libevent2-2.0.21 = up-to-date with port libexecinfo-1.1_3 = up-to-date with port libffi-3.0.13_1 = up-to-date with port libfontenc-1.1.2 = up-to-date with port libfpx-1.3.1.4 = up-to-date with port libgcrypt-1.5.3_1 = up-to-date with port libgpg-error-1.12 = up-to-date with port libiconv-1.14_3 = up-to-date with port libidn-1.28_1 = up-to-date with port libksba-1.3.0 = up-to-date with port libltdl-2.4.2_2 = up-to-date with port libmcrypt-2.5.8 = up-to-date with port libnet10-1.0.2a_5,1 = up-to-date with port libnet11-1.1.6_1,1 = up-to-date with port libnotify-0.7.5 = up-to-date with port libpci-3.2.1 = up-to-date with port libpciaccess-0.13.2 = up-to-date with port libpthread-stubs-0.3_4 = up-to-date with port libqrencode-3.4.3 = up-to-date with port libtasn1-3.3 = up-to-date with port libtool-2.4.2_2 = up-to-date with port libv4l-0.8.8_1 = up-to-date with port libvolume_id-0.81.1 = up-to-date with port libvpx-1.3.0 = up-to-date with port libxcb-1.9.3 = up-to-date with port libxkbfile-1.0.8 = up-to-date with port libxkbui-1.0.2_1 = up-to-date with port libxml2-2.8.0_3 = up-to-date with port libxslt-1.1.28_1 = up-to-date with port libyaml-0.1.6 = up-to-date with port linux_base-f10-10_7 = up-to-date with port linuxdoc-1.1_2 = up-to-date with port llvm34-3.4 = up-to-date with port lmmon-0.65_1 = up-to-date with port lsof-4.88.g,8 = up-to-date with port lua-5.1.5_6 = up-to-date with port luit-1.1.1 = up-to-date with port lynx-2.8.7.2,1 = up-to-date with port lzo2-2.06_2 = up-to-date with port m4-1.4.17_1,1 = up-to-date with port makedepend-1.0.5,1 = up-to-date with port mhash-0.9.9.9_1 = up-to-date with port mime-support-3.54 = up-to-date with port mkcmd-8.14 = up-to-date with port mkfontdir-1.0.7 = up-to-date with port mkfontscale-1.1.1 = up-to-date with port mm-1.4.2 = up-to-date with port mod_php5-5.4.27,1 = up-to-date with port mpc-1.0.2 = up-to-date with port mpfr-3.1.2_1 = up-to-date with port msrc0-0.7 = up-to-date with port mutt-1.5.23_1 = up-to-date with port naim-0.11.8.3.2 = up-to-date with port ncftp-3.2.5 = up-to-date with port ndisc6-1.0.2_1 = up-to-date with port neon29-0.29.6_4 = up-to-date with port nettle-2.7.1 = up-to-date with port nmap-6.40_2 = up-to-date with port nspr-4.10.4 = up-to-date with port nss-3.15.5 = up-to-date with port oniguruma-4.7.1 = up-to-date with port openssh-portable-6.6.p1,1 = up-to-date with port openssl-1.0.1_10 = up-to-date with port orc-0.4.18 = up-to-date with port p11-kit-0.20.2 = up-to-date with port p5-Authen-NTLM-1.09 = up-to-date with port p5-Authen-SASL-2.16 = up-to-date with port p5-BSD-Resource-1.2907 = up-to-date with port p5-CPAN-Meta-2.140640 = up-to-date with port p5-CPAN-Meta-Requirements-2.125 = up-to-date with port p5-CPAN-Meta-YAML-0.012 = up-to-date with port p5-Compress-Raw-Bzip2-2.064 = up-to-date with port p5-Compress-Raw-Zlib-2.065 = up-to-date with port p5-Crypt-OpenSSL-Bignum-0.04 = up-to-date with port p5-Crypt-OpenSSL-RSA-0.28 = up-to-date with port p5-Crypt-OpenSSL-Random-0.06 = up-to-date with port p5-Crypt-SSLeay-0.64 = up-to-date with port p5-Digest-HMAC-1.03 = up-to-date with port p5-Digest-SHA1-2.13 = up-to-date with port p5-Encode-Detect-1.01 = up-to-date with port p5-Encode-Locale-1.03 = up-to-date with port p5-Error-0.17022 = up-to-date with port p5-ExtUtils-CBuilder-0.2802.12,1 = up-to-date with port p5-ExtUtils-MakeMaker-6.90_1 = up-to-date with port p5-File-Listing-6.04 = up-to-date with port p5-GSSAPI-0.28 = up-to-date with port p5-Geography-Countries-2009041301 = up-to-date with port p5-HTML-Parser-3.71 = up-to-date with port p5-HTML-Tagset-3.20 = up-to-date with port p5-HTTP-Cookies-6.01 = up-to-date with port p5-HTTP-Daemon-6.01 = up-to-date with port p5-HTTP-Date-6.02 = up-to-date with port p5-HTTP-Message-6.06_2 = up-to-date with port p5-HTTP-Negotiate-6.01 = up-to-date with port p5-IO-HTML-1.00 = up-to-date with port p5-IO-Socket-INET6-2.69 = up-to-date with port p5-IO-Socket-IP-0.29 = up-to-date with port p5-IO-Socket-SSL-1.975_1 = up-to-date with port p5-IO-String-1.08 = up-to-date with port p5-IP-Country-2.28 = up-to-date with port p5-JSON-PP-2.27203 = up-to-date with port p5-LWP-MediaTypes-6.02 = up-to-date with port p5-LWP-Protocol-https-6.04 = up-to-date with port p5-Locale-gettext-1.05_3 = up-to-date with port p5-Mail-DKIM-0.40 = up-to-date with port p5-Mail-SPF-2.9.0_1 = up-to-date with port p5-Mail-Tools-2.13 = up-to-date with port p5-Math-BigInt-1.997 = up-to-date with port p5-Module-Build-0.4205 = up-to-date with port p5-Module-Version-0.12 = up-to-date with port p5-Mozilla-CA-20130114 = up-to-date with port p5-Net-1.25,1 = up-to-date with port p5-Net-DNS-0.74_1 = up-to-date with port p5-Net-DNS-Resolver-Programmable-0.003_1 = up-to-date with port p5-Net-HTTP-6.06 = up-to-date with port p5-Net-IP-1.26 = up-to-date with port p5-Net-SSLeay-1.58 = up-to-date with port p5-NetAddr-IP-4.069_1 = up-to-date with port p5-Parse-CPAN-Meta-1.44.14 = up-to-date with port p5-Scalar-List-Utils-1.35,1 = up-to-date with port p5-Socket-2.013 = up-to-date with port p5-Socket6-0.25_1 = up-to-date with port p5-Spiffy-0.31 = up-to-date with port p5-Test-Deep-0.112 = up-to-date with port p5-Test-NoWarnings-1.04_1 = up-to-date with port p5-Test-Simple-1.001.002 = up-to-date with port p5-Test-Tester-0.10.9 = up-to-date with port p5-TimeDate-2.30_1,1 = up-to-date with port p5-URI-1.60 = up-to-date with port p5-WWW-RobotRules-6.02 = up-to-date with port p5-XML-NamespaceSupport-1.11 = up-to-date with port p5-XML-Parser-2.41_1 = up-to-date with port p5-XML-SAX-0.99_1 = up-to-date with port p5-XML-SAX-Base-1.08 = up-to-date with port p5-XML-SAX-Expat-0.50 = up-to-date with port p5-YAML-Syck-1.27 = up-to-date with port p5-libwww-6.05 = up-to-date with port p5-version-0.99.04 = up-to-date with port pango-1.34.1_2 = up-to-date with port patch-2.7.1 = up-to-date with port pciids-20140402 = up-to-date with port pcre-8.34 = up-to-date with port pdflib-7.0.5_2 = up-to-date with port pear-1.9.4_3 = up-to-date with port pecl-APC-3.1.14_1 = up-to-date with port pecl-intl-3.0.0_1 = up-to-date with port pecl-pdflib-3.0.4 = up-to-date with port perl5-5.16.3_9 = up-to-date with port php5-5.4.27 = up-to-date with port php5-bz2-5.4.27 = up-to-date with port php5-ctype-5.4.27 = up-to-date with port php5-dom-5.4.27 = up-to-date with port php5-exif-5.4.27 = up-to-date with port php5-fileinfo-5.4.27 = up-to-date with port php5-filter-5.4.27 = up-to-date with port php5-gd-5.4.27 = up-to-date with port php5-gettext-5.4.27 = up-to-date with port php5-hash-5.4.27 = up-to-date with port php5-iconv-5.4.27 = up-to-date with port php5-json-5.4.27 = up-to-date with port php5-mbstring-5.4.27 = up-to-date with port php5-mcrypt-5.4.27 = up-to-date with port php5-openssl-5.4.27 = up-to-date with port php5-pdo-5.4.27 = up-to-date with port php5-pdo_pgsql-5.4.27 = up-to-date with port php5-pgsql-5.4.27 = up-to-date with port php5-posix-5.4.27 = up-to-date with port php5-pspell-5.4.27 = up-to-date with port php5-session-5.4.27 = up-to-date with port php5-shmop-5.4.27 = up-to-date with port php5-simplexml-5.4.27 = up-to-date with port php5-sockets-5.4.27 = up-to-date with port php5-tokenizer-5.4.27 = up-to-date with port php5-xml-5.4.27 = up-to-date with port php5-xmlreader-5.4.27 = up-to-date with port php5-xmlwriter-5.4.27 = up-to-date with port php5-xsl-5.4.27 = up-to-date with port php5-zip-5.4.27 = up-to-date with port php5-zlib-5.4.27 = up-to-date with port phppgadmin-5.1 = up-to-date with port pico-alpine-2.00_1 = up-to-date with port pixman-0.32.4 = up-to-date with port pkg-1.2.7_2 = up-to-date with port pkgconf-0.9.5 = up-to-date with port png-1.5.18 = up-to-date with port policykit-0.9_7 = up-to-date with port polkit-0.105_2 = up-to-date with port popt-1.16 = up-to-date with port pork-0.99.8.1 = up-to-date with port portmaster-3.17.4 = up-to-date with port portupgrade-2.4.12,2 = up-to-date with port postfix-2.11.0,1 = up-to-date with port postfix-policyd-spf-perl-2.007 = up-to-date with port postgresql93-client-9.3.4 = up-to-date with port postgresql93-server-9.3.4 = up-to-date with port printproto-1.0.5 = up-to-date with port procmail-3.22_7 = up-to-date with port pth-2.0.7 = up-to-date with port py27-bsddb-2.7.6_3 = up-to-date with port py27-cffi-0.8.1 = up-to-date with port py27-cryptography-0.2.2_1 = up-to-date with port py27-docutils-0.11 = up-to-date with port py27-libxml2-2.8.0_1 = up-to-date with port py27-openssl-0.14 = up-to-date with port py27-pycparser-2.10 = up-to-date with port py27-pytz-2014.1.1,1 = up-to-date with port py27-setuptools27-2.0.1 = up-to-date with port py27-six-1.5.2 = up-to-date with port py27-sqlite3-2.7.6_3 = up-to-date with port python-2.7_1,2 = up-to-date with port python2-2_2 = up-to-date with port python27-2.7.6_4 = up-to-date with port python32-3.2.5_8 = up-to-date with port qmake-3.3.8_1 = up-to-date with port qt4-assistant-4.8.5_1 = up-to-date with port qt4-clucene-4.8.5 = up-to-date with port qt4-corelib-4.8.5_3 = up-to-date with port qt4-declarative-4.8.5 = up-to-date with port qt4-doc-4.8.5 = up-to-date with port qt4-gui-4.8.5 = up-to-date with port qt4-help-4.8.5 = up-to-date with port qt4-linguist-4.8.5_1 = up-to-date with port qt4-moc-4.8.5_1 = up-to-date with port qt4-network-4.8.5 = up-to-date with port qt4-opengl-4.8.5 = up-to-date with port qt4-rcc-4.8.5 = up-to-date with port qt4-script-4.8.5 = up-to-date with port qt4-sql-4.8.5 = up-to-date with port qt4-sqlite-plugin-4.8.5 = up-to-date with port qt4-svg-4.8.5 = up-to-date with port qt4-uic-4.8.5 = up-to-date with port qt4-webkit-4.8.5_1 = up-to-date with port qt4-xml-4.8.5 = up-to-date with port qt4-xmlpatterns-4.8.5 = up-to-date with port randrproto-1.4.0 = up-to-date with port razor-agents-2.84 = up-to-date with port re2c-0.13.6 = up-to-date with port recordproto-1.14.2 = up-to-date with port renderproto-0.11.1 = up-to-date with port roundcube-1.0.0,1 = up-to-date with port rsync-3.1.0_2 = up-to-date with port ruby-1.9.3.484_2,1 = up-to-date with port ruby19-bdb-0.6.6_3 = up-to-date with port screen-4.0.3_14 = up-to-date with port scrnsaverproto-1.2.2 = up-to-date with port sdocbook-xml-1.1_1,2 = up-to-date with port serf-1.3.4 = up-to-date with port shared-mime-info-1.1 = up-to-date with port sl-3.03 = up-to-date with port smartmontools-6.2_2 = up-to-date with port spamassassin-3.4.0_9 = up-to-date with port sqlite3-3.8.4.2 = up-to-date with port subversion-1.8.8_1 = up-to-date with port sudo-1.8.10.p2 = up-to-date with port svgalib-1.4.3_6 = up-to-date with port t1lib-5.1.2_2,1 = up-to-date with port tcl85-8.5.15_2 = up-to-date with port tcplist-2.2_1 = up-to-date with port tiff-4.0.3 = up-to-date with port tripwire-2.4.2.2_2 = up-to-date with port unrar-5.01,5 = up-to-date with port unzip-6.0_1 = up-to-date with port unzoo-4.4_2 = up-to-date with port uthash-1.9.8p2 = up-to-date with port v4l_compat-1.0.20120501_1 = up-to-date with port videoproto-2.3.2 = up-to-date with port vim-7.4.240 = up-to-date with port wget-1.15 = up-to-date with port xauth-1.0.8 = up-to-date with port xbitmaps-1.1.1 = up-to-date with port xcb-util-0.3.9_1,1 = up-to-date with port xcb-util-renderutil-0.3.8 = up-to-date with port xdg-utils-1.0.2.20130919_1 = up-to-date with port xextproto-7.2.1 = up-to-date with port xf86miscproto-0.9.3 = up-to-date with port xf86vidmodeproto-2.3.1 = up-to-date with port xineramaproto-1.2.1 = up-to-date with port xkbcomp-1.2.4 = up-to-date with port xkeyboard-config-2.10.1 = up-to-date with port xmake-1.06 = up-to-date with port xmlcatmgr-2.2 = up-to-date with port xmlcharent-0.3_2 = up-to-date with port xorg-fonts-truetype-7.7_1 = up-to-date with port xorg-macros-1.18.0 = up-to-date with port xorg-server-1.7.7_11,1 = up-to-date with port xprop-1.2.2 = up-to-date with port xproto-7.0.25 = up-to-date with port xset-1.2.3_1 = up-to-date with port xterm-303 = up-to-date with port xtrans-1.3.2 = up-to-date with port yasm-1.2.0 = up-to-date with port zip-3.0 = up-to-date with port zoneinfo-2014.b = up-to-date with port zsh-5.0.5 = up-to-date with port angst(~) > From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 13:41:55 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D1CE3F3; Sat, 12 Apr 2014 13:41:55 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21F9A18AB; Sat, 12 Apr 2014 13:41:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CDfsQM067957; Sat, 12 Apr 2014 13:41:54 GMT (envelope-from xmj@freefall.freebsd.org) Received: (from xmj@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CDfso8067956; Sat, 12 Apr 2014 13:41:54 GMT (envelope-from xmj) Date: Sat, 12 Apr 2014 13:41:54 GMT Message-Id: <201404121341.s3CDfso8067956@freefall.freebsd.org> To: xmj@FreeBSD.org, freebsd-python@FreeBSD.org, xmj@FreeBSD.org From: xmj@FreeBSD.org Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Apr 2014 13:41:55 -0000 Synopsis: Every python 2.7 port is generating broken .PLIST files Responsible-Changed-From-To: freebsd-python->xmj Responsible-Changed-By: xmj Responsible-Changed-When: Sat Apr 12 13:41:54 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188431 From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 14:39:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D118BA8 for <freebsd-python@freebsd.org>; Sat, 12 Apr 2014 14:39:51 +0000 (UTC) Received: from mail-pd0-x229.google.com (mail-pd0-x229.google.com [IPv6:2607:f8b0:400e:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 621F51D04 for <freebsd-python@freebsd.org>; Sat, 12 Apr 2014 14:39:51 +0000 (UTC) Received: by mail-pd0-f169.google.com with SMTP id fp1so6453684pdb.28 for <freebsd-python@freebsd.org>; Sat, 12 Apr 2014 07:39:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=yf0Uzi16wWdZ+YxM4sFBRraHwnXQzkZLr/6m6K4e9yY=; b=iD4zQbO433Gpyg1rNs54D7tb/QuuOHzLJ+5Z1N7E7VIrC5G4pQ1PP1oyFVsI15mXT6 i5lluux+2yTmVJ23WkTved2aPvQYjMc+tQR+OsWYhw0Qn9g9AyBupxy5VeVNlFGLkiNG 9cdMJJoyonuiFBCo8cybN6rzn1oEUcDTN5vrtyDUqqz7ZHfPwcRLLQ/CHvVpgDg9Rb7R DQKCV3WVH+gLCblkyMUohJBCwfI5EUdfF9U3JzBecaqwq5ZJgDIts/CElRtLK/fJ309F 3qupPCq9x6mwPBmqPic4dD8N81I3lo+lBioo05ImuRGmhS4aahl4MttFA3fVRednI0bC 7o5Q== X-Received: by 10.68.254.5 with SMTP id ae5mr33672104pbd.83.1397313590923; Sat, 12 Apr 2014 07:39:50 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id db3sm22453684pbb.10.2014.04.12.07.39.49 for <freebsd-python@freebsd.org> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 12 Apr 2014 07:39:50 -0700 (PDT) Message-ID: <5349502D.5030304@FreeBSD.org> Date: Sun, 13 Apr 2014 00:39:41 +1000 From: Kubilay Kocak <koobs.freebsd@gmail.com> User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Thunderbird/28.0 MIME-Version: 1.0 To: freebsd-python@FreeBSD.org Subject: pkg-static: Plist error, directory listed as a file: <something>.egg-info X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Apr 2014 14:39:51 -0000 Over the past week, a number of users have reported the following error when upgrading Python ports: "pkg-static: Plist error, directory listed as a file:<something>.egg-info" This has been isolated as a symptom of: a) A recent pkg version (1.2.7_1) which now generates an error instead of silently creating a corrupt package b) Python installations that contain *multiple* python packages that provide the setuptools module (such as setuptools and distribute). This (b) can either be the result of a manual install as root (via easy_install or pip) outside of the scope of ports/packages, or due to leftovers from previous upgrades. The root cause is a version of setuptools is imported during the python setup.py `install` stage, that does not contain a patch which removes directory entries from --record output (a feature of setuptools). Users should inspect their ${LOCALBASE}/lib/pythonX.Y/site-packages directory, and remove any packages that reference old versions of setuptools or distribute. Some examples of entries that may be removed are: 1) distribute-0.6.35-py2.7.egg 2) setuptools-0.6c11-py2.7.egg 3) *Any* version of setuptools directly from PyPi via pip or easy_install If you have any questions, or are unsure whether you can remove a particular entry or not, either: - Delete it, then reinstall devel/py-setuptoolsXY for good measure, OR - Check with us on the mailing list or at #freebsd-python on freenode IRC TLDR: You want to be left with the version of setuptools from ports/packages (currently 2.0.1) as the *only* installed Python package in site-packages/. From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 17:32:54 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A87EABEA; Sat, 12 Apr 2014 17:32:54 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D1341C88; Sat, 12 Apr 2014 17:32:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CHWs2I039683; Sat, 12 Apr 2014 17:32:54 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CHWs38039682; Sat, 12 Apr 2014 17:32:54 GMT (envelope-from linimon) Date: Sat, 12 Apr 2014 17:32:54 GMT Message-Id: <201404121732.s3CHWs38039682@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/188491: [patch] devel/py-setuptoolXY: fix PYTHON_VERSION X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Apr 2014 17:32:54 -0000 Synopsis: [patch] devel/py-setuptoolXY: fix PYTHON_VERSION Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: linimon Responsible-Changed-When: Sat Apr 12 17:32:43 UTC 2014 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=188491 From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 21:40:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 617674F9; Sat, 12 Apr 2014 21:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3811E1219; Sat, 12 Apr 2014 21:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CLe19q022008; Sat, 12 Apr 2014 21:40:01 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CLe1eo022006; Sat, 12 Apr 2014 21:40:01 GMT (envelope-from sunpoet) Date: Sat, 12 Apr 2014 21:40:01 GMT Message-Id: <201404122140.s3CLe1eo022006@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-python@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/188491: [patch] devel/py-setuptoolXY: fix PYTHON_VERSION X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Apr 2014 21:40:01 -0000 Synopsis: [patch] devel/py-setuptoolXY: fix PYTHON_VERSION Responsible-Changed-From-To: freebsd-python->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Apr 12 21:40:00 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188491 From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 22:47:22 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E450CB4; Sat, 12 Apr 2014 22:47:22 +0000 (UTC) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id E653D179D; Sat, 12 Apr 2014 22:47:21 +0000 (UTC) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by duck.symmetricom.us (8.14.6/8.14.6) with ESMTP id s3CMl9X1038622; Sat, 12 Apr 2014 16:47:21 -0600 (MDT) (envelope-from jhein@symmetricom.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.7/8.14.5) with ESMTP id s3CMl5KW063021; Sat, 12 Apr 2014 16:47:05 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.7/8.14.7/Submit) id s3CMl5Bh063020; Sat, 12 Apr 2014 16:47:05 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21321.49769.77880.688898@gromit.timing.com> Date: Sat, 12 Apr 2014 16:47:05 -0600 From: John Hein <john.hein@microsemi.com> To: Antoine Brodin <antoine@FreeBSD.org> Subject: Re: Make python27 build as an unprivileged user In-Reply-To: <CAALwa8m2MetR9mUmT5K3zRc_szt-Btgq=DbYpDLa-aqWnuSy_Q@mail.gmail.com> References: <20140403190156.GA83695@mastodon.meroh.net> <CAALwa8koQy2U2_t=vkZ_KdpDSVyrj6mAxHnR4wqjNPyXvXV=gg@mail.gmail.com> <20140403192420.GA36985@mastodon.meroh.net> <CAALwa8mEB7wZRhBCJ5n=ejAAQcz35_J6V8OoUpVXAhAs9SvY5w@mail.gmail.com> <CAFY7cWAMZ9vy7GtoRLK-R5sogNkqq+tHQPVSpmduq5+mLhxxyQ@mail.gmail.com> <CAALwa8m2MetR9mUmT5K3zRc_szt-Btgq=DbYpDLa-aqWnuSy_Q@mail.gmail.com> X-Mailer: VM 8.2.0b-trunk-1484 under 24.3.1 (i386-portbld-freebsd8.3) Cc: Julio Merino <jmmv@freebsd.org>, python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Apr 2014 22:47:22 -0000 Antoine Brodin wrote at 11:57 +0200 on Apr 4, 2014: > On Fri, Apr 4, 2014 at 12:51 AM, Julio Merino <jmmv@freebsd.org> wrote: > > On Thu, Apr 3, 2014 at 3:30 PM, Antoine Brodin <antoine@freebsd.org> wrote: > >> koobs' new python34 port (not committed yet) packages fine as non > >> root, so it seems doable. > > > > Sorry but I don't see how that's relevant. Python 3.4 is a much more > > modern package than 2.7 and many things may have changed in its build > > infrastructure. > > > > Yes, fixing the root cause is doable for sure, and I agree with you > > that, ideally, this should be properly fixed. But: I don't think it's > > worth our time considering that: 1) this is for the "old" 2.x branch > > and 2) some knowledgeable people have already tried and failed at > > doing so. > > > > As things currently are, the python27 package is broken when building > > from ports as non-root. (Which by the way is annoying for > > architectures without prebuilt packages; I have found this problem > > under powerpc64!) > > > > What I'm proposing is that we trivially workaround the problem by > > *temporarily* defining NEED_ROOT and later investigating the failure. > > Doing the former does not preclude the latter, but at least fixes the > > obvious bug. > > > > I don't want to put words on your mouth, but what I think you are > > proposing is that we leave the package broken for an arbitrary > > (possibly infinite) amount of time until someone decides to track and > > fix the root cause. If you are offering to investigate this relatively > > soon as the maintainer that's perfect though. > > > > So up to you really! If you do not agree with the workaround, I will > > at least file a PR for proper tracking. > > Try attached patch. > > Cheers, > > Antoine > Allow staging python27 as a regular user: > > - when compiling, don't compile the running command otherwise it fails to compile modules imported by the running command > > Sorry [Errno 13] Permission denied: '/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/getopt.pyc' > Sorry [Errno 13] Permission denied: '/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/py_compile.pyc' > Sorry [Errno 13] Permission denied: '/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/struct.pyc' > Sorry [Errno 13] Permission denied: '/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/getopt.pyo' > Sorry [Errno 13] Permission denied: '/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/py_compile.pyo' > Sorry [Errno 13] Permission denied: '/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/struct.pyo' > > - ranlib before installing read only > > Index: lang/python27/files/patch-Makefile.pre.in > =================================================================== > --- lang/python27/files/patch-Makefile.pre.in (revision 350060) > +++ lang/python27/files/patch-Makefile.pre.in (working copy) > @@ -1,6 +1,6 @@ > ---- ./Makefile.pre.in.orig 2013-04-06 18:02:34.000000000 +0400 > -+++ ./Makefile.pre.in 2013-04-07 22:30:19.000000000 +0400 > -@@ -281,9 +281,9 @@ > +--- ./Makefile.pre.in.orig 2013-11-10 07:36:41.000000000 +0000 > ++++ ./Makefile.pre.in 2014-04-04 09:16:00.000000000 +0000 > +@@ -285,9 +285,9 @@ > > ########################################################################## > # AST > @@ -12,3 +12,28 @@ > AST_C= $(AST_C_DIR)/Python-ast.c > AST_ASDL= $(srcdir)/Parser/Python.asdl > > +@@ -1006,12 +1006,12 @@ > + $(DESTDIR)$(LIBDEST)/distutils/tests ; \ > + fi > + PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ > +- $(PYTHON_FOR_BUILD) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \ > ++ $(PYTHON_FOR_BUILD) -B -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \ > + -d $(LIBDEST) -f \ > + -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ > + $(DESTDIR)$(LIBDEST) > + PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ > +- $(PYTHON_FOR_BUILD) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \ > ++ $(PYTHON_FOR_BUILD) -B -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \ > + -d $(LIBDEST) -f \ > + -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ > + $(DESTDIR)$(LIBDEST) > +@@ -1089,8 +1089,8 @@ > + if test "$(SO)" = .dll; then \ > + $(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(LIBPL) ; \ > + else \ > ++ $(RANLIB) $(LIBRARY) ; \ > + $(INSTALL_DATA) $(LIBRARY) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \ > +- $(RANLIB) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \ > + fi; \ > + else \ > + echo Skip install of $(LIBRARY) - use make frameworkinstall; \ I'm a little late, but I've had this patch ever since python was staged. I _always_ build the 'stage' stage of ports as non-root (and I think tinderbox, et. al., should do so, too - but that's a bit beyond scope for this email thread): @@ -975,6 +975,7 @@ echo $(INSTALL_DATA) $$i $(LIBDEST); \ fi; \ done + chmod u+w $(DESTDIR)$(LIBDEST)/*.py @for d in $(LIBSUBDIRS); \ do \ a=$(srcdir)/Lib/$$d; \ @@ -1090,6 +1091,7 @@ $(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(LIBPL) ; \ else \ $(INSTALL_DATA) $(LIBRARY) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \ + chmod u+w $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \ $(RANLIB) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \ fi; \ else \ Antoine's patch is even better. From owner-freebsd-python@FreeBSD.ORG Mon Apr 14 11:06:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07949136 for <freebsd-python@FreeBSD.org>; Mon, 14 Apr 2014 11:06:51 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFD501668 for <freebsd-python@FreeBSD.org>; Mon, 14 Apr 2014 11:06:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3EB6oqL025986 for <freebsd-python@FreeBSD.org>; Mon, 14 Apr 2014 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3EB6oMJ025984 for freebsd-python@FreeBSD.org; Mon, 14 Apr 2014 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 14 Apr 2014 11:06:50 GMT Message-Id: <201404141106.s3EB6oMJ025984@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster <bugmaster@freebsd.org> 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.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Apr 2014 11:06:51 -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 -------------------------------------------------------------------------------- o ports/188327 python math/py-numpy: Numpy is broken o ports/188251 python lang/python: bdb48 dependency leak in all python o ports/188250 python [Patch] update port www/py-selenium to 2.41.0 o ports/188114 python math/py-numpy is broken on 9.2-STABLE o ports/188066 python databases/py-gdbm: Missing checksum f ports/187956 python [PATCH] devel/py-bcdoc: update to 0.12.2 o ports/187734 python [Maintainer Update] devel/py-robotframework-pabot 0.4 f ports/187419 python [UPDATE] net/py-netifaces: update to 0.8_1 o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187402 python [maintainer-update] textproc/py-wtforms update to 1.0. o ports/187393 python databases/py-firebirdsql: update to 0.9.2 o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 f ports/186807 python error in databases/py-MySQLdb f ports/186397 python sysutils/py-salt patch breaks salt o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186192 python lang/python27: building python27-2.7.6_1 fails for WIT o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang f ports/181218 python [UPDATE] devel/py-babel to 1.3 o ports/178301 python [patch] lang/python27: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/154209 python [PATCH] lang/python: Install symlink for ptags 32 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Apr 14 18:57:10 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A3DE6BEA for <freebsd-python@freebsd.org>; Mon, 14 Apr 2014 18:57:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BF8A1C7E for <freebsd-python@freebsd.org>; Mon, 14 Apr 2014 18:57:10 +0000 (UTC) Received: from nemysis3now (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3EIv9kx084193 for <freebsd-python@freebsd.org>; Mon, 14 Apr 2014 18:57:09 GMT (envelope-from nemysis@FreeBSD.org) Date: Mon, 14 Apr 2014 20:56:58 +0200 From: Rusmir Dusko <nemysis@FreeBSD.org> To: freebsd-python@freebsd.org Subject: math/py-numpy update to 1.8.1 Message-ID: <20140414205658.34ae32a0@nemysis3now> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/nstPop8BxG1OOc8zcYZ1Att"; protocol="application/pgp-signature" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Apr 2014 18:57:10 -0000 --Sig_/nstPop8BxG1OOc8zcYZ1Att Content-Type: multipart/mixed; boundary="MP_/5ZTkypySqHskSo+YJWLqSTP" --MP_/5ZTkypySqHskSo+YJWLqSTP Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello Please look enclosed diff, test and commit, because i not have python@ commit bit. - Update to 1.8.1, announce message is here: http://sourceforge.net/projects/numpy/files/NumPy/1.8.1/ - Add IGNORE --> is this good - Break lines around 80 characters - Change REINPLACE, cosmetical changes - Strip libraries - Change patch f2py/f2py2e.py --> db_(Dianora) --=20 Best regards, Rusmir Dusko --MP_/5ZTkypySqHskSo+YJWLqSTP Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=py-numpy.diff 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 350423) +++ Makefile (working copy) @@ -2,12 +2,11 @@ # $FreeBSD$ =20 PORTNAME=3D numpy -PORTVERSION=3D 1.8.0 -PORTREVISION=3D 1 +PORTVERSION=3D 1.8.1 PORTEPOCH=3D 1 CATEGORIES=3D math python -MASTER_SITES=3D http://docs.scipy.org/doc/${DISTNAME:C/\..$/.0/}/:doc \ - SF/${PORTNAME}/NumPy/${PORTVERSION}:source +MASTER_SITES=3D SF/${PORTNAME}/NumPy/${PORTVERSION}:source \ + http://docs.scipy.org/doc/${DISTNAME:C/\..$/.1/}/:doc PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} DISTFILES=3D numpy-${PORTVERSION:S/r/rc/}${EXTRACT_SUFX}:source \ numpy-ref-${PORTVERSION}.pdf:doc \ @@ -40,6 +39,9 @@ =20 .if ${PORT_OPTIONS:MATLAS} LIB_DEPENDS+=3D libatlas.so:${PORTSDIR}/math/atlas +. if !exists(${LOCALBASE}/lib/libalapack.a) +IGNORE=3D ATLAS needs to be built with STATIC for NumPy to function proper= ly +. endif .else LIB_DEPENDS+=3D liblapack.so:${PORTSDIR}/math/lapack \ libblas.so:${PORTSDIR}/math/blas @@ -54,10 +56,12 @@ @${CP} ${DISTDIR}/numpy-user-${PORTVERSION}.pdf ${WRKDIR} =20 post-patch: - @${REINPLACE_CMD} -e "s+%%FC%%+${FC}+" ${WRKSRC}/numpy/distutils/fcompile= r/gnu.py + @${REINPLACE_CMD} -e "s+%%FC%%+${FC}+" \ + ${WRKSRC}/numpy/distutils/fcompiler/gnu.py @${CP} ${FILESDIR}/site.cfg ${WRKSRC}/site.cfg # ignore LDFLAGS from env, as it overrides internal flags (e.g. -shared) f= or some reason - @${REINPLACE_CMD} -e "s|'LDFLAGS'|None|" ${WRKSRC}/numpy/distutils/fcompi= ler/__init__.py + @${REINPLACE_CMD} -e "s|'LDFLAGS'|None|" \ + ${WRKSRC}/numpy/distutils/fcompiler/__init__.py =20 GCCLIBDIR_CMDS=3D ${FC} -print-file-name=3Dlibgfortran.so|${SED} -e s/libg= fortran.so// =20 @@ -71,11 +75,19 @@ @${REINPLACE_CMD} -e "s+:%%LOCALBASE%%/include/suitesparse++" ${WRKSRC}/s= ite.cfg .endif @${REINPLACE_CMD} -e "s+%%GCCLIBDIR%%+$$(${GCCLIBDIR_CMDS})+" \ - -e "s+%%LOCALBASE%%+${LOCALBASE}+g" \ + -e "s+%%LOCALBASE%%+${LOCALBASE}+g" \ ${WRKSRC}/site.cfg - @${REINPLACE_CMD} -e "s+%%GCCLIBDIR%%+$$(${GCCLIBDIR_CMDS})+" ${WRKSRC}/n= umpy/distutils/system_info.py + @${REINPLACE_CMD} -e "s+%%GCCLIBDIR%%+$$(${GCCLIBDIR_CMDS})+" \ + ${WRKSRC}/numpy/distutils/system_info.py =20 post-install: +.for l in core/operand_flag_tests core/struct_ufunc_test core/umath core/m= ultiarray \ + core/multiarray_tests core/_dummy core/umath_tests core/scalarmath \ + core/test_rational core/_dotblas lib/_compiled_base numarray/_capi \ + linalg/lapack_lite linalg/_umath_linalg random/mtrand fft/fftpack_lite + ${STRIP_CMD} ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR}/numpy/${l}.so +.endfor + ${INSTALL_MAN} ${WRKSRC}/numpy/f2py/f2py.1 ${STAGEDIR}${MANPREFIX}/man/ma= n1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/numpy-ref-${PORTVERSION}.pdf ${STAGEDIR}${DOCSD= IR} Index: distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- distinfo (revision 350423) +++ distinfo (working copy) @@ -1,6 +1,6 @@ -SHA256 (numpy-1.8.0.tar.gz) =3D 2764d0819acc77e9ff81b060fe7f69530b0d85c26a= c9d162639b787cb227d253 -SIZE (numpy-1.8.0.tar.gz) =3D 3779617 -SHA256 (numpy-ref-1.8.0.pdf) =3D 49ecb1d768eb48598439cc63058f830ca3522fe1c= feba1a321086e9820ae8911 -SIZE (numpy-ref-1.8.0.pdf) =3D 5324229 -SHA256 (numpy-user-1.8.0.pdf) =3D a8c30360f9e46c63cfdf48fa594971d94d68ce59= ece08c13d4acde8b14032cfe -SIZE (numpy-user-1.8.0.pdf) =3D 408447 +SHA256 (numpy-1.8.1.tar.gz) =3D 3d722fc3ac922a34c50183683e828052cd9bb7e913= 4a95098441297d7ea1c7a9 +SIZE (numpy-1.8.1.tar.gz) =3D 3794076 +SHA256 (numpy-ref-1.8.1.pdf) =3D 973851e66d0d5ab095f444f8aeb966fefe2dd5442= 26395abbb110fc1b60f351d +SIZE (numpy-ref-1.8.1.pdf) =3D 5348248 +SHA256 (numpy-user-1.8.1.pdf) =3D be827f2d92ef86c3af7f59c623017e7bc23ee95c= 64f88e8c9871f3ad1f99b262 +SIZE (numpy-user-1.8.1.pdf) =3D 408305 Index: files/patch-numpy-f2py-f2py2e.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-numpy-f2py-f2py2e.py (revision 350423) +++ files/patch-numpy-f2py-f2py2e.py (working copy) @@ -1,10 +1,10 @@ ---- numpy/f2py/f2py2e.py.orig 2012-01-25 06:59:14.651304791 -0600 -+++ numpy/f2py/f2py2e.py 2012-01-25 07:00:58.475075133 -0600 +--- ./numpy/f2py/f2py2e.py.orig 2014-03-25 20:43:24.000000000 +0100 ++++ ./numpy/f2py/f2py2e.py 2014-04-09 17:57:26.264759349 +0200 @@ -520,6 +520,7 @@ include_dirs, sources =3D filter_files('-I', '', sources, remove_pref= ix=3D1) library_dirs, sources =3D filter_files('-L', '', sources, remove_pref= ix=3D1) libraries, sources =3D filter_files('-l', '', sources, remove_prefix= =3D1) -+ extra_link_args, sources =3D filter_files('-Wl,','',sources,remove_pr= efix=3D0) ++ extra_link_args, sources =3D filter_files('-Wl,|-B','',sources,remove= _prefix=3D0) undef_macros, sources =3D filter_files('-U', '', sources, remove_pref= ix=3D1) define_macros, sources =3D filter_files('-D', '', sources, remove_pre= fix=3D1) using_numarray =3D 0 --MP_/5ZTkypySqHskSo+YJWLqSTP-- --Sig_/nstPop8BxG1OOc8zcYZ1Att Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJTTC+FAAoJELa5uPZMk+PSasgP/1C+eRvZDWMau28hLjsYNQI0 OfJQH8NLgW8azTJOofZnuwq8kws/sZL+hPJ02d6PRwYYZIIeUQcMkmSYypdKNYW2 kj3FxPSCSXLPVw33Zj3vHV5gfYRRjjkBzem8pIfys/i3YGQiiTklVFAJILNlYl1w lDg+msE59V7EQYGkvEbTyT3DPFhCcKX3l2PU4tHIpUNucYg3mOl6HnE8w+SdlWO2 cdcpdZszYqaKH55iHxP9tlm7rgJDtqxE8OAdE/Qzw+NR1V1npaVrQlsgCgUG7QUH hqkNzgRSvKFRSDrzFqtQFo2slj+pwE9EI3bEfaYneVbE9tZVNQNCpu5xsaQDQuue /n5I1PEFZtN4legmBFa/7B1CEIEYodaw9A5+d2Kje4Uufa3NGAya/ckJg80oPe+2 hQHJcZtEX2OMU8A5bvk/MgpB7JM3awpjib9cZ0I6sxlT8nHPKnk297GCE7y+hAKX KyUNdVNaYzrxi6YaQLhORqOLZhp8AFBjk8LUfxOgCO3JgfiRqjRlYCzz1/WiBT3M COmsj756dzijPASF3ujYDbe1I7P9CceUHJFEzc5n5SONKCNvwNjntLVZgb0TAQK5 yMS5aO8Ypde/+zaREi4sUkZCvdXhJ3MfrCYieeFvTSFFlPfPH1ooKKUmiO9+FkPA cqbl/NdWmo3PCTGFdC+C =tAuS -----END PGP SIGNATURE----- --Sig_/nstPop8BxG1OOc8zcYZ1Att-- From owner-freebsd-python@FreeBSD.ORG Wed Apr 16 05:24:31 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 276279F5 for <python@freebsd.org>; Wed, 16 Apr 2014 05:24:31 +0000 (UTC) Received: from mail-ie0-x229.google.com (mail-ie0-x229.google.com [IPv6:2607:f8b0:4001:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED46D1CD5 for <python@freebsd.org>; Wed, 16 Apr 2014 05:24:30 +0000 (UTC) Received: by mail-ie0-f169.google.com with SMTP id to1so10116512ieb.14 for <python@freebsd.org>; Tue, 15 Apr 2014 22:24:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=FlB4RWcfsdPuMXNIGJb9TOMJwYqMH/aGbcPEFCe3kcY=; b=KEXhRkJ3n/yVWd4/tyfok4y3HZkF8jDVpX9dOVYfd5qUHBvBuycnIm6idx7Vv60t/0 AbkoQn42Pa0bjs8ueFjEodJ+NwI1LBCuHsxc85G+NzRaWQEdXSb5P0eSChz5NwR290OG VVpk4jZxnHMknmern4/J1WR2NFuWqzlWIuZKcia2ffaZ9mHIY4whOoqkv62VbEm6tzHN bGxzsJ7sGEpNcQDqgrPDQ/JAlqmOnh8U9Jf+wx0YA3lv1mIOyvXeGinqE8w6IKCQ84Ve RZBeAavYs6m6mJNR9r2wWLm7sHjT7hT9wgMS++4ThVOrMi9xKzN47cPO8Tfjn7p+zyvz giIw== MIME-Version: 1.0 X-Received: by 10.50.4.70 with SMTP id i6mr2402219igi.40.1397625870226; Tue, 15 Apr 2014 22:24:30 -0700 (PDT) Received: by 10.64.15.225 with HTTP; Tue, 15 Apr 2014 22:24:30 -0700 (PDT) Date: Tue, 15 Apr 2014 22:24:30 -0700 Message-ID: <CAMtcK2ocBN=E5Vep38KDhiY30asJ1iEd5d-_PkvqFfEY-q4mYw@mail.gmail.com> Subject: This seems messed up [py-setuptools] From: paul beard <paulbeard@gmail.com> To: python@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 16 Apr 2014 05:24:31 -0000 The extra version number in the filename is hosing things up. Conflict found on path /usr/local/lib/python2.7/site-packages/setuptools/version.pyc between py27-setuptools-2.0.1(devel/py-setuptools) and py27-setuptools27-2.0.1(devel/py-setuptools27) Conflict found on path /usr/local/lib/python2.7/site-packages/setuptools/version.pyo between py27-setuptools-2.0.1(devel/py-setuptools) and py27-setuptools27-2.0.1(devel/py-setuptools27) -- Paul Beard / www.paulbeard.org/ From owner-freebsd-python@FreeBSD.ORG Wed Apr 16 06:30:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76C8B252; Wed, 16 Apr 2014 06:30:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DDC21308; Wed, 16 Apr 2014 06:30:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3G6U5fl005232; Wed, 16 Apr 2014 06:30:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3G6U5JC005231; Wed, 16 Apr 2014 06:30:05 GMT (envelope-from edwin) Date: Wed, 16 Apr 2014 06:30:05 GMT Message-Id: <201404160630.s3G6U5JC005231@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188681: Updated port security/py-ecdsa X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 16 Apr 2014 06:30:05 -0000 Synopsis: Updated port security/py-ecdsa Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 16 06:30:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188681 From owner-freebsd-python@FreeBSD.ORG Wed Apr 16 06:42:28 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09BC848F for <python@freebsd.org>; Wed, 16 Apr 2014 06:42:28 +0000 (UTC) Received: from mail-pd0-x22c.google.com (mail-pd0-x22c.google.com [IPv6:2607:f8b0:400e:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D172014B2 for <python@freebsd.org>; Wed, 16 Apr 2014 06:42:27 +0000 (UTC) Received: by mail-pd0-f172.google.com with SMTP id p10so10365262pdj.31 for <python@freebsd.org>; Tue, 15 Apr 2014 23:42:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=EQ1cZKTJgI4K638Xad75CDE/yjOilPnc2vvXyG+ZG/A=; b=qTPyGkyCJZmQ1QINdqCRHwwc8F414YPiQWBQ0nxqSwrJ6g+XvY6rrDeCcBrhJIS0qA U3oqNvVBNQVjW4Sr4WoOAGrz+Axr5SW8IvOdlXAFiSvHEB86jpFCIOwPLk9qG18nNT5x 3FnnSUYLc6e8NeEZzz8xLMnaW8uUNNe1ze12BoB1T6pCa63Ly5gWjJ9qhfrE2oCF++lE 7UhqP4C/vFkCcT3UTHyf4TV0npFUGN6xaudFMlzEHKgqqBX6BwEl57gzzwggzZ+6Sb2x px9O/SHmgF9k7849Qre647tK8bl5YaX/Ppn7kLrb+YoNMT8cm+BAJd+bVsEOzD8JMWEd EdLg== X-Received: by 10.67.1.202 with SMTP id bi10mr6663721pad.68.1397630546756; Tue, 15 Apr 2014 23:42:26 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id wp3sm44639269pbc.67.2014.04.15.23.42.23 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Apr 2014 23:42:24 -0700 (PDT) Message-ID: <534E264A.7020106@FreeBSD.org> Date: Wed, 16 Apr 2014 16:42:18 +1000 From: Kubilay Kocak <koobs.freebsd@gmail.com> User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Thunderbird/28.0 MIME-Version: 1.0 To: paul beard <paulbeard@gmail.com>, python@freebsd.org Subject: Re: This seems messed up [py-setuptools] References: <CAMtcK2ocBN=E5Vep38KDhiY30asJ1iEd5d-_PkvqFfEY-q4mYw@mail.gmail.com> In-Reply-To: <CAMtcK2ocBN=E5Vep38KDhiY30asJ1iEd5d-_PkvqFfEY-q4mYw@mail.gmail.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 16 Apr 2014 06:42:28 -0000 On 16/04/2014 3:24 PM, paul beard wrote: > The extra version number in the filename is hosing things up. > > > Conflict found on path > /usr/local/lib/python2.7/site-packages/setuptools/version.pyc between > py27-setuptools-2.0.1(devel/py-setuptools) and > py27-setuptools27-2.0.1(devel/py-setuptools27) > > > Conflict found on path > /usr/local/lib/python2.7/site-packages/setuptools/version.pyo between > py27-setuptools-2.0.1(devel/py-setuptools) and > py27-setuptools27-2.0.1(devel/py-setuptools27) > Hi Paul, thanks for your feedback. Please have a read of /usr/ports/UPDATING entry 20140307, with tl;dr: You want to *replace* py27-setuptools with py27-setuptools27 From owner-freebsd-python@FreeBSD.ORG Wed Apr 16 15:16:29 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 987EE644; Wed, 16 Apr 2014 15:16:29 +0000 (UTC) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 600271A62; Wed, 16 Apr 2014 15:16:29 +0000 (UTC) Received: by mail-ig0-f179.google.com with SMTP id hl10so1154541igb.12 for <multiple recipients>; Wed, 16 Apr 2014 08:16:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=P+GXQOueeQTLqKtkNOVwETD0Sdcmmw2fcq30nOSSS7U=; b=C+vGo8jNknXNAWNVX381FxNKPB2+NgItjHXoZ+o6EmCBjvi04zUl7Zv34Fvf/KfK9k ZYdLKUAMwYzRMf6KSxTjPAmUiFuUZuAV+dQWzYxeuXDXQCB8liVyNbkorlceCM3xAWT3 be0kWx0a3v8scXv+Mc0t/oWdkEMt/0nDp5N54Nm4FsyF5JYqA/lL7f9QC3BScyb9FO+c nxe1Kq1bVPwrItb4SkMQb6Vnq10AQspPdVfrVh/GSfe5+/z2upmWTZ2QK1rBmQusI/Qb vyvYCYb6u+1x7tX7VGzEuyrz7avQGoEY6RYbAbimgVbHUQWwZYJlN/3nGQ1uq6nRbEM2 BW1g== MIME-Version: 1.0 X-Received: by 10.50.153.49 with SMTP id vd17mr10903269igb.40.1397661387904; Wed, 16 Apr 2014 08:16:27 -0700 (PDT) Received: by 10.64.15.225 with HTTP; Wed, 16 Apr 2014 08:16:27 -0700 (PDT) In-Reply-To: <534E264A.7020106@FreeBSD.org> References: <CAMtcK2ocBN=E5Vep38KDhiY30asJ1iEd5d-_PkvqFfEY-q4mYw@mail.gmail.com> <534E264A.7020106@FreeBSD.org> Date: Wed, 16 Apr 2014 08:16:27 -0700 Message-ID: <CAMtcK2ra8th2y_xJ-RCUS8Hn2kjS2QCP1K6Pfw75XqNNSNOd6A@mail.gmail.com> Subject: Re: This seems messed up [py-setuptools] From: paul beard <paulbeard@gmail.com> To: "koobs@FreeBSD.org" <koobs@freebsd.org> Content-Type: text/plain; charset=UTF-8 Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 16 Apr 2014 15:16:29 -0000 On Tue, Apr 15, 2014 at 11:42 PM, Kubilay Kocak <koobs.freebsd@gmail.com> wrote: > > Please have a read of /usr/ports/UPDATING entry 20140307, with tl;dr: >From the URL listed there: > > If you have any questions, or are unsure whether you can remove a > particular entry or not, either: > - Delete it, then reinstall devel/py-setuptoolsXY for good measure, OR > - Check with us on the mailing list or at #freebsd-python on freenode IRC I deleted it more than once but apparently it was the /usr/local/lib/python2.7/site-packages/distribute-0.6.35-py2.7.egg file that was the issue. In the old days, before pkgng, there was a way to find files that weren't registered to a port. I should perhaps have thought to use that if it still exists. -- Paul Beard / www.paulbeard.org/ From owner-freebsd-python@FreeBSD.ORG Thu Apr 17 00:38:33 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B26FB508; Thu, 17 Apr 2014 00:38:33 +0000 (UTC) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A6D11AC5; Thu, 17 Apr 2014 00:38:33 +0000 (UTC) Received: by mail-ig0-f175.google.com with SMTP id ur14so1711907igb.2 for <multiple recipients>; Wed, 16 Apr 2014 17:38:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=n4mzw2/vxJQh5D4E+8uZXMRHzJW5hytRcpq9q16H07E=; b=rrU1gQJ9XE2vDQoU8x2LZ6AZNHdh9mPaCF/q6APhValAa857OlR2VTbshLVyn4suYd ZYflrwYcvtoBrprcUTU29KTEsY0eGlzRu9GKlovkKsJII63wE/51dzDzzm5icK+xLkux OCTOiBfJaXUuiZPBicgOZMjagdSIYiOGOi8f9OjJyWeJORAKlrvFF04LKiRfpeltJ5lB N36QJAPk7iGZ4LWneckISxY3UzOYmOAaTPainRyliyeDWI66lSFsY4fEN00r/fSYFOn6 wozAJPo9pGanM1BXmBb9GbBw2NTNl27dDHP7piuyEbgacsESGtlJl3YuBsjceTCfL9qN XsBQ== MIME-Version: 1.0 X-Received: by 10.50.4.70 with SMTP id i6mr8091497igi.40.1397695112932; Wed, 16 Apr 2014 17:38:32 -0700 (PDT) Received: by 10.64.15.225 with HTTP; Wed, 16 Apr 2014 17:38:32 -0700 (PDT) In-Reply-To: <534E264A.7020106@FreeBSD.org> References: <CAMtcK2ocBN=E5Vep38KDhiY30asJ1iEd5d-_PkvqFfEY-q4mYw@mail.gmail.com> <534E264A.7020106@FreeBSD.org> Date: Wed, 16 Apr 2014 17:38:32 -0700 Message-ID: <CAMtcK2qVap20iX7DTL5EQBKZEGNHRpfOO7zTXGj-_6YB_AQ3fA@mail.gmail.com> Subject: Re: This seems messed up [py-setuptools] From: paul beard <paulbeard@gmail.com> To: "koobs@FreeBSD.org" <koobs@freebsd.org> Content-Type: text/plain; charset=UTF-8 Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 17 Apr 2014 00:38:33 -0000 On Tue, Apr 15, 2014 at 11:42 PM, Kubilay Kocak <koobs.freebsd@gmail.com> wrote: > > You want to *replace* py27-setuptools with py27-setuptools27 > Kind of annoying that it wants to install both of these. What the real solution? List the installed python packages, blow away the lot, then reinstall from the list? >>> Missing package dependencies were detected. >>> Found 2 issue(s) in the package database. The following packages will be installed: Installing py27-setuptools27: 2.0.1 Installing py27-setuptools: 2.0.1 The installation will require 3 MB more space -- Paul Beard / www.paulbeard.org/ From owner-freebsd-python@FreeBSD.ORG Thu Apr 17 01:48:10 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FE7BFF6 for <python@freebsd.org>; Thu, 17 Apr 2014 01:48:10 +0000 (UTC) Received: from mail-pd0-x236.google.com (mail-pd0-x236.google.com [IPv6:2607:f8b0:400e:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41A6A118A for <python@freebsd.org>; Thu, 17 Apr 2014 01:48:10 +0000 (UTC) Received: by mail-pd0-f182.google.com with SMTP id y10so11427429pdj.13 for <python@freebsd.org>; Wed, 16 Apr 2014 18:48:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=yxBPtmzfXr/1IMUlWI57EoCKRY3PX2J0kbsjw6THc5M=; b=Xap+61cRiFWKM27s/VBPOUgIC97v+4gv385E8/RqchOmrSiiawW29J9MHqi+bbFfCh bbgY+iLFNSUBI5OHkZS28LP5v7539AAoznups1dphFB91erlmFGcJhp+nXuPDYBv3Z13 exp7ZHOOQT1sfC66V4L8X7KTeNEqLNpcTOKVWClKA7waNVvlxcD8VlfB1tRSvgyj8pNv /dLMfOw7JpQpYW1xZwFSEo1JZPCsic3uW47+brzWnyvF/OFiyzeAbZdtE0zmcd6+9KRR B/emAkdFUWT8oGkWL4n8uQ6z2UbX0BScbvjcc6VRQrzSnz1OFUIwARTUv2oK19AyVaTD BGKA== X-Received: by 10.66.65.204 with SMTP id z12mr12250840pas.60.1397699289635; Wed, 16 Apr 2014 18:48:09 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id ff4sm118598580pad.24.2014.04.16.18.48.07 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Apr 2014 18:48:09 -0700 (PDT) Message-ID: <534F32D2.1070107@FreeBSD.org> Date: Thu, 17 Apr 2014 11:48:02 +1000 From: Kubilay Kocak <koobs.freebsd@gmail.com> User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Thunderbird/28.0 MIME-Version: 1.0 To: paul beard <paulbeard@gmail.com> Subject: Re: This seems messed up [py-setuptools] References: <CAMtcK2ocBN=E5Vep38KDhiY30asJ1iEd5d-_PkvqFfEY-q4mYw@mail.gmail.com> <534E264A.7020106@FreeBSD.org> <CAMtcK2ra8th2y_xJ-RCUS8Hn2kjS2QCP1K6Pfw75XqNNSNOd6A@mail.gmail.com> In-Reply-To: <CAMtcK2ra8th2y_xJ-RCUS8Hn2kjS2QCP1K6Pfw75XqNNSNOd6A@mail.gmail.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 17 Apr 2014 01:48:10 -0000 On 17/04/2014 1:16 AM, paul beard wrote: > On Tue, Apr 15, 2014 at 11:42 PM, Kubilay Kocak <koobs.freebsd@gmail.com> wrote: >> >> Please have a read of /usr/ports/UPDATING entry 20140307, with tl;dr: > > > From the URL listed there: >> >> If you have any questions, or are unsure whether you can remove a >> particular entry or not, either: >> - Delete it, then reinstall devel/py-setuptoolsXY for good measure, OR >> - Check with us on the mailing list or at #freebsd-python on freenode IRC > > > I deleted it more than once but apparently it was the > /usr/local/lib/python2.7/site-packages/distribute-0.6.35-py2.7.egg > file that was the issue. In the old days, before pkgng, there was a > way to find files that weren't registered to a port. I should perhaps > have thought to use that if it still exists. > > Paul, If you have distribute installed in your site-packages (whether or not you have the port/package installed), you'll want to remove that as well. Background: In the past year the Python team have taken (in order) the following steps to track changes in Python packaging: 1) Replace setuptools 0.6.x with distribute 2) Replace distribute with setuptools 0.7.x+ [1] Note that setuptools (0.6 and 0.7+) and distribute *all* provide the 'setuptools' python module and corresponding files. py-distribute was deleted on Nov 29 2013 [2]. For more detail on the effect having multiple or stale versions of these left installed, see: http://lists.freebsd.org/pipermail/freebsd-python/2014-April/006828.html [1] https://pythonhosted.org/setuptools/merge.html [2] http://svnweb.freebsd.org/ports?view=revision&revision=335167 We're also available to assist on #freebsd-python on IRC (freenode) if you need anything :) Koobs From owner-freebsd-python@FreeBSD.ORG Thu Apr 17 01:55:11 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C96E6296; Thu, 17 Apr 2014 01:55:11 +0000 (UTC) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FCD71240; Thu, 17 Apr 2014 01:55:11 +0000 (UTC) Received: by mail-ig0-f171.google.com with SMTP id c1so1763928igq.16 for <multiple recipients>; Wed, 16 Apr 2014 18:55:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=P+f2Q37wQ3X1VuEC0OmGNEn/3/2Uoez8MiMxbbsMPAA=; b=M7KqK+PMFQUyYuUm/+bJj3oljZaRTSP3BGXfqlnaRDohpcI2eI7RblbjpAtm5TnZUw 5csB0v/cuR57gvc67WxTLdwbDG+9JkQAEdvnrEz3r1C8bXrnak+piA/FmYBM+OjivDSQ mkEtuL8Poj6MhJ2GNzOdhWzXeSbqacwzC0hp0B55duLYRIuLVqv3BGCvXhIIV0Zj0zZG K5j59kVgwzAczvsvLK4Gq/sHWHK/eIndO66o5RU8s/9/wbl4YdU2AIcSYR/vo/L+qedC VpeyHmOVxUOdb/YmcOlaULe10D696wuLveyWfFBqw2XK4i/4HaqV3axcgKk/56l0ezuG MrcA== MIME-Version: 1.0 X-Received: by 10.50.111.135 with SMTP id ii7mr8214187igb.35.1397699711040; Wed, 16 Apr 2014 18:55:11 -0700 (PDT) Received: by 10.64.15.225 with HTTP; Wed, 16 Apr 2014 18:55:10 -0700 (PDT) In-Reply-To: <534F32D2.1070107@FreeBSD.org> References: <CAMtcK2ocBN=E5Vep38KDhiY30asJ1iEd5d-_PkvqFfEY-q4mYw@mail.gmail.com> <534E264A.7020106@FreeBSD.org> <CAMtcK2ra8th2y_xJ-RCUS8Hn2kjS2QCP1K6Pfw75XqNNSNOd6A@mail.gmail.com> <534F32D2.1070107@FreeBSD.org> Date: Wed, 16 Apr 2014 18:55:10 -0700 Message-ID: <CAMtcK2pGZpdoYpBXfqU4Y=xU93pqm5BJVEjoZHPrj8gnUmG=9g@mail.gmail.com> Subject: Re: This seems messed up [py-setuptools] From: paul beard <paulbeard@gmail.com> To: "koobs@FreeBSD.org" <koobs@freebsd.org> Content-Type: text/plain; charset=UTF-8 Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 17 Apr 2014 01:55:11 -0000 On Wed, Apr 16, 2014 at 6:48 PM, Kubilay Kocak <koobs.freebsd@gmail.com> wrote: > We're also available to assist on #freebsd-python on IRC (freenode) if > you need anything :) Probably should have taken you up on that. What I ended up doing, in my brutally stupid way: portmaster | grep py27 | cut -c7-100 | sed "s/-[^-]*$//" > /tmp/list cp -rp site-packages site-packages.old cat /tmp/list | while read p; do pkg delete -fy $p; done mv site-packages site-packages.bad cat /tmp/list | while read p; do pkg install -y $p; done We'll see what shows up as missing. At the same time as these shenanigans, portmaster has been acting up and I couldn't tell if they were related. portmaster -a ===>>> The -[lL] options are not compatible with -FRaefnors You see any invocation of [lL] in there? Me neither. -- Paul Beard / www.paulbeard.org/ From owner-freebsd-python@FreeBSD.ORG Thu Apr 17 07:40:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D407AF9 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 17 Apr 2014 07:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89EA314AA for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 17 Apr 2014 07:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3H7e2A5049408 for <freebsd-python@freefall.freebsd.org>; Thu, 17 Apr 2014 07:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3H7e131049407; Thu, 17 Apr 2014 07:40:01 GMT (envelope-from gnats) Date: Thu, 17 Apr 2014 07:40:01 GMT Message-Id: <201404170740.s3H7e131049407@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Olaf Zaplinski <oz42@oz42.eu> Subject: Re: ports/186192: lang/python27: building =?UTF-8?Q?python=32=37-?= =?UTF-8?Q?=32=2E=37=2E=36=5F=31=20fails=20for=20WITH=5FNIS=3Dy?= X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Olaf Zaplinski <oz42@oz42.eu> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 17 Apr 2014 07:40:02 -0000 The following reply was made to PR ports/186192; it has been noted by GNATS. From: Olaf Zaplinski <oz42@oz42.eu> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/186192: lang/python27: building =?UTF-8?Q?python=32=37-?= =?UTF-8?Q?=32=2E=37=2E=36=5F=31=20fails=20for=20WITH=5FNIS=3Dy?= Date: Thu, 17 Apr 2014 09:29:55 +0200 Can you please tell me when this bug will be fixed? # grep NIS /etc/make.conf OPTIONS_UNSET=NIS X11 [root@lizzy /usr/ports/lang/python27]# make install ===> Installing for python27-2.7.6_4 ===> python27-2.7.6_4 depends on shared library: libintl.so - found ===> Checking if lang/python27 already installed ===> Registering installation for python27-2.7.6_4 pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/nis.so): No such file or directory *** Error code 74 Stop. make[1]: stopped in /usr/ports/lang/python27 *** Error code 1 Stop. make: stopped in /usr/ports/lang/python27 From owner-freebsd-python@FreeBSD.ORG Thu Apr 17 21:10:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5081D6E1 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 17 Apr 2014 21:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 229ED1393 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 17 Apr 2014 21:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3HLA0RC008428 for <freebsd-python@freefall.freebsd.org>; Thu, 17 Apr 2014 21:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3HLA0FU008427; Thu, 17 Apr 2014 21:10:00 GMT (envelope-from gnats) Date: Thu, 17 Apr 2014 21:10:00 GMT Message-Id: <201404172110.s3HLA0FU008427@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Thierry Thomas <thierry@FreeBSD.org> Subject: Re: ports/188327: [numpy] math/py-numpy: Numpy is broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Thierry Thomas <thierry@FreeBSD.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 17 Apr 2014 21:10:01 -0000 The following reply was made to PR ports/188327; it has been noted by GNATS. From: Thierry Thomas <thierry@FreeBSD.org> To: nemysis <nemysis@FreeBSD.org> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/188327: [numpy] math/py-numpy: Numpy is broken Date: Thu, 17 Apr 2014 23:03:05 +0200 On sun 6 apr 14 at 22:28:54 +0200, nemysis <nemysis@FreeBSD.org> wrote: > >Number: 188327 > >Category: ports > >Synopsis: [numpy] math/py-numpy: Numpy is broken The proposed work-around with LD_LIBRARY_PATH has been used to fix the port french/eficas: it works! -- Th. Thomas. From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 04:07:53 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65EF4788; Fri, 18 Apr 2014 04:07:53 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AFAA18FA; Fri, 18 Apr 2014 04:07:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3I47rmB046732; Fri, 18 Apr 2014 04:07:53 GMT (envelope-from xmj@freefall.freebsd.org) Received: (from xmj@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3I47qiA046731; Fri, 18 Apr 2014 04:07:52 GMT (envelope-from xmj) Date: Fri, 18 Apr 2014 04:07:52 GMT Message-Id: <201404180407.s3I47qiA046731@freefall.freebsd.org> To: christer.edwards@gmail.com, mike@bayphoto.com, xmj@FreeBSD.org, freebsd-python@FreeBSD.org From: xmj@FreeBSD.org Subject: Re: ports/186397: sysutils/py-salt patch breaks salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 18 Apr 2014 04:07:53 -0000 Synopsis: sysutils/py-salt patch breaks salt State-Changed-From-To: feedback->closed State-Changed-By: xmj State-Changed-When: Fri Apr 18 04:07:52 UTC 2014 State-Changed-Why: Patch included in revision 348607 http://www.freebsd.org/cgi/query-pr.cgi?pr=186397 From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 12:20:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7050216A; Fri, 18 Apr 2014 12:20:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4679518F9; Fri, 18 Apr 2014 12:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3ICK6rd031466; Fri, 18 Apr 2014 12:20:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3ICK6B5031465; Fri, 18 Apr 2014 12:20:06 GMT (envelope-from edwin) Date: Fri, 18 Apr 2014 12:20:06 GMT Message-Id: <201404181220.s3ICK6B5031465@freefall.freebsd.org> To: xmj@FreeBSD.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188756: [PATCH] sysutils/py-salt: update to 2014.1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 18 Apr 2014 12:20:06 -0000 Synopsis: [PATCH] sysutils/py-salt: update to 2014.1.3 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Apr 18 12:20:06 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188756 From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 12:20:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B4B7159; Fri, 18 Apr 2014 12:20:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71C1518F8; Fri, 18 Apr 2014 12:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3ICK4JY030967; Fri, 18 Apr 2014 12:20:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3ICK4TR030944; Fri, 18 Apr 2014 12:20:04 GMT (envelope-from edwin) Date: Fri, 18 Apr 2014 12:20:04 GMT Message-Id: <201404181220.s3ICK4TR030944@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188756: [PATCH] sysutils/py-salt: update to 2014.1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 18 Apr 2014 12:20:04 -0000 Synopsis: [PATCH] sysutils/py-salt: update to 2014.1.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 18 12:20:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188756 From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 12:30:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47A4A28A for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 18 Apr 2014 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3520319C8 for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 18 Apr 2014 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3ICU1tV032170 for <freebsd-python@freefall.freebsd.org>; Fri, 18 Apr 2014 12:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3ICU1YS032169; Fri, 18 Apr 2014 12:30:01 GMT (envelope-from gnats) Date: Fri, 18 Apr 2014 12:30:01 GMT Message-Id: <201404181230.s3ICU1YS032169@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/188756: [PATCH] sysutils/py-salt: update to 2014.1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis <edwin@FreeBSD.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 18 Apr 2014 12:30:01 -0000 The following reply was made to PR ports/188756; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: christer.edwards@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/188756: [PATCH] sysutils/py-salt: update to 2014.1.3 Date: Fri, 18 Apr 2014 12:20:05 UT Maintainer of sysutils/py-salt, Please note that PR ports/188756 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/188756 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 12:45:47 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7BB6899A; Fri, 18 Apr 2014 12:45:47 +0000 (UTC) Received: from mail-ve0-x232.google.com (mail-ve0-x232.google.com [IPv6:2607:f8b0:400c:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 284F81B96; Fri, 18 Apr 2014 12:45:47 +0000 (UTC) Received: by mail-ve0-f178.google.com with SMTP id jw12so2725980veb.23 for <multiple recipients>; Fri, 18 Apr 2014 05:45:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=66A4GTkO+D4EJlcISWtNwaQYJE9HHB+NJxp9lkWpLyQ=; b=P6hSvF8vPlSH8lKFMaDw1YnehdrbtxsUcONPsrWkAsFhHnsYp5cmvNwdq1sXG9yS60 AE+9iPDc0O0sO22BcBq67RhPmdiEDKqAcsH3K5QGoLpn39Vse0zqEpuwJ43Oc9/r16W+ MMtGzzCLJWlR630bv4knlvqTL3HD2uLHYg5SyJA13r2iDbtb2IqDXHbp3he6hXst1ECV 2XjnW1cmlErLfzIK5AMp+Pc8xPrbR5yV8Gzj8DugEghKvEDt3IXgE+gfNRsoDLgpp+Mg mjJN9G74sCHs15m9U1w8CuVxturqrhHuIl+IdIk1NRTtqPyZyNEBGAgPfEZojE5wzs1d E5iA== MIME-Version: 1.0 X-Received: by 10.221.20.199 with SMTP id qp7mr13266085vcb.24.1397825146301; Fri, 18 Apr 2014 05:45:46 -0700 (PDT) Received: by 10.58.168.199 with HTTP; Fri, 18 Apr 2014 05:45:46 -0700 (PDT) Date: Fri, 18 Apr 2014 20:45:46 +0800 Message-ID: <CALXkR+8ivP3m2aJN+m88Sz+4BodAxnYioBvgUotFZf_-TVPLgg@mail.gmail.com> Subject: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4/ py27-MySQLdb55-1.2.3_4 From: Irjohn Junus <i.junus@gmail.com> To: "John W. O'Brien" <john@saltant.com>, python@FreeBSD.org, Jimmy Olgeni <olgeni@freebsd.org> Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 18 Apr 2014 12:45:47 -0000 Dear All, I'm running 9.1-RELEASE and today just after freebsd-update to p11 and updating ports to the latest found out that pandas won't import after MySQLdb is imported first. Strangely, it will import no problem if MySQLdb is imported after: root@khaleesi:/usr/ports # python Python 2.7.6 (default, Apr 3 2014, 05:37:25) [GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9 Type "help", "copyright", "credits" or "license" for more information. >>> import pandas as pd >>> import numpy as np >>> import MySQLdb >>> root@khaleesi:/usr/ports # python Python 2.7.6 (default, Apr 3 2014, 05:37:25) [GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9 Type "help", "copyright", "credits" or "license" for more information. >>> import MySQLdb >>> import pandas as pd /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc47/libgfortran.so.3 not found Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python2.7/site-packages/pandas/__init__.py", line 6, in <module> from . import hashtable, tslib, lib File "numpy.pxd", line 157, in init pandas.hashtable (pandas/hashtable.c:21547) File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line 153, in <module> from . import add_newdocs File "/usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py", line 13, in <module> from numpy.lib import add_newdoc File "/usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py", line 18, in <module> from .polynomial import * File "/usr/local/lib/python2.7/site-packages/numpy/lib/polynomial.py", line 19, in <module> from numpy.linalg import eigvals, lstsq, inv File "/usr/local/lib/python2.7/site-packages/numpy/linalg/__init__.py", line 50, in <module> from .linalg import * File "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", line 29, in <module> from numpy.linalg import lapack_lite, _umath_linalg ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc47/libgfortran.so.3 not found >>> import numpy as np Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line 153, in <module> from . import add_newdocs File "/usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py", line 13, in <module> from numpy.lib import add_newdoc File "/usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py", line 17, in <module> from . import scimath as emath ImportError: cannot import name scimath >>> I'm not sure if this is the case before the massive upgrade that I did today to the latest FreeBSD and ports versions. I wrote earlier to Jimmy and John about similar issue I was facing with IPython, could this be related? Much appreciated if you could take a look at this. Regards, Irjohn From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 14:40:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D56D9EA for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 18 Apr 2014 14:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 615F116E1 for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 18 Apr 2014 14:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IEe1BN072424 for <freebsd-python@freefall.freebsd.org>; Fri, 18 Apr 2014 14:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3IEe1mo072423; Fri, 18 Apr 2014 14:40:01 GMT (envelope-from gnats) Date: Fri, 18 Apr 2014 14:40:01 GMT Message-Id: <201404181440.s3IEe1mo072423@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Christer Edwards <christer.edwards@gmail.com> Subject: Re: ports/188756: [PATCH] sysutils/py-salt: update to 2014.1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Christer Edwards <christer.edwards@gmail.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 18 Apr 2014 14:40:01 -0000 The following reply was made to PR ports/188756; it has been noted by GNATS. From: Christer Edwards <christer.edwards@gmail.com> To: bug-followup@freebsd.org Cc: Subject: Re: ports/188756: [PATCH] sysutils/py-salt: update to 2014.1.3 Date: Fri, 18 Apr 2014 08:33:31 -0600 --001a1132f70ad8945104f7520908 Content-Type: text/plain; charset=UTF-8 Approved On Fri, Apr 18, 2014 at 6:20 AM, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of sysutils/py-salt, > > Please note that PR ports/188756 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/188756 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --001a1132f70ad8945104f7520908 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Approved</div><div class=3D"gmail_extra"><br><br><div clas= s=3D"gmail_quote">On Fri, Apr 18, 2014 at 6:20 AM, Edwin Groothuis <span di= r=3D"ltr"><<a href=3D"mailto:edwin@freebsd.org" target=3D"_blank">edwin@= freebsd.org</a>></span> wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex">Maintainer of sysutils/py-salt,<br> <br> Please note that PR ports/188756 has just been submitted.<br> <br> If it contains a patch for an upgrade, an enhancement or a bug fix<br> you agree on, reply to this email stating that you approve the patch<br> and a committer will take care of it.<br> <br> The full text of the PR can be found at:<br> =C2=A0 =C2=A0 <a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports= /188756" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dpor= ts/188756</a><br> <span class=3D"HOEnZb"><font color=3D"#888888"><br> --<br> Edwin Groothuis via the GNATS Auto Assign Tool<br> edwin@FreeBSD.org<br> </font></span></blockquote></div><br></div> --001a1132f70ad8945104f7520908-- From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 15:09:22 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39BCC9F8; Fri, 18 Apr 2014 15:09:22 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E0C619EB; Fri, 18 Apr 2014 15:09:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IF9LL1081617; Fri, 18 Apr 2014 15:09:21 GMT (envelope-from xmj@freefall.freebsd.org) Received: (from xmj@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3IF9LkC081616; Fri, 18 Apr 2014 15:09:21 GMT (envelope-from xmj) Date: Fri, 18 Apr 2014 15:09:21 GMT Message-Id: <201404181509.s3IF9LkC081616@freefall.freebsd.org> To: christer.edwards@gmail.com, xmj@FreeBSD.org, freebsd-python@FreeBSD.org, xmj@FreeBSD.org From: xmj@FreeBSD.org Subject: Re: ports/188756: [PATCH] sysutils/py-salt: update to 2014.1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 18 Apr 2014 15:09:22 -0000 Synopsis: [PATCH] sysutils/py-salt: update to 2014.1.3 Responsible-Changed-From-To: freebsd-python->xmj Responsible-Changed-By: xmj Responsible-Changed-When: Fri Apr 18 15:09:21 UTC 2014 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=188756 From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 16:45:58 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3101F8D; Fri, 18 Apr 2014 16:45:57 +0000 (UTC) Received: from homiemail-a111.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by mx1.freebsd.org (Postfix) with ESMTP id BC3381501; Fri, 18 Apr 2014 16:45:57 +0000 (UTC) Received: from homiemail-a111.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a111.g.dreamhost.com (Postfix) with ESMTP id AE2902007F002; Fri, 18 Apr 2014 09:45:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=saltant.com; h=in-reply-to :references:mime-version:content-type:subject:from:date:to :message-id:content-transfer-encoding; s=saltant.com; bh=iDFnZ/Q h1VGDuGcT6dLNX1X+FxE=; b=HtyHfWCtrfNCJj+0vbGVxKFwa8QAg32xovu7TgE Y+pP7AlMkC0BNc3cYwWY6nZUay19a4yxqW1GvRdtoearDbWAz1PAsj81ciTXd0lm v/GKoLwxXNuUF2zVKn8cqbLBNslwnWJh9QJu3FCIj07JwjDNM1ei4+3jv/esSDSD 2OZM= Received: from [172.16.0.105] (unknown [91.181.146.211]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: john@saltant.com) by homiemail-a111.g.dreamhost.com (Postfix) with ESMTPSA id A2E132007F001; Fri, 18 Apr 2014 09:45:49 -0700 (PDT) User-Agent: K-9 Mail for Android In-Reply-To: <CALXkR+8ivP3m2aJN+m88Sz+4BodAxnYioBvgUotFZf_-TVPLgg@mail.gmail.com> References: <CALXkR+8ivP3m2aJN+m88Sz+4BodAxnYioBvgUotFZf_-TVPLgg@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Subject: Re: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4/ py27-MySQLdb55-1.2.3_4 From: "John W. O'Brien" <john@saltant.com> Date: Fri, 18 Apr 2014 12:45:39 -0400 To: Irjohn Junus <i.junus@gmail.com>, python@FreeBSD.org, Jimmy Olgeni <olgeni@freebsd.org> Message-ID: <0b99fa05-a61e-41e7-8354-98081c4f27aa@email.android.com> Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 18 Apr 2014 16:45:58 -0000 On April 18, 2014 8:45:46 AM EST, Irjohn Junus <i.junus@gmail.com> wrote: >Dear All, > >I'm running 9.1-RELEASE and today just after freebsd-update to p11 and >updating ports to the latest found out that pandas won't import after >MySQLdb is imported first. Strangely, it will import no problem if >MySQLdb >is imported after: > >root@khaleesi:/usr/ports # python >Python 2.7.6 (default, Apr 3 2014, 05:37:25) >[GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9 >Type "help", "copyright", "credits" or "license" for more information. >>>> import pandas as pd >>>> import numpy as np >>>> import MySQLdb >>>> >root@khaleesi:/usr/ports # python >Python 2.7.6 (default, Apr 3 2014, 05:37:25) >[GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9 >Type "help", "copyright", "credits" or "license" for more information. >>>> import MySQLdb >>>> import pandas as pd >/lib/libgcc_s.so.1: version GCC_4.6.0 required by >/usr/local/lib/gcc47/libgfortran.so.3 not found >Traceback (most recent call last): > File "<stdin>", line 1, in <module> >File "/usr/local/lib/python2.7/site-packages/pandas/__init__.py", line >6, >in <module> > from . import hashtable, tslib, lib > File "numpy.pxd", line 157, in init pandas.hashtable >(pandas/hashtable.c:21547) > File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line >153, in <module> > from . import add_newdocs >File "/usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py", >line >13, in <module> > from numpy.lib import add_newdoc >File "/usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py", >line >18, in <module> > from .polynomial import * > File "/usr/local/lib/python2.7/site-packages/numpy/lib/polynomial.py", >line 19, in <module> > from numpy.linalg import eigvals, lstsq, inv >File "/usr/local/lib/python2.7/site-packages/numpy/linalg/__init__.py", >line 50, in <module> > from .linalg import * > File "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", >line 29, in <module> > from numpy.linalg import lapack_lite, _umath_linalg >ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by >/usr/local/lib/gcc47/libgfortran.so.3 not found >>>> import numpy as np >Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line >153, in <module> > from . import add_newdocs >File "/usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py", >line >13, in <module> > from numpy.lib import add_newdoc >File "/usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py", >line >17, in <module> > from . import scimath as emath >ImportError: cannot import name scimath >>>> > >I'm not sure if this is the case before the massive upgrade that I did >today to the latest FreeBSD and ports versions. > >I wrote earlier to Jimmy and John about similar issue I was facing with >IPython, could this be related? > >Much appreciated if you could take a look at this. > > > >Regards, >Irjohn Hi Irjohn, Yes, this looks related to your previous issue. Again, numpy is clearly i= nvolved. I am traveling at the moment with minimal computer capabilities,= but I will be glad to look into this at in a week or so, unless somebody= else has been able to solve it in the mean time. Regards, John From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 18:42:19 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC9DD95B; Fri, 18 Apr 2014 18:42:19 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (ithil.palantiri.org [144.76.36.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "0254-fbsd-10-amd64", Issuer "0254-fbsd-10-amd64" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C0ED119F; Fri, 18 Apr 2014 18:42:18 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (localhost [127.0.0.1]) by poudriere.ithil.palantiri.org (8.14.8/8.14.8) with ESMTP id s3IIg8HD042795 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 18 Apr 2014 20:42:09 +0200 (CEST) (envelope-from root@poudriere.ithil.palantiri.org) Received: (from root@localhost) by poudriere.ithil.palantiri.org (8.14.8/8.14.8/Submit) id s3IIg8AI042785; Fri, 18 Apr 2014 20:42:08 +0200 (CEST) (envelope-from root) Date: Fri, 18 Apr 2014 20:42:08 +0200 (CEST) Message-Id: <201404181842.s3IIg8AI042785@poudriere.ithil.palantiri.org> To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] www/py-pylons: stage From: Bartek Rutkowski <ports@robakdesign.com> X-send-pr-version: 3.113 X-GNATS-Notify: Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 18 Apr 2014 18:42:20 -0000 >Submitter-Id: current-users >Originator: Bartek Rutkowski >Organization: Pixeware LTD >Confidential: no >Synopsis: [PATCH] www/py-pylons: stage >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 11.0-CURRENT amd64 >Environment: System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST >Description: - Stage - Drop easy_install support - Add auto pkg-plist - Delete pkg-plist - Pet portlint http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-pylons/1.0/ Port maintainer (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py-pylons-1.0.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 351556) +++ Makefile (working copy) @@ -9,7 +9,7 @@ DISTNAME= Pylons-${PORTVERSION} MAINTAINER= python@FreeBSD.org -COMMENT= Pylons Web Framework +COMMENT= Python based web framework BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.7.2:${PORTSDIR}/www/py-paste \ ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.3.3:${PORTSDIR}/www/py-pastedeploy \ @@ -30,9 +30,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= Pylons -PYDISTUTILS_NOEGGINFO= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> --- py-pylons-1.0.patch ends here --- From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 18:50:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BAB41BC5; Fri, 18 Apr 2014 18:50:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 904D61212; Fri, 18 Apr 2014 18:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IIo5YT051804; Fri, 18 Apr 2014 18:50:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3IIo5OK051803; Fri, 18 Apr 2014 18:50:05 GMT (envelope-from edwin) Date: Fri, 18 Apr 2014 18:50:05 GMT Message-Id: <201404181850.s3IIo5OK051803@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188769: [PATCH] www/py-pylons: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 18 Apr 2014 18:50:05 -0000 Synopsis: [PATCH] www/py-pylons: stage Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 18 18:50:05 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188769 From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 20:44:57 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B23A5FC; Fri, 18 Apr 2014 20:44:57 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (ithil.palantiri.org [144.76.36.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "0254-fbsd-10-amd64", Issuer "0254-fbsd-10-amd64" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 008281CED; Fri, 18 Apr 2014 20:44:56 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (localhost [127.0.0.1]) by poudriere.ithil.palantiri.org (8.14.8/8.14.8) with ESMTP id s3IKir0f078761 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 18 Apr 2014 22:44:53 +0200 (CEST) (envelope-from root@poudriere.ithil.palantiri.org) Received: (from root@localhost) by poudriere.ithil.palantiri.org (8.14.8/8.14.8/Submit) id s3IKirJw078760; Fri, 18 Apr 2014 22:44:53 +0200 (CEST) (envelope-from root) Date: Fri, 18 Apr 2014 22:44:53 +0200 (CEST) Message-Id: <201404182044.s3IKirJw078760@poudriere.ithil.palantiri.org> To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] www/py-tgwebservices: stage From: Bartek Rutkowski <ports@robakdesign.com> X-send-pr-version: 3.113 X-GNATS-Notify: Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 18 Apr 2014 20:44:57 -0000 >Submitter-Id: current-users >Originator: Bartek Rutkowski >Organization: Pixeware LTD >Confidential: no >Synopsis: [PATCH] www/py-tgwebservices: stage >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 11.0-CURRENT amd64 >Environment: System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST >Description: - Stage - Drop easy_install - Use auto pkg-plist - Delete pkg-plist http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-tgwebservices/1.2.4/ Port maintainer (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py-tgwebservices-1.2.4.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 351568) +++ Makefile (working copy) @@ -17,8 +17,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= TGWebServices +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> --- py-tgwebservices-1.2.4.patch ends here --- From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 20:46:29 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2928D63C; Fri, 18 Apr 2014 20:46:29 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (ithil.palantiri.org [144.76.36.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "0254-fbsd-10-amd64", Issuer "0254-fbsd-10-amd64" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AC7441CFB; Fri, 18 Apr 2014 20:46:28 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (localhost [127.0.0.1]) by poudriere.ithil.palantiri.org (8.14.8/8.14.8) with ESMTP id s3IKkQDJ079382 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 18 Apr 2014 22:46:26 +0200 (CEST) (envelope-from root@poudriere.ithil.palantiri.org) Received: (from root@localhost) by poudriere.ithil.palantiri.org (8.14.8/8.14.8/Submit) id s3IKkQoL079381; Fri, 18 Apr 2014 22:46:26 +0200 (CEST) (envelope-from root) Date: Fri, 18 Apr 2014 22:46:26 +0200 (CEST) Message-Id: <201404182046.s3IKkQoL079381@poudriere.ithil.palantiri.org> To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] www/py-scriptaculous: stage From: Bartek Rutkowski <ports@robakdesign.com> X-send-pr-version: 3.113 X-GNATS-Notify: Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 18 Apr 2014 20:46:29 -0000 >Submitter-Id: current-users >Originator: Bartek Rutkowski >Organization: Pixeware LTD >Confidential: no >Synopsis: [PATCH] www/py-scriptaculous: stage >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 11.0-CURRENT amd64 >Environment: System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST >Description: - Stage - Drop easy_install - Use auto pkg-plist - Delete pkg-plist http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-scriptaculous/1.8.1.1_2/ Port maintainer (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py-scriptaculous-1.8.1.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 351568) +++ Makefile (working copy) @@ -21,7 +21,7 @@ # Use the same version of www/py-turbogears USES= zip USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> --- py-scriptaculous-1.8.1.1.patch ends here --- From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 20:50:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4717720; Fri, 18 Apr 2014 20:50:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B9131D1D; Fri, 18 Apr 2014 20:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IKo5UC088794; Fri, 18 Apr 2014 20:50:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3IKo5Gw088793; Fri, 18 Apr 2014 20:50:05 GMT (envelope-from edwin) Date: Fri, 18 Apr 2014 20:50:05 GMT Message-Id: <201404182050.s3IKo5Gw088793@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188773: [PATCH] www/py-scriptaculous: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 18 Apr 2014 20:50:05 -0000 Synopsis: [PATCH] www/py-scriptaculous: stage Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 18 20:50:05 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188773 From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 20:50:08 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C51F78F; Fri, 18 Apr 2014 20:50:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73D4C1D1E; Fri, 18 Apr 2014 20:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IKo8UL088875; Fri, 18 Apr 2014 20:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3IKo8Ag088874; Fri, 18 Apr 2014 20:50:08 GMT (envelope-from edwin) Date: Fri, 18 Apr 2014 20:50:08 GMT Message-Id: <201404182050.s3IKo8Ag088874@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188774: [PATCH] www/py-tgwebservices: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 18 Apr 2014 20:50:08 -0000 Synopsis: [PATCH] www/py-tgwebservices: stage Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 18 20:50:08 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188774 From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 21:51:55 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3ABB8598; Fri, 18 Apr 2014 21:51:55 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (ithil.palantiri.org [144.76.36.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "0254-fbsd-10-amd64", Issuer "0254-fbsd-10-amd64" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B3DC81444; Fri, 18 Apr 2014 21:51:53 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (localhost [127.0.0.1]) by poudriere.ithil.palantiri.org (8.14.8/8.14.8) with ESMTP id s3ILpoS3048092 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 18 Apr 2014 23:51:50 +0200 (CEST) (envelope-from root@poudriere.ithil.palantiri.org) Received: (from root@localhost) by poudriere.ithil.palantiri.org (8.14.8/8.14.8/Submit) id s3ILpoZq048081; Fri, 18 Apr 2014 23:51:50 +0200 (CEST) (envelope-from root) Date: Fri, 18 Apr 2014 23:51:50 +0200 (CEST) Message-Id: <201404182151.s3ILpoZq048081@poudriere.ithil.palantiri.org> To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] www/py-TurboGears: stage From: Bartek Rutkowski <ports@robakdesign.com> X-send-pr-version: 3.113 X-GNATS-Notify: Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 18 Apr 2014 21:51:55 -0000 >Submitter-Id: current-users >Originator: Bartek Rutkowski >Organization: Pixeware LTD >Confidential: no >Synopsis: [PATCH] www/py-TurboGears: stage >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 11.0-CURRENT amd64 >Environment: System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST >Description: - Stage - Drop easy_install - Use auto pkg-plist - Delete pkg-plist http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-TurboGears/1.5.1_2/ Port maintainer (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py-TurboGears-1.5.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 351570) +++ Makefile (working copy) @@ -26,7 +26,8 @@ USES= gettext USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS_DEFINE= ELIXIR NOSE SQLOBJECT SQLALCHEMY @@ -36,7 +37,6 @@ SQLOBJECT_DESC= Use SQLObject as DB backend SQLALCHEMY_DESC=Use SQLAlchemy as DB backend TG[future] -NO_STAGE= yes .include <bsd.port.options.mk> post-patch: --- py-TurboGears-1.5.1.patch ends here --- From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 22:00:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 435DE76A; Fri, 18 Apr 2014 22:00:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1152414BF; Fri, 18 Apr 2014 22:00:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IM05ql010859; Fri, 18 Apr 2014 22:00:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3IM05DS010858; Fri, 18 Apr 2014 22:00:05 GMT (envelope-from edwin) Date: Fri, 18 Apr 2014 22:00:05 GMT Message-Id: <201404182200.s3IM05DS010858@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188777: [PATCH] www/py-TurboGears: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 18 Apr 2014 22:00:06 -0000 Synopsis: [PATCH] www/py-TurboGears: stage Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 18 22:00:05 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188777 From owner-freebsd-python@FreeBSD.ORG Sat Apr 19 23:32:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 16BBAC26 for <python@freebsd.org>; Sat, 19 Apr 2014 23:32:06 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 064701D2A for <python@freebsd.org>; Sat, 19 Apr 2014 23:32:05 +0000 (UTC) Received: from Alfreds-MacBook-Pro-9.local (c-76-21-10-192.hsd1.ca.comcast.net [76.21.10.192]) by elvis.mu.org (Postfix) with ESMTPSA id 603E81A3C19 for <python@freebsd.org>; Sat, 19 Apr 2014 16:32:03 -0700 (PDT) Message-ID: <53530773.5060300@freebsd.org> Date: Sat, 19 Apr 2014 16:32:03 -0700 From: Alfred Perlstein <alfred@freebsd.org> User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: python@freebsd.org Subject: question about virtualenv and sqlite (django/sqlalchemy) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 19 Apr 2014 23:32:06 -0000 Hey folks, I finally figured out how to get sqlite based things to work under virtualenv under FreeBSD. It seems like the default python on FreeBSD has sqlite disabled. This is pretty rough for newbies such as myself who just want to follow someone else's HOWTO/blog-post for using virtualenv. The way I "fixed it" was to hack the ports /usr/ports/databases/py-sqlite3/files/setup.py file and extract python and do it by hand. Details are here: http://t.co/cGFQ45BnBJ So my question is, did I do it right? Is there a better way to make virtualenv work outside of the box on FreeBSD? Last time I just gave up on virtualenv, but that's probably because I'm not well versed in python system installation. help? From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 00:50:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F5BD74B for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 21 Apr 2014 00:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A52D1655 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 21 Apr 2014 00:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3L0o1Vw061888 for <freebsd-python@freefall.freebsd.org>; Mon, 21 Apr 2014 00:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3L0o0IL061878; Mon, 21 Apr 2014 00:50:00 GMT (envelope-from gnats) Date: Mon, 21 Apr 2014 00:50:00 GMT Message-Id: <201404210050.s3L0o0IL061878@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak <koobs.freebsd@gmail.com> Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails for WITH_NIS=y X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak <koobs.freebsd@gmail.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 21 Apr 2014 00:50:01 -0000 The following reply was made to PR ports/186192; it has been noted by GNATS. From: Kubilay Kocak <koobs.freebsd@gmail.com> To: bug-followup@FreeBSD.org, oz42@oz42.eu Cc: Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails for WITH_NIS=y Date: Mon, 21 Apr 2014 10:44:45 +1000 Support for removing files when WITHOUT_NIS is set in /etc/src.conf has been MFC'd: head: http://svnweb.freebsd.org/changeset/base/261521 stable/10: http://svnweb.freebsd.org/changeset/base/264116 stable/9: http://svnweb.freebsd.org/changeset/base/264117 Olaf, unless you can upgrade to the -CURRENT or -STABLE revisions mentioned above, please either: 1) Set WITHOUT_NIS=yes in /etc/make.conf, OR 2) Move or remove the /usr/bin/ypcat file These are currently the two methods by which the Python ports will disable building the Python nis extension and remove the entry from the pkg-plist From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 00:56:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0CD47B7; Mon, 21 Apr 2014 00:56:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75D7316E6; Mon, 21 Apr 2014 00:56:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3L0u6nY064710; Mon, 21 Apr 2014 00:56:06 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3L0u5Je064709; Mon, 21 Apr 2014 00:56:05 GMT (envelope-from koobs) Date: Mon, 21 Apr 2014 00:56:05 GMT Message-Id: <201404210056.s3L0u5Je064709@freefall.freebsd.org> To: oz42@oz42.eu, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails for WITH_NIS=y X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 21 Apr 2014 00:56:06 -0000 Synopsis: lang/python27: building python27-2.7.6_1 fails for WITH_NIS=y State-Changed-From-To: open->feedback State-Changed-By: koobs State-Changed-When: Mon Apr 21 00:56:05 UTC 2014 State-Changed-Why: Dependent PR committed and closed. Pending confirmation from submitter http://www.freebsd.org/cgi/query-pr.cgi?pr=186192 From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 01:03:30 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ACAA995A; Mon, 21 Apr 2014 01:03:30 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C003178A; Mon, 21 Apr 2014 01:03:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3L13UEZ068438; Mon, 21 Apr 2014 01:03:30 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3L13TlF068437; Mon, 21 Apr 2014 01:03:29 GMT (envelope-from koobs) Date: Mon, 21 Apr 2014 01:03:29 GMT Message-Id: <201404210103.s3L13TlF068437@freefall.freebsd.org> To: leres@ee.lbl.gov, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/154209: [PATCH] lang/python: Install symlink for ptags X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 21 Apr 2014 01:03:30 -0000 Synopsis: [PATCH] lang/python: Install symlink for ptags State-Changed-From-To: feedback->closed State-Changed-By: koobs State-Changed-When: Mon Apr 21 01:03:29 UTC 2014 State-Changed-Why: Committer states wontfix. Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=154209 From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 01:11:55 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96967A55; Mon, 21 Apr 2014 01:11:55 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B3DE1867; Mon, 21 Apr 2014 01:11:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3L1BtDo071744; Mon, 21 Apr 2014 01:11:55 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3L1BsTv071743; Mon, 21 Apr 2014 01:11:54 GMT (envelope-from koobs) Date: Mon, 21 Apr 2014 01:11:54 GMT Message-Id: <201404210111.s3L1BsTv071743@freefall.freebsd.org> To: gaod@hychen.org, olivierd@FreeBSD.org, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/181218: [UPDATE] devel/py-babel to 1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 21 Apr 2014 01:11:55 -0000 Synopsis: [UPDATE] devel/py-babel to 1.3 State-Changed-From-To: feedback->open State-Changed-By: koobs State-Changed-When: Mon Apr 21 01:11:54 UTC 2014 State-Changed-Why: Maintainer timeout. Submitter is committer. py-babel is already at 1.3. Over to you Olivier http://www.freebsd.org/cgi/query-pr.cgi?pr=181218 From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 08:29:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C250404 for <python@freebsd.org>; Mon, 21 Apr 2014 08:29:02 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F11FD1B9F for <python@freebsd.org>; Mon, 21 Apr 2014 08:29:01 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s3L8T10c002282 for <python@freebsd.org>; Mon, 21 Apr 2014 08:29:01 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 21 Apr 2014 08:29:01 GMT Message-Id: <201404210829.s3L8T10c002282@portsmon.freebsd.org> From: linimon@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 21 Apr 2014 08:29:02 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: lang/python31 description: Interpreted object-oriented programming language maintainer: python@FreeBSD.org deprecated because: Python 3.1 will be end-of-life soon, please migrate to lang/python33 expiration date: 2014-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=python31 If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 11:06:52 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B4CCDB for <freebsd-python@FreeBSD.org>; Mon, 21 Apr 2014 11:06:52 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E268196B for <freebsd-python@FreeBSD.org>; Mon, 21 Apr 2014 11:06:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3LB6qi3085820 for <freebsd-python@FreeBSD.org>; Mon, 21 Apr 2014 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3LB6pgT085818 for freebsd-python@FreeBSD.org; Mon, 21 Apr 2014 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 21 Apr 2014 11:06:51 GMT Message-Id: <201404211106.s3LB6pgT085818@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster <bugmaster@freebsd.org> 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.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 21 Apr 2014 11:06:52 -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 -------------------------------------------------------------------------------- o ports/188777 python [PATCH] www/py-TurboGears: stage o ports/188774 python [PATCH] www/py-tgwebservices: stage o ports/188773 python [PATCH] www/py-scriptaculous: stage o ports/188769 python [PATCH] www/py-pylons: stage o ports/188681 python Updated port security/py-ecdsa o ports/188327 python math/py-numpy: Numpy is broken o ports/188251 python lang/python: bdb48 dependency leak in all python o ports/188250 python [Patch] update port www/py-selenium to 2.41.0 o ports/188114 python math/py-numpy is broken on 9.2-STABLE o ports/188066 python databases/py-gdbm: Missing checksum f ports/187956 python [PATCH] devel/py-bcdoc: update to 0.12.2 o ports/187734 python [Maintainer Update] devel/py-robotframework-pabot 0.4 f ports/187419 python [UPDATE] net/py-netifaces: update to 0.8_1 o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187402 python [maintainer-update] textproc/py-wtforms update to 1.0. o ports/187393 python databases/py-firebirdsql: update to 0.9.2 o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 f ports/186807 python error in databases/py-MySQLdb o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact f ports/186192 python lang/python27: building python27-2.7.6_1 fails for WIT o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang o ports/181218 python [UPDATE] devel/py-babel to 1.3 o ports/178301 python [patch] lang/python27: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre 35 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 12:13:37 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D05BD98E; Mon, 21 Apr 2014 12:13:37 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5AC111AB; Mon, 21 Apr 2014 12:13:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3LCDbFG011706; Mon, 21 Apr 2014 12:13:37 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3LCData011705; Mon, 21 Apr 2014 12:13:36 GMT (envelope-from koobs) Date: Mon, 21 Apr 2014 12:13:36 GMT Message-Id: <201404211213.s3LCData011705@freefall.freebsd.org> To: gaod@hychen.org, koobs@FreeBSD.org, freebsd-python@FreeBSD.org, olivierd@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/181218: [UPDATE] devel/py-babel to 1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 21 Apr 2014 12:13:37 -0000 Synopsis: [UPDATE] devel/py-babel to 1.3 Responsible-Changed-From-To: freebsd-python->olivierd Responsible-Changed-By: koobs Responsible-Changed-When: Mon Apr 21 12:13:27 UTC 2014 Responsible-Changed-Why: Submitter is comitter http://www.freebsd.org/cgi/query-pr.cgi?pr=181218 From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 12:20:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61529A13 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 21 Apr 2014 12:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 333F911D9 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 21 Apr 2014 12:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3LCK0X6011965 for <freebsd-python@freefall.freebsd.org>; Mon, 21 Apr 2014 12:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3LCK0Mb011964; Mon, 21 Apr 2014 12:20:00 GMT (envelope-from gnats) Date: Mon, 21 Apr 2014 12:20:00 GMT Message-Id: <201404211220.s3LCK0Mb011964@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak <koobs.freebsd@gmail.com> Subject: Re: ports/182951: databases/py-sqlite3: compilation error with Clang X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak <koobs.freebsd@gmail.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 21 Apr 2014 12:20:01 -0000 The following reply was made to PR ports/182951; it has been noted by GNATS. From: Kubilay Kocak <koobs.freebsd@gmail.com> To: bug-followup@FreeBSD.org, dt71@gmx.com Cc: Subject: Re: ports/182951: databases/py-sqlite3: compilation error with Clang Date: Mon, 21 Apr 2014 22:19:42 +1000 The following two commits resolve the reported issue in all python ports: https://svnweb.freebsd.org/ports?view=revision&revision=346428 https://svnweb.freebsd.org/ports?view=revision&revision=351610 Additionally reported upstream: http://bugs.python.org/issue20767 From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 12:27:15 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72D31BA9; Mon, 21 Apr 2014 12:27:15 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47A48128E; Mon, 21 Apr 2014 12:27:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3LCRF6L014945; Mon, 21 Apr 2014 12:27:15 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3LCRFs9014944; Mon, 21 Apr 2014 12:27:15 GMT (envelope-from koobs) Date: Mon, 21 Apr 2014 12:27:15 GMT Message-Id: <201404211227.s3LCRFs9014944@freefall.freebsd.org> To: dt71@gmx.com, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/182951: databases/py-sqlite3: compilation error with Clang X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 21 Apr 2014 12:27:15 -0000 Synopsis: databases/py-sqlite3: compilation error with Clang State-Changed-From-To: analyzed->closed State-Changed-By: koobs State-Changed-When: Mon Apr 21 12:27:14 UTC 2014 State-Changed-Why: Committed. Thank you for your report! http://www.freebsd.org/cgi/query-pr.cgi?pr=182951 From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 12:36:33 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECB98E16; Mon, 21 Apr 2014 12:36:33 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C269D1339; Mon, 21 Apr 2014 12:36:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3LCaXUK017968; Mon, 21 Apr 2014 12:36:33 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3LCaXZI017967; Mon, 21 Apr 2014 12:36:33 GMT (envelope-from koobs) Date: Mon, 21 Apr 2014 12:36:33 GMT Message-Id: <201404211236.s3LCaXZI017967@freefall.freebsd.org> To: ikkeenjij36@gmail.com, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/186807: error in databases/py-MySQLdb X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 21 Apr 2014 12:36:34 -0000 Synopsis: error in databases/py-MySQLdb State-Changed-From-To: feedback->closed State-Changed-By: koobs State-Changed-When: Mon Apr 21 12:36:33 UTC 2014 State-Changed-Why: Feedback timeout (6 weeks) http://www.freebsd.org/cgi/query-pr.cgi?pr=186807 From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 12:02:03 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B0D8BB2; Tue, 22 Apr 2014 12:02:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DE891CB0; Tue, 22 Apr 2014 12:02:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MC228Y034227; Tue, 22 Apr 2014 12:02:02 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MC227f034226; Tue, 22 Apr 2014 12:02:02 GMT (envelope-from koobs) Date: Tue, 22 Apr 2014 12:02:02 GMT Message-Id: <201404221202.s3MC227f034226@freefall.freebsd.org> To: koobs@FreeBSD.org, freebsd-python@FreeBSD.org, koobs@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/186993: [NEW PORT] multimedia/py-soco - Python interface to Sonos speakers X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 22 Apr 2014 12:02:03 -0000 Synopsis: [NEW PORT] multimedia/py-soco - Python interface to Sonos speakers Responsible-Changed-From-To: freebsd-python->koobs Responsible-Changed-By: koobs Responsible-Changed-When: Tue Apr 22 12:02:02 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=186993 From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 12:11:26 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E89A3ED4; Tue, 22 Apr 2014 12:11:26 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD7BE1D43; Tue, 22 Apr 2014 12:11:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MCBQY8037524; Tue, 22 Apr 2014 12:11:26 GMT (envelope-from xmj@freefall.freebsd.org) Received: (from xmj@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MCBQQu037523; Tue, 22 Apr 2014 12:11:26 GMT (envelope-from xmj) Date: Tue, 22 Apr 2014 12:11:26 GMT Message-Id: <201404221211.s3MCBQQu037523@freefall.freebsd.org> To: xmj@FreeBSD.org, freebsd-python@FreeBSD.org, xmj@FreeBSD.org From: xmj@FreeBSD.org Subject: Re: ports/185753: [maintainer update] Update devel/py-jira to version 0.16 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 22 Apr 2014 12:11:27 -0000 Synopsis: [maintainer update] Update devel/py-jira to version 0.16 Responsible-Changed-From-To: freebsd-python->xmj Responsible-Changed-By: xmj Responsible-Changed-When: Tue Apr 22 12:11:26 UTC 2014 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=185753 From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 15:12:03 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69CD13AB; Tue, 22 Apr 2014 15:12:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FF9B12FD; Tue, 22 Apr 2014 15:12:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MFC37t093144; Tue, 22 Apr 2014 15:12:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MFC34G093143; Tue, 22 Apr 2014 15:12:03 GMT (envelope-from edwin) Date: Tue, 22 Apr 2014 15:12:03 GMT Message-Id: <201404221512.s3MFC34G093143@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 22 Apr 2014 15:12:03 -0000 Synopsis: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Apr 22 15:12:02 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188890 From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 15:30:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5405D4A for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 22 Apr 2014 15:30:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 922B314EF for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 22 Apr 2014 15:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MFU2Jf097419 for <freebsd-python@freefall.freebsd.org>; Tue, 22 Apr 2014 15:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MFU2Kb097418; Tue, 22 Apr 2014 15:30:02 GMT (envelope-from gnats) Date: Tue, 22 Apr 2014 15:30:02 GMT Message-Id: <201404221530.s3MFU2Kb097418@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak <koobs.freebsd@gmail.com> Subject: Re: misc/188890: devel/py27-setuptools: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak <koobs.freebsd@gmail.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 22 Apr 2014 15:30:02 -0000 The following reply was made to PR ports/188890; it has been noted by GNATS. From: Kubilay Kocak <koobs.freebsd@gmail.com> To: bug-followup@FreeBSD.org, mustelator@yahoo.es Cc: Subject: Re: misc/188890: devel/py27-setuptools: bad entry point (possible cause to egg-info problems) Date: Wed, 23 Apr 2014 01:28:42 +1000 Thanks for your submission Toni, First, easy_install is not supported as a mechanism to install python packages into the system python installation. The only supported mechanisms for installation of Python packages into the system installation is via ports directly or FreeBSD packages built from these ports. This is a standard restriction for all operating systems that redistribute Python packages via their software or package management systems. It ensures that all Python packages are registered correctly, along with all of the files they install, so they may be upgraded or uninstalled cleanly, and without creating or leaving a corrupted environment. Do not use easy_install (or pip) directly, unless you are installing Python packages into a completely isolated environment or location, such as your home directory, or a virtual environment. I also notice that you have 10.0-RELEASE installed, but you get a reference to "9.1-RELEASE-amd64" when you run easy_install. Please provide a list of files currently in: /usr/local/lib/python2.7/site-packages so that we can provide you with guidance on how to clean your python installation. If you have any questions or need real-time support, we can be found on #freebsd-python on the freenode IRC network. From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 16:10:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBDDAEDC; Tue, 22 Apr 2014 16:10:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C23681919; Tue, 22 Apr 2014 16:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MGA6Qp009863; Tue, 22 Apr 2014 16:10:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MGA6bt009862; Tue, 22 Apr 2014 16:10:06 GMT (envelope-from edwin) Date: Tue, 22 Apr 2014 16:10:06 GMT Message-Id: <201404221610.s3MGA6bt009862@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188894: [PATCH] databases/py-swift: update to 1.13.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 22 Apr 2014 16:10:07 -0000 Synopsis: [PATCH] databases/py-swift: update to 1.13.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Apr 22 16:10:06 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188894 From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 16:10:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39A11ED5; Tue, 22 Apr 2014 16:10:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F12A1917; Tue, 22 Apr 2014 16:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MGA4hN009788; Tue, 22 Apr 2014 16:10:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MGA4Ba009787; Tue, 22 Apr 2014 16:10:04 GMT (envelope-from edwin) Date: Tue, 22 Apr 2014 16:10:04 GMT Message-Id: <201404221610.s3MGA4Ba009787@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188894: [PATCH] databases/py-swift: update to 1.13.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 22 Apr 2014 16:10:05 -0000 Synopsis: [PATCH] databases/py-swift: update to 1.13.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Apr 22 16:10:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188894 From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 16:20:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A9D365E for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 22 Apr 2014 16:20:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3833A1ADE for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 22 Apr 2014 16:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MGK2K3013790 for <freebsd-python@freefall.freebsd.org>; Tue, 22 Apr 2014 16:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MGK2Jn013789; Tue, 22 Apr 2014 16:20:02 GMT (envelope-from gnats) Date: Tue, 22 Apr 2014 16:20:02 GMT Message-Id: <201404221620.s3MGK2Jn013789@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/188894: [PATCH] databases/py-swift: update to 1.13.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis <edwin@FreeBSD.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 22 Apr 2014 16:20:02 -0000 The following reply was made to PR ports/188894; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: gslin@gslin.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/188894: [PATCH] databases/py-swift: update to 1.13.1 Date: Tue, 22 Apr 2014 16:10:05 UT Maintainer of databases/py-swift, Please note that PR ports/188894 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/188894 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 19:40:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4F2C466 for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 22 Apr 2014 19:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D26701260 for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 22 Apr 2014 19:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MJe1RM077772 for <freebsd-python@freefall.freebsd.org>; Tue, 22 Apr 2014 19:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MJe1G5077771; Tue, 22 Apr 2014 19:40:01 GMT (envelope-from gnats) Date: Tue, 22 Apr 2014 19:40:01 GMT Message-Id: <201404221940.s3MJe1G5077771@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Gea-Suan Lin <gslin@gslin.org> Subject: Re: ports/188894: [PATCH] databases/py-swift: update to 1.13.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Gea-Suan Lin <gslin@gslin.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 22 Apr 2014 19:40:02 -0000 The following reply was made to PR ports/188894; it has been noted by GNATS. From: Gea-Suan Lin <gslin@gslin.org> To: bug-followup@FreeBSD.org Cc: gslin@gslin.org Subject: Re: ports/188894: [PATCH] databases/py-swift: update to 1.13.1 Date: Wed, 23 Apr 2014 01:57:34 +0800 Thanks, please commit it. On Tue, Apr 22, 2014 at 04:10:05PM +0000, Edwin Groothuis wrote: > Maintainer of databases/py-swift, > > Please note that PR ports/188894 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/188894 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 22:01:36 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7C11EE7; Tue, 22 Apr 2014 22:01:36 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D251132C; Tue, 22 Apr 2014 22:01:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MM1aAQ026601; Tue, 22 Apr 2014 22:01:36 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MM1a9G026600; Tue, 22 Apr 2014 22:01:36 GMT (envelope-from linimon) Date: Tue, 22 Apr 2014 22:01:36 GMT Message-Id: <201404222201.s3MM1a9G026600@freefall.freebsd.org> To: gslin@gslin.org, swills@freebsd.org, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/188894: [PATCH] databases/py-swift: update to 1.13.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 22 Apr 2014 22:01:36 -0000 Synopsis: [PATCH] databases/py-swift: update to 1.13.1 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Tue Apr 22 22:01:26 UTC 2014 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=188894 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 01:54:07 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CD02B07; Wed, 23 Apr 2014 01:54:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D30A31864; Wed, 23 Apr 2014 01:54:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N1s62l018021; Wed, 23 Apr 2014 01:54:06 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N1s643018016; Wed, 23 Apr 2014 01:54:06 GMT (envelope-from koobs) Date: Wed, 23 Apr 2014 01:54:06 GMT Message-Id: <201404230154.s3N1s643018016@freefall.freebsd.org> To: mustelator@yahoo.es, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 23 Apr 2014 01:54:07 -0000 Synopsis: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) State-Changed-From-To: open->feedback State-Changed-By: koobs State-Changed-When: Wed Apr 23 01:54:06 UTC 2014 State-Changed-Why: Ask for additional information from submitter http://www.freebsd.org/cgi/query-pr.cgi?pr=188890 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 01:56:27 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 805F0CEC; Wed, 23 Apr 2014 01:56:27 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55D47187D; Wed, 23 Apr 2014 01:56:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N1uRHF018341; Wed, 23 Apr 2014 01:56:27 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N1uQsd018340; Wed, 23 Apr 2014 01:56:26 GMT (envelope-from koobs) Date: Wed, 23 Apr 2014 01:56:26 GMT Message-Id: <201404230156.s3N1uQsd018340@freefall.freebsd.org> To: count@211.ru, swills@freebsd.org, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/187419: [UPDATE] net/py-netifaces: update to 0.8_1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 23 Apr 2014 01:56:27 -0000 Synopsis: [UPDATE] net/py-netifaces: update to 0.8_1 State-Changed-From-To: feedback->open State-Changed-By: koobs State-Changed-When: Wed Apr 23 01:56:25 UTC 2014 State-Changed-Why: Maintainer timeout. Submitter is Committer. Over to you Steve. http://www.freebsd.org/cgi/query-pr.cgi?pr=187419 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 02:00:13 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A59A0D4F; Wed, 23 Apr 2014 02:00:13 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B44718A5; Wed, 23 Apr 2014 02:00:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N20DlU021578; Wed, 23 Apr 2014 02:00:13 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N20Dxp021577; Wed, 23 Apr 2014 02:00:13 GMT (envelope-from koobs) Date: Wed, 23 Apr 2014 02:00:13 GMT Message-Id: <201404230200.s3N20Dxp021577@freefall.freebsd.org> To: count@211.ru, koobs@FreeBSD.org, freebsd-python@FreeBSD.org, swills@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/187419: [UPDATE] net/py-netifaces: update to 0.8_1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 23 Apr 2014 02:00:13 -0000 Synopsis: [UPDATE] net/py-netifaces: update to 0.8_1 Responsible-Changed-From-To: freebsd-python->swills Responsible-Changed-By: koobs Responsible-Changed-When: Wed Apr 23 01:59:57 UTC 2014 Responsible-Changed-Why: Correctly re-assign to swills@ http://www.freebsd.org/cgi/query-pr.cgi?pr=187419 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 02:01:54 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3726EC5; Wed, 23 Apr 2014 02:01:54 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B82CA192A; Wed, 23 Apr 2014 02:01:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N21snQ021815; Wed, 23 Apr 2014 02:01:54 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N21s03021814; Wed, 23 Apr 2014 02:01:54 GMT (envelope-from koobs) Date: Wed, 23 Apr 2014 02:01:54 GMT Message-Id: <201404230201.s3N21s03021814@freefall.freebsd.org> To: koobs@FreeBSD.org, freebsd-python@FreeBSD.org, koobs@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails for WITH_NIS=y X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 23 Apr 2014 02:01:55 -0000 Synopsis: lang/python27: building python27-2.7.6_1 fails for WITH_NIS=y Responsible-Changed-From-To: freebsd-python->koobs Responsible-Changed-By: koobs Responsible-Changed-When: Wed Apr 23 02:01:54 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=186192 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 02:16:31 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D2FD3CD; Wed, 23 Apr 2014 02:16:31 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71AD51A3D; Wed, 23 Apr 2014 02:16:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N2GVi2027072; Wed, 23 Apr 2014 02:16:31 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N2GVOA027071; Wed, 23 Apr 2014 02:16:31 GMT (envelope-from koobs) Date: Wed, 23 Apr 2014 02:16:31 GMT Message-Id: <201404230216.s3N2GVOA027071@freefall.freebsd.org> To: koobs@FreeBSD.org, freebsd-python@FreeBSD.org, koobs@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/187402: [maintainer-update] textproc/py-wtforms update to 1.0.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 23 Apr 2014 02:16:31 -0000 Synopsis: [maintainer-update] textproc/py-wtforms update to 1.0.5 Responsible-Changed-From-To: freebsd-python->koobs Responsible-Changed-By: koobs Responsible-Changed-When: Wed Apr 23 02:16:31 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187402 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 02:17:50 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E56894D1; Wed, 23 Apr 2014 02:17:50 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA99D1A4A; Wed, 23 Apr 2014 02:17:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N2HobI027290; Wed, 23 Apr 2014 02:17:50 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N2Ho4Z027289; Wed, 23 Apr 2014 02:17:50 GMT (envelope-from koobs) Date: Wed, 23 Apr 2014 02:17:50 GMT Message-Id: <201404230217.s3N2Ho4Z027289@freefall.freebsd.org> To: koobs@FreeBSD.org, freebsd-python@FreeBSD.org, koobs@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/187734: [Maintainer Update] devel/py-robotframework-pabot 0.4 -> 0.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 23 Apr 2014 02:17:51 -0000 Synopsis: [Maintainer Update] devel/py-robotframework-pabot 0.4 -> 0.5 Responsible-Changed-From-To: freebsd-python->koobs Responsible-Changed-By: koobs Responsible-Changed-When: Wed Apr 23 02:17:50 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187734 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 04:02:39 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF548B32; Wed, 23 Apr 2014 04:02:39 +0000 (UTC) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 803041767; Wed, 23 Apr 2014 04:02:39 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id lj1so325086pab.8 for <multiple recipients>; Tue, 22 Apr 2014 21:02:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; bh=wrxND8CJzVfIzL7Ulql67UYMFCdKGkRhhkhEXArHPts=; b=uBxmx2plKFLc7ZDRVC7UrQX4KLZOtJFi7zj2GiA2xa4KvQxsPeIZxYSpcOWeL3zSg3 FbLuELQLeF0rI3Ymcutn4H2iVnA3K9xkkNgRKVMa1DWeLKLCvFUYwgz8R2pCY3Sw/wBZ j+8ULvg4esbDEImCG5LPQTnkr5PzdIqqavCPMWOA+aUJUvCiTUN+vl1fW8BcVf7XLb0t GJhxlCCxwHHCixzOZ0pE+EQ9oYPpCdMLbBc60W44F1Z5oTvBCQIjlpNBHTg1tzufKkdS GKgFpm5SMmJ3J8SMAp/iJEVEVCTo5g36W+3rPR7Adyc+R1uw2LASh7JGXpCKe9wO5zGB m8zQ== X-Received: by 10.68.221.42 with SMTP id qb10mr50362996pbc.65.1398225759158; Tue, 22 Apr 2014 21:02:39 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id nh8sm15778435pbc.25.2014.04.22.21.02.37 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Apr 2014 21:02:38 -0700 (PDT) Message-ID: <53573B58.4070400@FreeBSD.org> Date: Wed, 23 Apr 2014 14:02:32 +1000 From: Kubilay Kocak <koobs.freebsd@gmail.com> User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Thunderbird/28.0 MIME-Version: 1.0 To: freebsd-python@FreeBSD.org Subject: Proposing New Python@ Team Member - xmj X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Johannes Jost Meixner <xmj@FreeBSD.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 23 Apr 2014 04:02:39 -0000 I would like to propose Johannes (xmj@) to the Python@ team. I don't think there's is a formal or informal procedure for this, so this is likely the best place to communicate it. He is currently under mentorship by Steve (swills) and I, and has already contributed substantially to the quality of the FreeBSD/Python ecosystem, and collaboration with the current team. If nobody has any objections, Johannes will seal the deal by adding himself to the list of Python Team Members this evening (UTC+10) here: https://wiki.freebsd.org/Python From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 08:00:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D7C43A9 for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 23 Apr 2014 08:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 69D261DFE for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 23 Apr 2014 08:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N800OQ088290 for <freebsd-python@freefall.freebsd.org>; Wed, 23 Apr 2014 08:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N800Pt088288; Wed, 23 Apr 2014 08:00:00 GMT (envelope-from gnats) Date: Wed, 23 Apr 2014 08:00:00 GMT Message-Id: <201404230800.s3N800Pt088288@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Toni Ballesta <mustelator@yahoo.es> Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Toni Ballesta <mustelator@yahoo.es> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 23 Apr 2014 08:00:01 -0000 The following reply was made to PR ports/188890; it has been noted by GNATS. From: Toni Ballesta <mustelator@yahoo.es> To: bug-followup@FreeBSD.org, mustelator@yahoo.es Cc: Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) Date: Wed, 23 Apr 2014 09:45:25 +0200 Thanks for the fast response, but no, I don't use easy_install. Never used. But execute only for check something and it show this problem. I only compile from the ports ;). Now: This error shows on the devel/scons, because I try to rebuild all the system. No changes. I try uninstalling and installing devel/py-setuptools27 but same problem. *This is a big problem* due, with very probability, setuptools. Trying for recoverying the build of ports (after uninstalling devel/py-setuptools27 for check, because detect the installation and doesn't uninstall, with error placing files on the same site): ------------------------------ # portmaster -afR *(...)* ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 >> devel/py-setuptools27 (6/1159) ===>>> Port directory: /usr/ports/devel/py-setuptools27 ===>>> Starting check for build dependencies ===>>> Gathering dependency list for devel/py-setuptools27 from ports ===>>> Dependency check complete for devel/py-setuptools27 ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 >> devel/py-setuptools27 (6/1159) ===> Cleaning for py27-setuptools27-2.0.1 ===> License PSFL accepted by the user ===> py27-setuptools27-2.0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-setuptools27-2.0.1 for building ===> Extracting for py27-setuptools27-2.0.1 => SHA256 Checksum OK for python/setuptools-2.0.1.tar.gz. ===> Patching for py27-setuptools27-2.0.1 ===> Applying FreeBSD patches for py27-setuptools27-2.0.1 ===> py27-setuptools27-2.0.1 depends on file: /usr/local/bin/python2.7 - found ===> Configuring for py27-setuptools27-2.0.1 running config ===> Building for py27-setuptools27-2.0.1 *(...)* ====> Compressing man pages (compress-man) ===>>> Starting check for runtime dependencies ===>>> Gathering dependency list for devel/py-setuptools27 from ports ===>>> Dependency check complete for devel/py-setuptools27 ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 >> devel/py-setuptools27 (6/1159) ===> Installing for py27-setuptools27-2.0.1 ===> Checking if devel/py-setuptools27 already installed ===> Registering installation for py27-setuptools27-2.0.1 as automatic Installing py27-setuptools27-2.0.1... done ===>>> Installation of devel/py-setuptools27 (py27-setuptools27-2.0.1) succeeded ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 (6/1159) ===>>> Returning to dependency check for devel/scons ===>>> Forcing update for /usr/ports/lang/python2 ===>>> Launching child to reinstall python2-2_2 ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 >> python2-2_2 (7/1159) ===>>> Currently installed version: python2-2_2 ===>>> Port directory: /usr/ports/lang/python2 ===>>> Starting check for build dependencies ===>>> Gathering dependency list for lang/python2 from ports ===>>> Dependency check complete for lang/python2 ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 >> python2-2_2 (7/1159) *(...)* ===>>> Starting check for runtime dependencies ===>>> Gathering dependency list for lang/python2 from ports ===>>> Dependency check complete for lang/python2 ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 >> python2-2_2 (7/1159) ===> Installing for python2-2_2 ===> Checking if lang/python2 already installed ===> Registering installation for python2-2_2 Installing python2-2_2... done ===>>> Re-installation of python2-2_2 succeeded ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 (7/1159) ===>>> Returning to dependency check for devel/scons ===>>> Dependency check complete for devel/scons ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 (7/1159) ===> Cleaning for scons-2.3.0 ===> License MIT accepted by the user ===> scons-2.3.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by scons-2.3.0 for building ===> Extracting for scons-2.3.0 => SHA256 Checksum OK for scons-2.3.0.tar.gz. ===> Patching for scons-2.3.0 ===> Applying FreeBSD patches for scons-2.3.0 ===> scons-2.3.0 depends on package: py27-setuptools27>0 - found ===> scons-2.3.0 depends on file: /usr/local/bin/python2.7 - found ===> scons-2.3.0 depends on executable: python2 - found ===> Configuring for scons-2.3.0 running config ===> Building for scons-2.3.0 *(...)* Deinstallation has been requested for the following 1 packages: scons-2.3.0 The deinstallation will free 5 MB [1/1] Deleting scons-2.3.0... done ===>>> Starting check for runtime dependencies ===>>> Gathering dependency list for devel/scons from ports ===>>> Dependency check complete for devel/scons ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 (7/1159) ===> Installing for scons-2.3.0 ===> Checking if devel/scons already installed ===> Registering installation for scons-2.3.0 pkg-static: Plist error, directory listed as a file: lib/scons-2.3.0/scons-2.3.0-py2.7.egg-info pkg-static: lstat(/usr/ports/devel/scons/work/stage/usr/local/lib/python2.7/site-packages/): No such file or directory pkg-static: lstat(/usr/ports/devel/scons/work/stage/usr/local/lib/python2.7/): No such file or directory *** Error code 74 Stop. make: stopped in /usr/ports/devel/scons ===>>> Installation of scons-2.3.0 (devel/scons) failed ===>>> Aborting update ===>>> Update for scons-2.3.0 failed ===>>> Aborting update ===>>> Update for serf-1.3.4 failed ===>>> Aborting update ===>>> Update for subversion-1.8.8_2 failed ===>>> Aborting update ===>>> Update for textproc/docproj failed ===>>> Aborting update ===>>> Update for misc/freebsd-doc-es failed ===>>> Aborting update ===>>> Killing background jobs Terminado ===>>> The following actions were performed: Installation of devel/py-setuptools27 (py27-setuptools27-2.0.1) Re-installation of python2-2_2 ===>>> You can restart from the point of failure with this command line: *(...)* ------------------------------ From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 08:00:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C5CF3C0 for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 23 Apr 2014 08:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87F9C1DFF for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 23 Apr 2014 08:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N802tn088298 for <freebsd-python@freefall.freebsd.org>; Wed, 23 Apr 2014 08:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N802Kg088297; Wed, 23 Apr 2014 08:00:02 GMT (envelope-from gnats) Date: Wed, 23 Apr 2014 08:00:02 GMT Message-Id: <201404230800.s3N802Kg088297@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Toni Ballesta <mustelator@yahoo.es> Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Toni Ballesta <mustelator@yahoo.es> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 23 Apr 2014 08:00:02 -0000 The following reply was made to PR ports/188890; it has been noted by GNATS. From: Toni Ballesta <mustelator@yahoo.es> To: bug-followup@FreeBSD.org, mustelator@yahoo.es Cc: Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) Date: Wed, 23 Apr 2014 09:52:21 +0200 This is a multi-part message in MIME format. --------------060706000503040402000200 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Now I send the list of site-packages. --------------060706000503040402000200 Content-Type: text/plain; charset=ISO-8859-1; name="ls_site-packages.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ls_site-packages.txt" total 5876 drwxr-xr-x 36 root wheel 3584 23 abr 08:47 ./ drwxr-xr-x 32 root wheel 14336 23 abr 08:47 ../ drwxr-xr-x 4 root wheel 512 14 sep 2013 Babel-1.3-py2.7.egg/ -r--r--r-- 1 root wheel 1002 3 dic 14:49 CORBA.py -rw-r--r-- 1 root wheel 161 3 dic 14:49 CORBA.pyc -rw-r--r-- 1 root wheel 161 3 dic 14:49 CORBA.pyo drwxr-xr-x 10 root wheel 512 3 dic 16:12 Crypto/ drwxr-xr-x 2 root wheel 512 9 abr 12:17 Mozo/ -rwxr-xr-x 1 root wheel 1129 3 dic 14:49 ORBit.la* -rwxr-xr-x 1 root wheel 107099 3 dic 14:49 ORBit.so* -r--r--r-- 1 root wheel 1026 3 dic 14:49 PortableServer.py -rw-r--r-- 1 root wheel 170 3 dic 14:49 PortableServer.pyc -rw-r--r-- 1 root wheel 170 3 dic 14:49 PortableServer.pyo drwxr-xr-x 8 root wheel 512 17 sep 2013 Pyrex/ -rw-r--r-- 1 root wheel 247 17 sep 2013 Pyrex-0.9.9-py2.7.egg-info -r--r--r-- 1 root wheel 119 22 abr 23:34 README -r-xr-xr-x 1 root wheel 8135 15 sep 2013 Reporter.py* -rw-r--r-- 1 root wheel 10835 3 dic 13:54 Reporter.pyc -rw-r--r-- 1 root wheel 10835 3 dic 13:54 Reporter.pyo drwxr-xr-x 2 root wheel 512 15 sep 2013 Resources/ -r-xr-xr-x 1 root wheel 25889 15 sep 2013 ScanView.py* -rw-r--r-- 1 root wheel 23650 3 dic 13:54 ScanView.pyc -rw-r--r-- 1 root wheel 23650 3 dic 13:54 ScanView.pyo drwxr-xr-x 4 root wheel 512 14 sep 2013 Sphinx-1.1.3-py2.7.egg/ -r-xr-xr-x 1 root wheel 1924 8 abr 14:04 VdePlug.py* -rw-r--r-- 1 root wheel 267438 3 dic 14:14 _dbus_bindings.a -rwxr-xr-x 1 root wheel 1035 3 dic 14:14 _dbus_bindings.la* -rwxr-xr-x 1 root wheel 164012 3 dic 14:14 _dbus_bindings.so* -rw-r--r-- 1 root wheel 6696 3 dic 14:14 _dbus_glib_bindings.a -rwxr-xr-x 1 root wheel 1353 3 dic 14:14 _dbus_glib_bindings.la* -rwxr-xr-x 1 root wheel 9513 3 dic 14:14 _dbus_glib_bindings.so* -rwxr-xr-x 1 root wheel 120426 22 abr 12:15 _gv.so* drwxr-xr-x 2 root wheel 512 23 abr 08:47 _markerlib/ -rwxr-xr-x 1 root wheel 25987 7 abr 13:35 _tevent.so* -r--r--r-- 1 root wheel 8429 15 abr 13:11 asciidocapi.py drwxr-xr-x 2 root wheel 1024 3 dic 15:50 atom/ drwxr-xr-x 4 root wheel 512 22 abr 15:07 bak/ drwxr-xr-x 5 root wheel 1024 3 dic 16:12 butterfly/ drwxr-xr-x 2 root wheel 512 22 abr 11:21 cairo/ drwxr-xr-x 2 root wheel 1024 3 dic 13:54 ccm/ -rw-r--r-- 1 root wheel 242 17 sep 2013 ccsm-0.8.4-py2.7.egg-info -rw-r--r-- 1 root wheel 211364 22 abr 11:14 compizconfig.a -rwxr-xr-x 1 root wheel 1724 22 abr 11:14 compizconfig.la* -rwxr-xr-x 1 root wheel 110698 22 abr 11:14 compizconfig.so* drwxr-xr-x 3 root wheel 1536 3 dic 14:14 dbus/ -rw-r--r-- 1 root wheel 869340 14 sep 2013 distribute-0.6.35-py2.7.egg lrwxr-xr-x 1 root wheel 60 14 sep 2013 distribute.pth@ -> /usr/local/lib/python2.7/site-packages/easy-install.pth.dist drwxr-xr-x 8 root wheel 1024 14 sep 2013 docutils/ -rw-r--r-- 1 root wheel 2365 14 sep 2013 docutils-0.11-py2.7.egg-info -r--r--r-- 1 root wheel 15061 22 abr 11:21 drv_libxml2.py -rw-r--r-- 1 root wheel 11282 22 abr 11:21 drv_libxml2.pyc -rw-r--r-- 1 root wheel 11282 22 abr 11:21 drv_libxml2.pyo -rw-r--r-- 1 root wheel 285 22 abr 15:06 easy-install.pth -r--r--r-- 1 root wheel 185 23 abr 08:47 easy-install.pth.dist -rw-r--r-- 1 root wheel 126 13 dic 17:31 easy_install.py -rw-r--r-- 1 root wheel 321 23 abr 08:47 easy_install.pyc -rw-r--r-- 1 root wheel 321 23 abr 08:47 easy_install.pyo -rw-r--r-- 1 root wheel 173652 3 dic 16:01 farsight.a -rwxr-xr-x 1 root wheel 1375 3 dic 16:01 farsight.la* -rwxr-xr-x 1 root wheel 99633 3 dic 16:01 farsight.so* drwxr-xr-x 32 root wheel 1536 3 dic 15:50 gdata/ -rw-r--r-- 1 root wheel 1629 3 dic 15:50 gdata-2.0.18-py2.7.egg-info drwxr-xr-x 2 root wheel 512 22 abr 11:21 glib/ -rw-r--r-- 1 root wheel 38914 14 sep 2013 gmenu.a -rwxr-xr-x 1 root wheel 1226 14 sep 2013 gmenu.la* -rwxr-xr-x 1 root wheel 30395 14 sep 2013 gmenu.so* drwxr-xr-x 2 root wheel 512 22 abr 11:21 gobject/ drwxr-xr-x 3 root wheel 512 3 dic 15:49 gst-0.10/ -rwxr-xr-x 1 root wheel 1306 3 dic 15:49 gstoption.la* -rwxr-xr-x 1 root wheel 7072 3 dic 15:49 gstoption.so* drwxr-xr-x 7 root wheel 512 22 abr 11:21 gtk-2.0/ -rwxr-xr-x 1 root wheel 2248 9 abr 12:18 gtksourceview2.la* -rwxr-xr-x 1 root wheel 155652 9 abr 12:18 gtksourceview2.so* -rw-r--r-- 1 root wheel 27446 3 dic 16:22 gtkvnc.a -rwxr-xr-x 1 root wheel 2411 3 dic 16:22 gtkvnc.la* -rwxr-xr-x 1 root wheel 34518 3 dic 16:22 gtkvnc.so* -r--r--r-- 1 root wheel 5550 22 abr 12:15 gv.py -rw-r--r-- 1 root wheel 10815 3 dic 13:54 gv.pyc -rw-r--r-- 1 root wheel 10815 3 dic 13:54 gv.pyo drwxr-xr-x 3 root wheel 1024 16 sep 2013 isodate/ -rw-r--r-- 1 root wheel 9366 16 sep 2013 isodate-0.4.9-py2.7.egg-info -r--r--r-- 1 root wheel 342819 22 abr 11:21 libxml2.py -rw-r--r-- 1 root wheel 451497 22 abr 11:21 libxml2.pyc -rw-r--r-- 1 root wheel 451497 22 abr 11:21 libxml2.pyo -rw-r--r-- 1 root wheel 557866 22 abr 11:21 libxml2mod.a -rwxr-xr-x 1 root wheel 1108 22 abr 11:21 libxml2mod.la* -rwxr-xr-x 1 root wheel 380680 22 abr 11:21 libxml2mod.so* drwxr-xr-x 2 root wheel 1024 9 abr 12:50 mate_invest/ -rw-r--r-- 1 root wheel 40910 9 abr 12:16 matemenu.a -rwxr-xr-x 1 root wheel 1246 9 abr 12:16 matemenu.la* -rwxr-xr-x 1 root wheel 30638 9 abr 12:16 matemenu.so* drwxr-xr-x 2 root wheel 1024 8 abr 10:56 packagekit/ drwxr-xr-x 10 root wheel 1024 3 dic 16:12 papyon/ -rw-r--r-- 1 root wheel 896 3 dic 16:12 papyon-0.5.4-py2.7.egg-info -rw-r--r-- 1 root wheel 98779 23 abr 08:47 pkg_resources.py -rw-r--r-- 1 root wheel 106795 23 abr 08:47 pkg_resources.pyc -rw-r--r-- 1 root wheel 106698 23 abr 08:47 pkg_resources.pyo -rw-r--r-- 1 root wheel 238 16 sep 2013 py_rrdtool-0.2.1-py2.7.egg-info drwxr-xr-x 2 root wheel 512 3 dic 14:00 pyatspi/ -rw-r--r-- 1 root wheel 666 3 dic 16:12 pycrypto-2.6.1-py2.7.egg-info -rw-r--r-- 1 root wheel 9 3 dic 15:49 pygst.pth -rw-r--r-- 1 root wheel 2051 3 dic 15:49 pygst.py -rw-r--r-- 1 root wheel 1302 3 dic 15:49 pygst.pyc -rw-r--r-- 1 root wheel 1302 3 dic 15:49 pygst.pyo -rw-r--r-- 1 root wheel 8 22 abr 11:21 pygtk.pth -r--r--r-- 1 root wheel 2966 22 abr 11:21 pygtk.py -rw-r--r-- 1 root wheel 2075 22 abr 11:21 pygtk.pyc -rw-r--r-- 1 root wheel 1779 22 abr 11:21 pygtk.pyo drwxr-xr-x 4 root wheel 512 14 sep 2013 pytz-2013d-py2.7.egg/ -rw-r--r-- 1 root wheel 306 3 dic 14:14 pyxdg-0.19-py2.7.egg-info drwxr-xr-x 5 root wheel 1536 16 sep 2013 rdflib/ -rw-r--r-- 1 root wheel 1917 16 sep 2013 rdflib-4.0.1-py2.7.egg-info -rwxr-xr-x 1 root wheel 22750 16 sep 2013 rrdtoolmodule.so* drwxr-xr-x 4 root wheel 1536 23 abr 08:47 setuptools/ drwxr-xr-x 2 root wheel 512 23 abr 08:47 setuptools-2.0.1-py2.7.egg-info/ -r--r--r-- 1 root wheel 2418 14 sep 2013 site.py -rw-r--r-- 1 root wheel 1739 3 dic 13:54 site.pyc -rw-r--r-- 1 root wheel 1739 3 dic 13:54 site.pyo -r-xr-xr-x 1 root wheel 5991 15 sep 2013 startfile.py* -rw-r--r-- 1 root wheel 6563 3 dic 13:54 startfile.pyc -rw-r--r-- 1 root wheel 6563 3 dic 13:54 startfile.pyo -rwxr-xr-x 1 root wheel 10299 7 abr 13:34 talloc.so* -rwxr-xr-x 1 root wheel 32004 15 sep 2013 tdb.so* drwxr-xr-x 5 root wheel 512 3 dic 16:12 telepathy/ -rw-r--r-- 1 root wheel 1018 27 ene 2013 tevent.py -rw-r--r-- 1 root wheel 271 7 abr 13:35 tevent.pyc -rw-r--r-- 1 root wheel 271 7 abr 13:35 tevent.pyo -rw-r--r-- 1 root wheel 25832 3 dic 16:07 tpfarsight.a -rwxr-xr-x 1 root wheel 1555 3 dic 16:07 tpfarsight.la* -rwxr-xr-x 1 root wheel 28969 3 dic 16:07 tpfarsight.so* drwxr-xr-x 2 root wheel 512 22 abr 14:48 vboxapi/ -rwxr-xr-x 1 root wheel 1111 8 abr 14:04 vdeplug_python.la* -rwxr-xr-x 1 root wheel 9354 8 abr 14:04 vdeplug_python.so* drwxr-xr-x 2 root wheel 512 22 abr 10:26 xcbgen/ drwxr-xr-x 2 root wheel 1024 3 dic 14:14 xdg/ drwxr-xr-x 3 root wheel 512 22 abr 11:22 xml2po/ drwxr-xr-x 4 root wheel 1024 22 abr 14:48 xpcom/ --------------060706000503040402000200-- From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 08:40:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A4C0DD6 for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 23 Apr 2014 08:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E4C31318 for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 23 Apr 2014 08:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N8e1Kr006332 for <freebsd-python@freefall.freebsd.org>; Wed, 23 Apr 2014 08:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N8e1vK006331; Wed, 23 Apr 2014 08:40:01 GMT (envelope-from gnats) Date: Wed, 23 Apr 2014 08:40:01 GMT Message-Id: <201404230840.s3N8e1vK006331@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Toni Ballesta <mustelator@yahoo.es> Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Toni Ballesta <mustelator@yahoo.es> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 23 Apr 2014 08:40:01 -0000 The following reply was made to PR ports/188890; it has been noted by GNATS. From: Toni Ballesta <mustelator@yahoo.es> To: bug-followup@FreeBSD.org, mustelator@yahoo.es Cc: Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) Date: Wed, 23 Apr 2014 10:30:40 +0200 And sorry, the package that I've installed manually for check is devel/py-setuptools. The system try installing devel/py-setuptools27 and then fails due to install files on the same place. From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 11:40:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59FC63D7 for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 23 Apr 2014 11:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 472B019E1 for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 23 Apr 2014 11:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3NBe1Ec066532 for <freebsd-python@freefall.freebsd.org>; Wed, 23 Apr 2014 11:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3NBe1kp066531; Wed, 23 Apr 2014 11:40:01 GMT (envelope-from gnats) Date: Wed, 23 Apr 2014 11:40:01 GMT Message-Id: <201404231140.s3NBe1kp066531@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak <koobs.freebsd@gmail.com> Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak <koobs.freebsd@gmail.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 23 Apr 2014 11:40:01 -0000 The following reply was made to PR ports/188890; it has been noted by GNATS. From: Kubilay Kocak <koobs.freebsd@gmail.com> To: bug-followup@FreeBSD.org, mustelator@yahoo.es Cc: Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) Date: Wed, 23 Apr 2014 21:33:43 +1000 Thank you for the additional information Toni. Please read and follow the instructions here carefully: http://lists.freebsd.org/pipermail/freebsd-python/2014-April/006828.html and then here: https://svnweb.freebsd.org/ports/head/UPDATING?r1=347059&r2=347362 Specifically, you have an outdated and redundant copy of 'distribute' installed in your site-packages directory that is causing the issue. Summary: - Remove *all* files/dirs related to distribute from site-packages/ - Remove py-setuptools, REPLACE it with py-setuptools27 Lastly, please report back on success or failure, so that we can close the PR or provide additional advice. From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 11:52:49 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDB6D85A; Wed, 23 Apr 2014 11:52:49 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A32A21B60; Wed, 23 Apr 2014 11:52:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3NBqnYo072642; Wed, 23 Apr 2014 11:52:49 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3NBqnE1072641; Wed, 23 Apr 2014 11:52:49 GMT (envelope-from koobs) Date: Wed, 23 Apr 2014 11:52:49 GMT Message-Id: <201404231152.s3NBqnE1072641@freefall.freebsd.org> To: koobs@FreeBSD.org, freebsd-python@FreeBSD.org, koobs@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/188066: databases/py-gdbm: Missing checksum X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 23 Apr 2014 11:52:49 -0000 Synopsis: databases/py-gdbm: Missing checksum Responsible-Changed-From-To: freebsd-python->koobs Responsible-Changed-By: koobs Responsible-Changed-When: Wed Apr 23 11:52:49 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188066 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 12:10:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FF201CF for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 23 Apr 2014 12:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CF9E1CE6 for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 23 Apr 2014 12:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3NCA1He076805 for <freebsd-python@freefall.freebsd.org>; Wed, 23 Apr 2014 12:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3NCA1eD076804; Wed, 23 Apr 2014 12:10:01 GMT (envelope-from gnats) Date: Wed, 23 Apr 2014 12:10:01 GMT Message-Id: <201404231210.s3NCA1eD076804@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Toni Ballesta <mustelator@yahoo.es> Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Toni Ballesta <mustelator@yahoo.es> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 23 Apr 2014 12:10:02 -0000 The following reply was made to PR ports/188890; it has been noted by GNATS. From: Toni Ballesta <mustelator@yahoo.es> To: bug-followup@FreeBSD.org, mustelator@yahoo.es Cc: Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) Date: Wed, 23 Apr 2014 14:08:35 +0200 Ufff..... I didn't delete it (moved to bak/ directory) because I haven't installed py-distribute, but viewing now the ports, I see: Port: devel/py-distribute Moved: devel/py-setuptools Date: 2013-11-27 Reason: Replaced with setuptools Is moved to setuptools! Oh my god....... my god........ I see before that I need delete it too, but I thought that it would not be necessary. Sorry! Now, it seem to work!!! My recommendation is a patch for delete any residual files. Thank you very much! From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 12:36:33 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7044F7E; Wed, 23 Apr 2014 12:36:33 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B1CC1113; Wed, 23 Apr 2014 12:36:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3NCaXW3087406; Wed, 23 Apr 2014 12:36:33 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3NCaXWj087404; Wed, 23 Apr 2014 12:36:33 GMT (envelope-from koobs) Date: Wed, 23 Apr 2014 12:36:33 GMT Message-Id: <201404231236.s3NCaXWj087404@freefall.freebsd.org> To: mustelator@yahoo.es, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 23 Apr 2014 12:36:33 -0000 Synopsis: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) State-Changed-From-To: feedback->closed State-Changed-By: koobs State-Changed-When: Wed Apr 23 12:36:33 UTC 2014 State-Changed-Why: Submitter reports issue is resolved. Thanks Toni! http://www.freebsd.org/cgi/query-pr.cgi?pr=188890 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 23:00:08 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90CABB99; Wed, 23 Apr 2014 23:00:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66F88131A; Wed, 23 Apr 2014 23:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3NN08w0025556; Wed, 23 Apr 2014 23:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3NN08oG025555; Wed, 23 Apr 2014 23:00:08 GMT (envelope-from edwin) Date: Wed, 23 Apr 2014 23:00:08 GMT Message-Id: <201404232300.s3NN08oG025555@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188930: [maintainer update] games/py-mnemosyne (2.3) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 23 Apr 2014 23:00:08 -0000 Synopsis: [maintainer update] games/py-mnemosyne (2.3) Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 23 23:00:08 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188930 From owner-freebsd-python@FreeBSD.ORG Thu Apr 24 14:40:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50C4D453; Thu, 24 Apr 2014 14:40:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1168311AF; Thu, 24 Apr 2014 14:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3OEe4n2090554; Thu, 24 Apr 2014 14:40:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3OEe41w090553; Thu, 24 Apr 2014 14:40:04 GMT (envelope-from edwin) Date: Thu, 24 Apr 2014 14:40:04 GMT Message-Id: <201404241440.s3OEe41w090553@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 24 Apr 2014 14:40:05 -0000 Synopsis: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu Apr 24 14:40:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188964 From owner-freebsd-python@FreeBSD.ORG Thu Apr 24 14:40:07 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6912A45B; Thu, 24 Apr 2014 14:40:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2041411B5; Thu, 24 Apr 2014 14:40:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3OEe64B090630; Thu, 24 Apr 2014 14:40:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3OEe6JB090629; Thu, 24 Apr 2014 14:40:06 GMT (envelope-from edwin) Date: Thu, 24 Apr 2014 14:40:06 GMT Message-Id: <201404241440.s3OEe6JB090629@freefall.freebsd.org> To: oliver.fromme@secnetix.de, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 24 Apr 2014 14:40:07 -0000 Synopsis: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Apr 24 14:40:06 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188964 From owner-freebsd-python@FreeBSD.ORG Thu Apr 24 14:50:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D94B9DD for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 24 Apr 2014 14:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 289FD1301 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 24 Apr 2014 14:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3OEo12H094052 for <freebsd-python@freefall.freebsd.org>; Thu, 24 Apr 2014 14:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3OEo01A094051; Thu, 24 Apr 2014 14:50:00 GMT (envelope-from gnats) Date: Thu, 24 Apr 2014 14:50:00 GMT Message-Id: <201404241450.s3OEo01A094051@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis <edwin@FreeBSD.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 24 Apr 2014 14:50:01 -0000 The following reply was made to PR ports/188964; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: rsmith@xs4all.nl Cc: bug-followup@FreeBSD.org Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr Date: Thu, 24 Apr 2014 14:40:05 UT Maintainer of graphics/py-stl, Please note that PR ports/188964 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/188964 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Thu Apr 24 22:04:29 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D2A6F34; Thu, 24 Apr 2014 22:04:29 +0000 (UTC) Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F10315CA; Thu, 24 Apr 2014 22:04:28 +0000 (UTC) Received: from slackbox.erewhon.home (slackbox.xs4all.nl [83.162.243.5]) by smtp-vbr5.xs4all.nl (8.13.8/8.13.8) with ESMTP id s3OM4Qpt073541; Fri, 25 Apr 2014 00:04:26 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.erewhon.home (Postfix, from userid 1001) id CABBF12317; Fri, 25 Apr 2014 00:04:25 +0200 (CEST) Date: Fri, 25 Apr 2014 00:04:25 +0200 From: Roland Smith <rsmith@xs4all.nl> To: Edwin Groothuis <edwin@freebsd.org> Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr Message-ID: <20140424220425.GA97988@slackbox.erewhon.home> Mail-Followup-To: Edwin Groothuis <edwin@freebsd.org>, freebsd-python@freebsd.org References: <201404241450.s3OEo01A094051@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline In-Reply-To: <201404241450.s3OEo01A094051@freefall.freebsd.org> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.23 (2014-03-12) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 24 Apr 2014 22:04:29 -0000 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 24, 2014 at 02:50:00PM +0000, Edwin Groothuis wrote: > The following reply was made to PR ports/188964; it has been noted by GNA= TS. >=20 > From: Edwin Groothuis <edwin@FreeBSD.org> > To: rsmith@xs4all.nl > Cc: bug-followup@FreeBSD.org > Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-de= scr > Date: Thu, 24 Apr 2014 14:40:05 UT >=20 > Maintainer of graphics/py-stl, > =20 > Please note that PR ports/188964 has just been submitted. > =20 > 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. > =20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/188964 > =20 Looks good. And thanks for the heads-up! Roland --=20 R.F.Smith http://rsmith.home.xs4all.nl/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 5753 3324 1661 B0FE 8D93 FCED 40F6 D5DC A38A 33E0 (keyID: A38A33E0) --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJTWYppAAoJEED21dyjijPgG+cP/2BIvcUU0SprPjKHFm5A5ViV J5jcZoqbux5WypA2K2Uj/NnflPXle6ALeDEReMaosuJeAOMvW5nqdnX74601vCsi 0+XY24dqDq8hTBgPf1cWE8XCXLMR7CpBBuzn3wWmkyv5CwLtZZ5fqMqexqQzmJrL /0DXecSk1xu6DXaEWfmQTYVSUbUINYgudlflR/wUicK5PoMtGdmXA50JKe33McvQ zJ5wciQ2KuRPAivjMehtmQqXCIjs5vfhJYq5uyDv49vbFIwq9XZ+XmMV0pBE9DXP GcVhw0nBxfcfzLayRJEWnaAs1cmHuDuxwI9K0Fg4UKRfDp0OhF/1Dd1uRKkgd8yc 2r+AnKRVdVimZVgDgRsCf+P7hxLB0+xXCodLu7DfA21vM6JxoPEDO2EHNYxutMz1 hgukNx/j4Ai2gcfMS8Gd18lJI9Bjnbta9hHY3TE1r6HacO+SPm7Ak+2MoAGpMRIf tP4dwjMtlXAMbk+QOWtvWgveCO2N2yJSBsIlPSh9rTl9oYTjCXVOkmCYWBtDwwak QpaE/gyBtuUwB0jWjangGiHeYtIkOr8Kv3povyLQ4ELRikQutGXCVZM9XUz2xDjz 1RUZ+IPWkBwEYZKOawWaYx9qbLiIx2My1I+lab+YRlby9bhHbW9K5SV8Q5o04M50 9kUE4NqB+2fTt4iI0ipZ =kcCR -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA-- From owner-freebsd-python@FreeBSD.ORG Fri Apr 25 03:34:56 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5FB5336; Fri, 25 Apr 2014 03:34:56 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCD7A15B8; Fri, 25 Apr 2014 03:34:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3P3YuH5085432; Fri, 25 Apr 2014 03:34:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3P3Ytnu085431; Fri, 25 Apr 2014 03:34:55 GMT (envelope-from linimon) Date: Fri, 25 Apr 2014 03:34:55 GMT Message-Id: <201404250334.s3P3Ytnu085431@freefall.freebsd.org> To: rsmith@xs4all.nl, oliver.fromme@secnetix.de, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 25 Apr 2014 03:34:57 -0000 Synopsis: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Fri Apr 25 03:34:43 UTC 2014 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=188964 From owner-freebsd-python@FreeBSD.ORG Fri Apr 25 03:40:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 839FE41A for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 25 Apr 2014 03:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7150515F2 for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 25 Apr 2014 03:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3P3e09c085941 for <freebsd-python@freefall.freebsd.org>; Fri, 25 Apr 2014 03:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3P3e0Ih085940; Fri, 25 Apr 2014 03:40:00 GMT (envelope-from gnats) Date: Fri, 25 Apr 2014 03:40:00 GMT Message-Id: <201404250340.s3P3e0Ih085940@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Mark Linimon <linimon@lonesome.com> Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Mark Linimon <linimon@lonesome.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 25 Apr 2014 03:40:01 -0000 The following reply was made to PR ports/188964; it has been noted by GNATS. From: Mark Linimon <linimon@lonesome.com> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr Date: Thu, 24 Apr 2014 22:35:20 -0500 ----- Forwarded message from Roland Smith <rsmith@xs4all.nl> ----- Date: Fri, 25 Apr 2014 00:04:25 +0200 From: Roland Smith <rsmith@xs4all.nl> To: Edwin Groothuis <edwin@freebsd.org> Cc: freebsd-python@freebsd.org Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr User-Agent: Mutt/1.5.23 (2014-03-12) Looks good. And thanks for the heads-up! Roland -- R.F.Smith http://rsmith.home.xs4all.nl/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 5753 3324 1661 B0FE 8D93 FCED 40F6 D5DC A38A 33E0 (keyID: A38A33E0) ----- End forwarded message ----- From owner-freebsd-python@FreeBSD.ORG Mon Apr 28 11:06:53 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1CAD0544 for <freebsd-python@FreeBSD.org>; Mon, 28 Apr 2014 11:06:53 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E38411AAF for <freebsd-python@FreeBSD.org>; Mon, 28 Apr 2014 11:06:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3SB6qJg086243 for <freebsd-python@FreeBSD.org>; Mon, 28 Apr 2014 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3SB6qSM086241 for freebsd-python@FreeBSD.org; Mon, 28 Apr 2014 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 28 Apr 2014 11:06:52 GMT Message-Id: <201404281106.s3SB6qSM086241@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster <bugmaster@freebsd.org> 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.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 28 Apr 2014 11:06:53 -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 -------------------------------------------------------------------------------- o ports/188964 python [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr o ports/188930 python [maintainer update] games/py-mnemosyne (2.3) o ports/188894 python [PATCH] databases/py-swift: update to 1.13.1 o ports/188777 python [PATCH] www/py-TurboGears: stage o ports/188774 python [PATCH] www/py-tgwebservices: stage o ports/188773 python [PATCH] www/py-scriptaculous: stage o ports/188769 python [PATCH] www/py-pylons: stage o ports/188681 python Updated port security/py-ecdsa o ports/188327 python math/py-numpy: Numpy is broken o ports/188251 python lang/python: bdb48 dependency leak in all python o ports/188250 python [Patch] update port www/py-selenium to 2.41.0 o ports/188114 python math/py-numpy is broken on 9.2-STABLE f ports/187956 python [PATCH] devel/py-bcdoc: update to 0.12.2 o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187393 python databases/py-firebirdsql: update to 0.9.2 o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 o ports/184954 python Installation checks prevent multiple python ports bein o ports/178301 python [patch] lang/python27: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre 28 problems total. From owner-freebsd-python@FreeBSD.ORG Wed Apr 30 08:10:08 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8F8A5F9; Wed, 30 Apr 2014 08:10:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE60E1DE5; Wed, 30 Apr 2014 08:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3U8A81V088788; Wed, 30 Apr 2014 08:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3U8A8ww088787; Wed, 30 Apr 2014 08:10:08 GMT (envelope-from edwin) Date: Wed, 30 Apr 2014 08:10:08 GMT Message-Id: <201404300810.s3U8A8ww088787@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189129: [MAINTAINER UPDATE] textproc/py-regex update to version 2014.04.10 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 30 Apr 2014 08:10:08 -0000 Synopsis: [MAINTAINER UPDATE] textproc/py-regex update to version 2014.04.10 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 30 08:10:08 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189129 From owner-freebsd-python@FreeBSD.ORG Wed Apr 30 08:50:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C7FFD03; Wed, 30 Apr 2014 08:50:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5E831306; Wed, 30 Apr 2014 08:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3U8o4JM005141; Wed, 30 Apr 2014 08:50:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3U8o4DF005140; Wed, 30 Apr 2014 08:50:04 GMT (envelope-from edwin) Date: Wed, 30 Apr 2014 08:50:04 GMT Message-Id: <201404300850.s3U8o4DF005140@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 30 Apr 2014 08:50:05 -0000 Synopsis: databases/py-bsddb3 - fails to build with python3.x Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 30 08:50:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189131 From owner-freebsd-python@FreeBSD.ORG Wed Apr 30 08:50:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E255CD33; Wed, 30 Apr 2014 08:50:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7CDC1308; Wed, 30 Apr 2014 08:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3U8o6fZ005220; Wed, 30 Apr 2014 08:50:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3U8o6ch005219; Wed, 30 Apr 2014 08:50:06 GMT (envelope-from edwin) Date: Wed, 30 Apr 2014 08:50:06 GMT Message-Id: <201404300850.s3U8o6ch005219@freefall.freebsd.org> To: arcade@b1t.name, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 30 Apr 2014 08:50:07 -0000 Synopsis: databases/py-bsddb3 - fails to build with python3.x State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Apr 30 08:50:06 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189131 From owner-freebsd-python@FreeBSD.ORG Wed Apr 30 09:00:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42323F8 for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 30 Apr 2014 09:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 308E81452 for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 30 Apr 2014 09:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3U9020F008790 for <freebsd-python@freefall.freebsd.org>; Wed, 30 Apr 2014 09:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3U90232008789; Wed, 30 Apr 2014 09:00:02 GMT (envelope-from gnats) Date: Wed, 30 Apr 2014 09:00:02 GMT Message-Id: <201404300900.s3U90232008789@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis <edwin@FreeBSD.org> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 30 Apr 2014 09:00:02 -0000 The following reply was made to PR ports/189131; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: 5u623l20@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x Date: Wed, 30 Apr 2014 08:50:05 UT Maintainer of databases/py-bsddb3, Please note that PR ports/189131 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/189131 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Wed Apr 30 12:20:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5AB3B3C5 for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 30 Apr 2014 12:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47A8A18DF for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 30 Apr 2014 12:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3UCK0B2081556 for <freebsd-python@freefall.freebsd.org>; Wed, 30 Apr 2014 12:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3UCK0gB081555; Wed, 30 Apr 2014 12:20:00 GMT (envelope-from gnats) Date: Wed, 30 Apr 2014 12:20:00 GMT Message-Id: <201404301220.s3UCK0gB081555@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Muhammad Moinur Rahman <5u623l20@gmail.com> Subject: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Muhammad Moinur Rahman <5u623l20@gmail.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 30 Apr 2014 12:20:01 -0000 The following reply was made to PR ports/189131; it has been noted by GNATS. From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: bug-followup@freebsd.org Cc: Subject: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x Date: Wed, 30 Apr 2014 18:16:43 +0600 (BDT) >Submitter-Id: current-users >Originator: Muhammad Moinur Rahman >Organization: >Confidential: no >Synopsis: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 11.0-CURRENT amd64 >Environment: System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r263870: Fri Mar 28 16:37:49 BDT >Description: - Fixed Building in 3.X - Added OPTIONS to chose between 2.X and 3.X - OPTIONS default to build for 3.X as database/py-bsddb exists for 2.X Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- py-bsddb3-6.0.1.patch begins here --- diff -ruN /usr/ports//databases/py-bsddb3/Makefile ./Makefile --- /usr/ports//databases/py-bsddb3/Makefile 2014-04-28 21:07:11.000000000 +0600 +++ ./Makefile 2014-04-30 18:14:10.681435022 +0600 @@ -3,6 +3,7 @@ PORTNAME= bsddb3 PORTVERSION= 6.0.1 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +13,17 @@ LICENSE= BSD3CLAUSE -USE_BDB= 43+ -USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes +OPTIONS_SINGLE= PYTHON +OPTIONS_SINGLE_PYTHON= PYTHON2 PYTHON3 +OPTIONS_DEFAULT= PYTHON3 +PYTHON2_DESC= Build with Python 2.X version +PYTHON3_DESC= Build with Python 3.X version +PYTHON2_USE= BDB=43+ PYTHON=2.7 +PYTHON3_USE= BDB=48+ PYTHON=3 + PYDISTUTILS_CONFIGUREARGS=--libs="-l${BDB_LIB_NAME}" --berkeley-db=${LOCALBASE} PYDISTUTILS_BUILDARGS= --libs="-l${BDB_LIB_NAME}" --berkeley-db=${LOCALBASE} PYDISTUTILS_INSTALLARGS=-c -O1 --prefix=${PREFIX} --berkeley-db=${LOCALBASE} @@ -27,7 +34,8 @@ post-patch: ${REINPLACE_CMD} 's,%%DBVERSION%%,${BDB_LIB_NAME},g' ${WRKSRC}/setup2.py ${WRKSRC}/setup3.py ${REINPLACE_CMD} 's,<db\.h>,<${BDB_INCLUDE_DIR}/db.h>,' ${WRKSRC}/Modules/bsddb.h - ${REINPLACE_CMD} 's,%%BDB_INCLUDE_DIR%%,${BDB_INCLUDE_DIR},' ${WRKSRC}/setup2.py + ${REINPLACE_CMD} 's,%%BDB_INCLUDE_DIR%%,${BDB_INCLUDE_DIR},' ${WRKSRC}/setup2.py ${WRKSRC}/setup3.py + ${REINPLACE_CMD} 's,METH_VARARGS||METH_KEYWORDS,METH_VARARGS|METH_KEYWORDS,' ${WRKSRC}/Modules/_bsddb.c post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff -ruN /usr/ports//databases/py-bsddb3/files/patch-setup3.py ./files/patch-setup3.py --- /usr/ports//databases/py-bsddb3/files/patch-setup3.py 2014-01-22 23:40:44.000000000 +0600 +++ ./files/patch-setup3.py 2014-04-30 17:57:15.055501410 +0600 @@ -1,6 +1,6 @@ --- setup3.py.orig 2011-03-15 16:10:41.000000000 +0800 +++ setup3.py 2011-03-15 16:12:40.000000000 +0800 -@@ -53,10 +53,7 @@ +@@ -86,10 +86,7 @@ category=DeprecationWarning) @@ -12,7 +12,7 @@ from distutils.dep_util import newer import distutils.ccompiler -@@ -247,8 +244,8 @@ +@@ -292,8 +289,8 @@ incdir = os.path.join(BERKELEYDB_DIR, 'include') if not libdir: libdir = os.path.join(BERKELEYDB_DIR, 'lib') @@ -23,3 +23,12 @@ else: if debug: print("LIBS already contains '-ldb' not adding our own", "'-l"+dblib+"'") libname = [] +@@ -332,7 +329,7 @@ + + # read db.h to figure out what version of Berkeley DB this is + ver = None +- db_h_lines = open(os.path.join(incdir, 'db.h'), 'r').readlines() ++ db_h_lines = open('%%BDB_INCLUDE_DIR%%/db.h', 'r').readlines() + db_ver_re = re.compile( + r'^#define\s+DB_VERSION_STRING\s.*Berkeley DB (\d+\.\d+).*') + db_ver2 = db_ver --- py-bsddb3-6.0.1.patch ends here --- From owner-freebsd-python@FreeBSD.ORG Wed Apr 30 12:40:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E28F93B for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 30 Apr 2014 12:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EEC11ADB for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 30 Apr 2014 12:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3UCe2sl088424 for <freebsd-python@freefall.freebsd.org>; Wed, 30 Apr 2014 12:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3UCe2pi088423; Wed, 30 Apr 2014 12:40:02 GMT (envelope-from gnats) Date: Wed, 30 Apr 2014 12:40:02 GMT Message-Id: <201404301240.s3UCe2pi088423@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Muhammad Moinur Rahman <5u623l20@gmail.com> Subject: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Muhammad Moinur Rahman <5u623l20@gmail.com> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 30 Apr 2014 12:40:02 -0000 The following reply was made to PR ports/189131; it has been noted by GNATS. From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: "bug-followup@FreeBSD.org" <bug-followup@freebsd.org> Cc: Subject: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x Date: Wed, 30 Apr 2014 18:32:17 +0600 --089e014946023463a004f841bd2a Content-Type: text/plain; charset=UTF-8 For Committer's reference for the updated patch: http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-bsddb3/6.0.1_1/ http://pdr.s.ubze.ro/bulk/latest-per-pkg/py33-bsddb3/6.0.1_1/ On Wed, Apr 30, 2014 at 2:50 PM, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of databases/py-bsddb3, > > Please note that PR ports/189131 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/189131 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --089e014946023463a004f841bd2a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div class=3D"gmail_default" style=3D"font-family:'cou= rier new',monospace;font-size:small;color:rgb(0,0,0)">For Committer'= ;s reference for the updated patch:</div><div class=3D"gmail_default" style= ><font color=3D"#000000" face=3D"courier new, monospace"><a href=3D"http://= pdr.s.ubze.ro/bulk/latest-per-pkg/py27-bsddb3/6.0.1_1/">http://pdr.s.ubze.r= o/bulk/latest-per-pkg/py27-bsddb3/6.0.1_1/</a></font><br> </div><div class=3D"gmail_default" style><font color=3D"#000000" face=3D"co= urier new, monospace"><a href=3D"http://pdr.s.ubze.ro/bulk/latest-per-pkg/p= y33-bsddb3/6.0.1_1/">http://pdr.s.ubze.ro/bulk/latest-per-pkg/py33-bsddb3/6= .0.1_1/</a><br> </font></div></div><div class=3D"gmail_extra"><br><br><div class=3D"gmail_q= uote">On Wed, Apr 30, 2014 at 2:50 PM, Edwin Groothuis <span dir=3D"ltr">&l= t;<a href=3D"mailto:edwin@freebsd.org" target=3D"_blank">edwin@freebsd.org<= /a>></span> wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex">Maintainer of databases/py-bsddb3,<br> <br> Please note that PR ports/189131 has just been submitted.<br> <br> If it contains a patch for an upgrade, an enhancement or a bug fix<br> you agree on, reply to this email stating that you approve the patch<br> and a committer will take care of it.<br> <br> The full text of the PR can be found at:<br> =C2=A0 =C2=A0 <a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports= /189131" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dpor= ts/189131</a><br> <span class=3D"HOEnZb"><font color=3D"#888888"><br> --<br> Edwin Groothuis via the GNATS Auto Assign Tool<br> edwin@FreeBSD.org<br> </font></span></blockquote></div><br></div> --089e014946023463a004f841bd2a-- From owner-freebsd-python@FreeBSD.ORG Wed Apr 30 15:11:00 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C31B222C; Wed, 30 Apr 2014 15:11:00 +0000 (UTC) Received: from us2.outbound.mailhostbox.com (us2.outbound.mailhostbox.com [162.210.70.53]) by mx1.freebsd.org (Postfix) with ESMTP id 8C9331CDD; Wed, 30 Apr 2014 15:11:00 +0000 (UTC) Received: from mail.jmorenov.com.co (unknown [208.91.199.199]) (Authenticated sender: jmorenov@jmorenov.com.co) by us2.outbound.mailhostbox.com (Postfix) with ESMTPA id D6E201E98B20; Wed, 30 Apr 2014 15:02:16 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jmorenov.com.co; s=20111016; t=1398870139; bh=VvwTcQD0DOj6vaS8yARp1BVvtpPHH5dtDVH1NXKJLU0=; h=MIME-Version:Content-Type:Date:From:To:Subject:Message-ID; b=czDrlyC9tRirev5JTCIAw3hIpxF+WFs52bYjeESgqFSnxA+1oF9FctRDoYSyMV2Rs Qn4zb/zGlRrrELt5PR0W/hw8bY9D5dH3QsnjAB0ZmY4/uLwEf6VyhL8ZJN8mLpYUbv RCSbLXvv2TI/K87Jz3T8wUdnb6/ZoWvbaoaTRrIM= MIME-Version: 1.0 Date: Wed, 30 Apr 2014 10:02:16 -0500 From: jmorenov@jmorenov.com.co To: <pavelivolkov@gmail.com>, <python@FreeBSD.org>, <mat@FreeBSD.org> Subject: bind10-1.2.0 You have python 2.7 set as the default, and this needs 3.3 Message-ID: <a45f1f34f26ec72a7bad542b0287ee6f@jmorenov.com.co> X-Sender: jmorenov@jmorenov.com.co User-Agent: Webmail Services/0.4 X-CTCH-RefID: wb X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: WHITE_FROM_RCVD X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CTCH-SenderID: jmorenov@jmorenov.com.co X-CTCH-SenderID-TotalMessages: 1 X-CTCH-SenderID-TotalSpam: 0 X-CTCH-SenderID-TotalSuspected: 0 X-CTCH-SenderID-TotalBulk: 0 X-CTCH-SenderID-TotalConfirmed: 0 X-CTCH-SenderID-TotalRecipients: 0 X-CTCH-SenderID-TotalVirus: 0 X-CTCH-SenderID-BlueWhiteFlag: 0 X-Scanned-By: MIMEDefang 2.72 on 172.16.214.8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 30 Apr 2014 15:11:00 -0000 ---------------------------------------------------------------------------------------------------- root@server:/usr/ports/dns/bind10 # make clean ===> Cleaning for bind10-1.2.0 root@server:/usr/ports/dns/bind10 # make install clean ===> bind10-1.2.0 You have python 2.7 set as the default, and this needs 3.3. *** Error code 1 Stop. make: stopped in /usr/ports/dns/bind10 root@server:/usr/ports/dns/bind10 # pkg info -ix python python3-3_1 python33-3.3.5_1 python34-3.4.0 root@server:/usr/ports/dns/bind10 # date Wed Apr 30 09:47:02 COT 2014 root@server:/usr/ports/dns/bind10 # cat /etc/make.conf WITH_BDB_VER=5 WITH_PKGNG=yes DEFAULT_VERSIONS=python3=3.3 root@server:/usr/ports/dns/bind10 # --------------------------------------------------------------------------------------------------------- root@server:/usr/ports/dns/bind10 # uname -a FreeBSD server.jmorenov.com.co 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29 17:06:01 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 root@server:/usr/ports/dns/bind10 # --------------------------------------------------------------------------------------------------------- I can not install bind10 on FreeBSD 10 Please help me William Moreno From owner-freebsd-python@FreeBSD.ORG Thu May 1 11:10:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 289A1B6F; Thu, 1 May 2014 11:10:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F23891CB2; Thu, 1 May 2014 11:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s41BA4Km094875; Thu, 1 May 2014 11:10:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s41BA4Kn094874; Thu, 1 May 2014 11:10:04 GMT (envelope-from edwin) Date: Thu, 1 May 2014 11:10:04 GMT Message-Id: <201405011110.s41BA4Kn094874@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189182: [MAINTAINER] databases/py-pylibmc: update to 1.3.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 01 May 2014 11:10:05 -0000 Synopsis: [MAINTAINER] databases/py-pylibmc: update to 1.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu May 1 11:10:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189182 From owner-freebsd-python@FreeBSD.ORG Fri May 2 09:22:39 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 560C592F for <python@freebsd.org>; Fri, 2 May 2014 09:22:39 +0000 (UTC) Received: from mail-yh0-x235.google.com (mail-yh0-x235.google.com [IPv6:2607:f8b0:4002:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1BC4A1DC2 for <python@freebsd.org>; Fri, 2 May 2014 09:22:39 +0000 (UTC) Received: by mail-yh0-f53.google.com with SMTP id i57so3888009yha.26 for <python@freebsd.org>; Fri, 02 May 2014 02:22:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=anc86LyVEk+0YVWbFBFFzUahQA9L1E3ZPzQr2Z/mvoY=; b=TfkHW3tT6BxnLvRByctzzl+XphCZJ3DQhrTQkSRWDhpw7XQBluPXaFQ7FpB0HoAGcT bqcRcanaN9W74VCIjmCqLujU/RQ+uhw8VJVwaND7bgKP6mAjcEE0vBQK2x3G14D7EL72 21R3cuTEpCyq1vWdY1WRCByjIN2c43ZjH2nXWZQJml9T08jF7xwZzpwTiyzhIQtg+tff +8QgRgSXoBiEcdAn+mC5T11hTNSzXgSR6qeZTx+0F/JKdXABLVkqoPIUgPBNx5btZ5Ha 42068qHzM8ChfQDaTv8rAgNeaAsTukMM4kblY2ysZgWqT+7euQ50B/RZPZgvhhWpbCWc BoUg== MIME-Version: 1.0 X-Received: by 10.236.131.42 with SMTP id l30mr21804843yhi.130.1399022558275; Fri, 02 May 2014 02:22:38 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.50.80 with HTTP; Fri, 2 May 2014 02:22:38 -0700 (PDT) Date: Fri, 2 May 2014 11:22:38 +0200 X-Google-Sender-Auth: 3agvbPTGm3zq1rmZyF-kl6PQosA Message-ID: <CAALwa8mp+YGS_zxxYHGt73rtv-DSdDDJcqoFpjpeiJGSj3931g@mail.gmail.com> Subject: bsd.python.mk patch for review From: Antoine Brodin <antoine@FreeBSD.org> To: python@freebsd.org Content-Type: multipart/mixed; boundary=20cf301b622b9e820804f86752be X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 02 May 2014 09:22:39 -0000 --20cf301b622b9e820804f86752be Content-Type: text/plain; charset=UTF-8 Hi there, Currently default python versions are inconsistent: - python 3.3 is the default python3 version - python 3.4 is preferred over python 3.3 when a port needs a python version in a specific range The patch below should address this, please review/test. Cheers, Antoine Index: Mk/bsd.python.mk =================================================================== --- Mk/bsd.python.mk (revision 352778) +++ Mk/bsd.python.mk (working copy) @@ -289,7 +289,7 @@ But you specified ${_PYTHON_VERSION} .else .undef _PYTHON_VERSION -.for ver in ${_PYTHON_ALLBRANCHES} +.for ver in ${PYTHON2_DEFAULT} ${PYTHON3_DEFAULT} ${_PYTHON_ALLBRANCHES} __VER= ${ver} .if !defined(_PYTHON_VERSION) && \ !(!empty(_PYTHON_VERSION_MINIMUM) && ( \ --20cf301b622b9e820804f86752be Content-Type: text/plain; charset=US-ASCII; name="pythonmk.diff" Content-Disposition: attachment; filename="pythonmk.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hup97lkt0 SW5kZXg6IE1rL2JzZC5weXRob24ubWsKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gTWsvYnNkLnB5dGhvbi5tawko cmV2aXNpb24gMzUyNzc4KQorKysgTWsvYnNkLnB5dGhvbi5tawkod29ya2luZyBjb3B5KQpAQCAt Mjg5LDcgKzI4OSw3IEBACiAJCQkJCUJ1dCB5b3Ugc3BlY2lmaWVkICR7X1BZVEhPTl9WRVJTSU9O fQogLmVsc2UKIC51bmRlZiBfUFlUSE9OX1ZFUlNJT04KLS5mb3IgdmVyIGluICR7X1BZVEhPTl9B TExCUkFOQ0hFU30KKy5mb3IgdmVyIGluICR7UFlUSE9OMl9ERUZBVUxUfSAke1BZVEhPTjNfREVG QVVMVH0gJHtfUFlUSE9OX0FMTEJSQU5DSEVTfQogX19WRVI9CQkke3Zlcn0KIC5pZiAhZGVmaW5l ZChfUFlUSE9OX1ZFUlNJT04pICYmIFwKIAkhKCFlbXB0eShfUFlUSE9OX1ZFUlNJT05fTUlOSU1V TSkgJiYgKCBcCg== --20cf301b622b9e820804f86752be-- From owner-freebsd-python@FreeBSD.ORG Fri May 2 11:58:58 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 547C2C29; Fri, 2 May 2014 11:58:58 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 13E7F1DF8; Fri, 2 May 2014 11:58:58 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 6608EBDC56; Fri, 2 May 2014 13:58:56 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 53E7EBDC1D; Fri, 2 May 2014 13:58:56 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id E462A617A; Fri, 2 May 2014 13:58:55 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 619E26C050A6; Fri, 2 May 2014 13:58:55 +0200 (CEST) Date: Fri, 02 May 2014 13:58:54 +0200 From: Mathieu Arnold <mat@FreeBSD.org> To: jmorenov@jmorenov.com.co, pavelivolkov@gmail.com, python@FreeBSD.org, mat@FreeBSD.org Subject: Re: bind10-1.2.0 You have python 2.7 set as the default, and this needs 3.3 Message-ID: <C7F7F91C203E416BE8D6A6B2@ogg.in.absolight.net> In-Reply-To: <a45f1f34f26ec72a7bad542b0287ee6f@jmorenov.com.co> References: <a45f1f34f26ec72a7bad542b0287ee6f@jmorenov.com.co> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 02 May 2014 11:58:58 -0000 +--On 30 avril 2014 10:02:16 -0500 jmorenov@jmorenov.com.co wrote: | DEFAULT_VERSIONS=python3=3.3 That line says that in the case you need python3, you will have 3.3, not that in the case you need python you will have python 3.3. You need DEFAULT_VERSIONS=python=3.3. (And then, you need to rebuild everything that needs python because the default has changed from 2.7 to 3.3.) Also, my I inquire why you're trying to use BIND 10 ? (Just curious, as it's a deprecated dead piece of software.) -- Mathieu Arnold From owner-freebsd-python@FreeBSD.ORG Fri May 2 22:50:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 116F0F8; Fri, 2 May 2014 22:50:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB7D01558; Fri, 2 May 2014 22:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s42Mo4oR001156; Fri, 2 May 2014 22:50:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s42Mo4Ho001155; Fri, 2 May 2014 22:50:04 GMT (envelope-from edwin) Date: Fri, 2 May 2014 22:50:04 GMT Message-Id: <201405022250.s42Mo4Ho001155@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189270: Is a new port graphics/py-pygal X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 02 May 2014 22:50:05 -0000 Synopsis: Is a new port graphics/py-pygal Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri May 2 22:50:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189270 From owner-freebsd-python@FreeBSD.ORG Sun May 4 10:38:31 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A58BF52E for <python@freebsd.org>; Sun, 4 May 2014 10:38:31 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91CA71720 for <python@freebsd.org>; Sun, 4 May 2014 10:38:31 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s44AcVYT062696 for <python@freebsd.org>; Sun, 4 May 2014 10:38:31 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s44AcVHT062690; Sun, 4 May 2014 10:38:31 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201405041038.s44AcVHT062690@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sun, 4 May 2014 10:38:31 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 04 May 2014 10:38:31 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.5 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.5 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.5 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 2.0.1 | 3.5 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Mon May 5 11:06:49 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2EA0EA7 for <freebsd-python@FreeBSD.org>; Mon, 5 May 2014 11:06:49 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 878571CF8 for <freebsd-python@FreeBSD.org>; Mon, 5 May 2014 11:06:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s45B6n4Q083224 for <freebsd-python@FreeBSD.org>; Mon, 5 May 2014 11:06:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s45B6naj083221 for freebsd-python@FreeBSD.org; Mon, 5 May 2014 11:06:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 5 May 2014 11:06:49 GMT Message-Id: <201405051106.s45B6naj083221@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster <bugmaster@freebsd.org> 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.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 05 May 2014 11:06:49 -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 -------------------------------------------------------------------------------- o ports/189270 python [new port] graphics/py-pygal, python svg graph plottin o ports/189182 python [MAINTAINER] databases/py-pylibmc: update to 1.3.0 f ports/189131 python databases/py-bsddb3 - fails to build with python3.x o ports/189129 python [MAINTAINER UPDATE] textproc/py-regex update to versio o ports/188964 python [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr o ports/188930 python [maintainer update] games/py-mnemosyne (2.3) o ports/188894 python [PATCH] databases/py-swift: update to 1.13.1 o ports/188777 python [PATCH] www/py-TurboGears: stage o ports/188774 python [PATCH] www/py-tgwebservices: stage o ports/188773 python [PATCH] www/py-scriptaculous: stage o ports/188769 python [PATCH] www/py-pylons: stage o ports/188681 python Updated port security/py-ecdsa o ports/188327 python math/py-numpy: Numpy is broken o ports/188251 python lang/python: bdb48 dependency leak in all python o ports/188250 python [Patch] update port www/py-selenium to 2.41.0 o ports/188114 python math/py-numpy is broken on 9.2-STABLE f ports/187956 python [PATCH] devel/py-bcdoc: update to 0.12.2 o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187393 python databases/py-firebirdsql: update to 0.9.2 o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 o ports/184954 python Installation checks prevent multiple python ports bein o ports/178301 python [patch] lang/python27: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre 32 problems total. From owner-freebsd-python@FreeBSD.ORG Mon May 5 18:20:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 213CB57B; Mon, 5 May 2014 18:20:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB1BCD48; Mon, 5 May 2014 18:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s45IK449038462; Mon, 5 May 2014 18:20:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s45IK49q038461; Mon, 5 May 2014 18:20:04 GMT (envelope-from edwin) Date: Mon, 5 May 2014 18:20:04 GMT Message-Id: <201405051820.s45IK49q038461@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189377: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 05 May 2014 18:20:05 -0000 Synopsis: maintainer update : sysutils/py-salt Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 5 18:20:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189377 From owner-freebsd-python@FreeBSD.ORG Mon May 5 21:23:33 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86929420; Mon, 5 May 2014 21:23:33 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C712899; Mon, 5 May 2014 21:23:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s45LNX8E095740; Mon, 5 May 2014 21:23:33 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s45LNXYE095739; Mon, 5 May 2014 21:23:33 GMT (envelope-from ohauer) Date: Mon, 5 May 2014 21:23:33 GMT Message-Id: <201405052123.s45LNXYE095739@freefall.freebsd.org> To: ohauer@FreeBSD.org, freebsd-python@FreeBSD.org, ohauer@FreeBSD.org From: ohauer@FreeBSD.org Subject: Re: ports/189377: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 05 May 2014 21:23:33 -0000 Synopsis: maintainer update : sysutils/py-salt Responsible-Changed-From-To: freebsd-python->ohauer Responsible-Changed-By: ohauer Responsible-Changed-When: Mon May 5 21:22:29 UTC 2014 Responsible-Changed-Why: I'll take it (I was in progress to send an update PR) http://www.freebsd.org/cgi/query-pr.cgi?pr=189377 From owner-freebsd-python@FreeBSD.ORG Mon May 5 21:30:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B68CF9CE; Mon, 5 May 2014 21:30:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E4978D2; Mon, 5 May 2014 21:30:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s45LU5mn096611; Mon, 5 May 2014 21:30:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s45LU57L096610; Mon, 5 May 2014 21:30:05 GMT (envelope-from edwin) Date: Mon, 5 May 2014 21:30:05 GMT Message-Id: <201405052130.s45LU57L096610@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189383: [patch] sysutils/py-salt-api update to 0.8.4 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 05 May 2014 21:30:05 -0000 Synopsis: [patch] sysutils/py-salt-api update to 0.8.4 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 5 21:30:05 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189383 From owner-freebsd-python@FreeBSD.ORG Mon May 5 21:30:07 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70E069D2; Mon, 5 May 2014 21:30:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 485F78D3; Mon, 5 May 2014 21:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s45LU71J096688; Mon, 5 May 2014 21:30:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s45LU7Po096687; Mon, 5 May 2014 21:30:07 GMT (envelope-from edwin) Date: Mon, 5 May 2014 21:30:07 GMT Message-Id: <201405052130.s45LU7Po096687@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189383: [patch] sysutils/py-salt-api update to 0.8.4 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 05 May 2014 21:30:07 -0000 Synopsis: [patch] sysutils/py-salt-api update to 0.8.4 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon May 5 21:30:07 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189383 From owner-freebsd-python@FreeBSD.ORG Mon May 5 21:40:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 431C9379 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 5 May 2014 21:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3170F99C for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 5 May 2014 21:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s45Le1J9099234 for <freebsd-python@freefall.freebsd.org>; Mon, 5 May 2014 21:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s45Le1V8099233; Mon, 5 May 2014 21:40:01 GMT (envelope-from gnats) Date: Mon, 5 May 2014 21:40:01 GMT Message-Id: <201405052140.s45Le1V8099233@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/189383: [patch] sysutils/py-salt-api update to 0.8.4 Reply-To: Edwin Groothuis <edwin@FreeBSD.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 05 May 2014 21:40:01 -0000 The following reply was made to PR ports/189383; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: christer.edwards@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/189383: [patch] sysutils/py-salt-api update to 0.8.4 Date: Mon, 5 May 2014 21:30:06 UT Maintainer of sysutils/py-salt-api, Please note that PR ports/189383 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/189383 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Tue May 6 15:30:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5CD011A1 for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 6 May 2014 15:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FFABE81 for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 6 May 2014 15:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s46FU0qm007673 for <freebsd-python@freefall.freebsd.org>; Tue, 6 May 2014 15:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s46FU0Z8007672; Tue, 6 May 2014 15:30:00 GMT (envelope-from gnats) Date: Tue, 6 May 2014 15:30:00 GMT Message-Id: <201405061530.s46FU0Z8007672@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Christer Edwards <christer.edwards@gmail.com> Subject: Re: ports/189383: [patch] sysutils/py-salt-api update to 0.8.4 Reply-To: Christer Edwards <christer.edwards@gmail.com> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 06 May 2014 15:30:01 -0000 The following reply was made to PR ports/189383; it has been noted by GNATS. From: Christer Edwards <christer.edwards@gmail.com> To: bug-followup@freebsd.org Cc: Subject: Re: ports/189383: [patch] sysutils/py-salt-api update to 0.8.4 Date: Tue, 6 May 2014 09:23:47 -0600 --001a113a98d0c9010804f8bcd6fb Content-Type: text/plain; charset=UTF-8 Approved. Thanks! On Mon, May 5, 2014 at 3:30 PM, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of sysutils/py-salt-api, > > Please note that PR ports/189383 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/189383 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --001a113a98d0c9010804f8bcd6fb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Approved. Thanks!</div><div class=3D"gmail_extra"><br><br>= <div class=3D"gmail_quote">On Mon, May 5, 2014 at 3:30 PM, Edwin Groothuis = <span dir=3D"ltr"><<a href=3D"mailto:edwin@freebsd.org" target=3D"_blank= ">edwin@freebsd.org</a>></span> wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex">Maintainer of sysutils/py-salt-api,<br> <br> Please note that PR ports/189383 has just been submitted.<br> <br> If it contains a patch for an upgrade, an enhancement or a bug fix<br> you agree on, reply to this email stating that you approve the patch<br> and a committer will take care of it.<br> <br> The full text of the PR can be found at:<br> =C2=A0 =C2=A0 <a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports= /189383" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dpor= ts/189383</a><br> <span class=3D"HOEnZb"><font color=3D"#888888"><br> --<br> Edwin Groothuis via the GNATS Auto Assign Tool<br> edwin@FreeBSD.org<br> </font></span></blockquote></div><br></div> --001a113a98d0c9010804f8bcd6fb-- From owner-freebsd-python@FreeBSD.ORG Tue May 6 17:25:31 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D82530F; Tue, 6 May 2014 17:25:31 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A99BCA9; Tue, 6 May 2014 17:25:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s46HPVta048864; Tue, 6 May 2014 17:25:31 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s46HPVJb048863; Tue, 6 May 2014 17:25:31 GMT (envelope-from ohauer) Date: Tue, 6 May 2014 17:25:31 GMT Message-Id: <201405061725.s46HPVJb048863@freefall.freebsd.org> To: christer.edwards@gmail.com, ohauer@FreeBSD.org, freebsd-python@FreeBSD.org From: ohauer@FreeBSD.org Subject: Re: ports/189383: [patch] sysutils/py-salt-api update to 0.8.4 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 06 May 2014 17:25:31 -0000 Synopsis: [patch] sysutils/py-salt-api update to 0.8.4 State-Changed-From-To: feedback->closed State-Changed-By: ohauer State-Changed-When: Tue May 6 17:24:59 UTC 2014 State-Changed-Why: I've taken the liberty to commit my own PR http://www.freebsd.org/cgi/query-pr.cgi?pr=189383 From owner-freebsd-python@FreeBSD.ORG Tue May 6 17:30:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4505855B for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 6 May 2014 17:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32955CD9 for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 6 May 2014 17:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s46HU1wq049142 for <freebsd-python@freefall.freebsd.org>; Tue, 6 May 2014 17:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s46HU12I049141; Tue, 6 May 2014 17:30:01 GMT (envelope-from gnats) Date: Tue, 6 May 2014 17:30:01 GMT Message-Id: <201405061730.s46HU12I049141@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/189383: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 06 May 2014 17:30:01 -0000 The following reply was made to PR ports/189383; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189383: commit references a PR Date: Tue, 6 May 2014 17:24:41 +0000 (UTC) Author: ohauer Date: Tue May 6 17:24:37 2014 New Revision: 353112 URL: http://svnweb.freebsd.org/changeset/ports/353112 QAT: https://qat.redports.org/buildarchive/r353112/ Log: - update to 0.8.4 - remove pkg-plist, port has PYDISTUTILS_AUTOPLIST=yes defined PR: ports/189383 Submitted by: ohauer Approved by: Christer Edwards <christer.edwards@gmail.com> (maintainer) Deleted: head/sysutils/py-salt-api/pkg-plist Modified: head/sysutils/py-salt-api/Makefile head/sysutils/py-salt-api/distinfo Modified: head/sysutils/py-salt-api/Makefile ============================================================================== --- head/sysutils/py-salt-api/Makefile Tue May 6 17:24:31 2014 (r353111) +++ head/sysutils/py-salt-api/Makefile Tue May 6 17:24:37 2014 (r353112) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= salt-api -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-salt-api/distinfo ============================================================================== --- head/sysutils/py-salt-api/distinfo Tue May 6 17:24:31 2014 (r353111) +++ head/sysutils/py-salt-api/distinfo Tue May 6 17:24:37 2014 (r353112) @@ -1,2 +1,2 @@ -SHA256 (salt-api-0.8.3.tar.gz) = 11e834678224ee1393c7a272cb5fc11c532d46deb202631c5d56b1badd2c6a40 -SIZE (salt-api-0.8.3.tar.gz) = 50640 +SHA256 (salt-api-0.8.4.tar.gz) = eef5f4c4f8a9a6290ea6cfdc27c2da342fb7905461d7b66e2b81cbf5a0a2084d +SIZE (salt-api-0.8.4.tar.gz) = 59959 _______________________________________________ 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 May 7 08:30:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9598155C for <python@freebsd.org>; Wed, 7 May 2014 08:30:04 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8670189B for <python@freebsd.org>; Wed, 7 May 2014 08:30:04 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s478U4LZ006207 for <python@freebsd.org>; Wed, 7 May 2014 08:30:04 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 7 May 2014 08:30:04 GMT Message-Id: <201405070830.s478U4LZ006207@portsmon.freebsd.org> From: linimon@FreeBSD.org To: python@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 07 May 2014 08:30:04 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: lang/python31 description: Interpreted object-oriented programming language maintainer: python@FreeBSD.org deprecated because: Python 3.1 will be end-of-life soon, please migrate to lang/python33 expiration date: 2014-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=python31 If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-python@FreeBSD.ORG Wed May 7 09:43:14 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0396389E for <python@freebsd.org>; Wed, 7 May 2014 09:43:14 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E47A3F3F for <python@freebsd.org>; Wed, 7 May 2014 09:43:13 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s479hDYA014042 for <python@freebsd.org>; Wed, 7 May 2014 09:43:13 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s479hDDt014041; Wed, 7 May 2014 09:43:13 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201405070943.s479hDDt014041@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 7 May 2014 09:43:13 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 07 May 2014 09:43:14 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.5.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.5.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.5.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 2.0.1 | 3.5.1 ------------------------------------------------+-----------------+------------ www/py-imdbpy | 4.9 | 5.0 ------------------------------------------------+-----------------+------------ www/xist | 3.25 | 5.8 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Wed May 7 11:50:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EEADE662 for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 7 May 2014 11:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C08BAD5C for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 7 May 2014 11:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s47Bo1k0092597 for <freebsd-python@freefall.freebsd.org>; Wed, 7 May 2014 11:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s47Bo1tL092583; Wed, 7 May 2014 11:50:01 GMT (envelope-from gnats) Date: Wed, 7 May 2014 11:50:01 GMT Message-Id: <201405071150.s47Bo1tL092583@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: =?UTF-8?Q?Eero_H=C3=A4nninen?= <fax@nohik.ee> Subject: Re: ports/187413: [NEW PORT] devel/py-python-statsd Reply-To: =?UTF-8?Q?Eero_H=C3=A4nninen?= <fax@nohik.ee> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 07 May 2014 11:50:02 -0000 The following reply was made to PR ports/187413; it has been noted by GNATS. From: =?UTF-8?Q?Eero_H=C3=A4nninen?= <fax@nohik.ee> To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Cc: Subject: Re: ports/187413: [NEW PORT] devel/py-python-statsd Date: Wed, 07 May 2014 14:40:25 +0300 --=_8448c878a40495571d48db86a5459ae4 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Newer version of this package (1.6.3) --=_8448c878a40495571d48db86a5459ae4 Content-Transfer-Encoding: base64 Content-Type: application/octet-stream; name=py-python-statsd.shar Content-Disposition: attachment; filename=py-python-statsd.shar; size=1562 IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxlLCByZW1vdmUgYW55 dGhpbmcgYmVmb3JlCiMgdGhpcyBsaW5lLCBhbmQgdGhlbiB1bnBhY2sgaXQgYnkgZW50ZXJpbmcg InNoIGZpbGUiLiAgTm90ZSwgaXQgbWF5CiMgY3JlYXRlIGRpcmVjdG9yaWVzOyBmaWxlcyBhbmQg ZGlyZWN0b3JpZXMgd2lsbCBiZSBvd25lZCBieSB5b3UgYW5kCiMgaGF2ZSBkZWZhdWx0IHBlcm1p c3Npb25zLgojCiMgVGhpcyBhcmNoaXZlIGNvbnRhaW5zOgojCiMJcHktcHl0aG9uLXN0YXRzZAoj CXB5LXB5dGhvbi1zdGF0c2QvTWFrZWZpbGUKIwlweS1weXRob24tc3RhdHNkL2Rpc3RpbmZvCiMJ cHktcHl0aG9uLXN0YXRzZC9wa2ctZGVzY3IKIwplY2hvIGMgLSBweS1weXRob24tc3RhdHNkCm1r ZGlyIC1wIHB5LXB5dGhvbi1zdGF0c2QgPiAvZGV2L251bGwgMj4mMQplY2hvIHggLSBweS1weXRo b24tc3RhdHNkL01ha2VmaWxlCnNlZCAncy9eWC8vJyA+cHktcHl0aG9uLXN0YXRzZC9NYWtlZmls ZSA8PCAnYWM2YjI3Njg1NDdkNjUyMDc5NDFhOTk2OTY1MDYwYzMnClgjICRGcmVlQlNEJApYClhQ T1JUTkFNRT0JcHl0aG9uLXN0YXRzZApYUE9SVFZFUlNJT049CTEuNi4zClhDQVRFR09SSUVTPQlk ZXZlbCBweXRob24KWE1BU1RFUl9TSVRFUz0JQ0hFRVNFU0hPUApYUEtHTkFNRVBSRUZJWD0JJHtQ WVRIT05fUEtHTkFNRVBSRUZJWH0KWApYTUFJTlRBSU5FUj0JZmF4QG5vaGlrLmVlClhDT01NRU5U PQlTdGF0c2QgaXMgYSBjbGllbnQgZm9yIEV0c3kncyBub2RlLWpzIHN0YXRzZCBzZXJ2ZXIKWApY TElDRU5TRT0JQVBBQ0hFMjAKWApYVVNFX1BZVEhPTj0JCXllcwpYVVNFX1BZRElTVFVUSUxTPQl5 ZXMKWFBZRElTVFVUSUxTX0FVVE9QTElTVD0JeWVzClgKWC5pbmNsdWRlIDxic2QucG9ydC5taz4K YWM2YjI3Njg1NDdkNjUyMDc5NDFhOTk2OTY1MDYwYzMKZWNobyB4IC0gcHktcHl0aG9uLXN0YXRz ZC9kaXN0aW5mbwpzZWQgJ3MvXlgvLycgPnB5LXB5dGhvbi1zdGF0c2QvZGlzdGluZm8gPDwgJ2M2 MmJmMjY3ZGRkMmQ1YzdlMDcxOTU0NGQ0ZDdkOGYyJwpYU0hBMjU2IChweXRob24tc3RhdHNkLTEu Ni4zLnRhci5neikgPSBlMDNhMGJkODZlOTU2NWM1NzQyZjE1OGQxMjNkNjkxZGVjZTA5YjY2OTg0 Y2IyZDkwZWUxMDYxMzZmOTVhNzkzClhTSVpFIChweXRob24tc3RhdHNkLTEuNi4zLnRhci5neikg PSA5Mzc1CmM2MmJmMjY3ZGRkMmQ1YzdlMDcxOTU0NGQ0ZDdkOGYyCmVjaG8geCAtIHB5LXB5dGhv bi1zdGF0c2QvcGtnLWRlc2NyCnNlZCAncy9eWC8vJyA+cHktcHl0aG9uLXN0YXRzZC9wa2ctZGVz Y3IgPDwgJzZiZDM3MjQ3YzA3MDY0MDVhMjdmMmE5NGZhZjhhYjhhJwpYc3RhdHNkIGlzIGEgY2xp ZW50IGZvciBFdHN5J3Mgc3RhdHNkIHNlcnZlciwgYSBmcm9udCBlbmQvcHJveHkgZm9yIHRoZSBH cmFwaGl0ZQpYc3RhdHMgY29sbGVjdGlvbiBhbmQgZ3JhcGhpbmcgc2VydmVyLgpYClhXV1c6IGh0 dHBzOi8vcHlwaS5weXRob24ub3JnL3B5cGkvcHl0aG9uLXN0YXRzZAo2YmQzNzI0N2MwNzA2NDA1 YTI3ZjJhOTRmYWY4YWI4YQpleGl0Cgo= --=_8448c878a40495571d48db86a5459ae4-- From owner-freebsd-python@FreeBSD.ORG Thu May 8 09:34:42 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DB73E81 for <python@freebsd.org>; Thu, 8 May 2014 09:34:42 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A1766A9 for <python@freebsd.org>; Thu, 8 May 2014 09:34:42 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s489YgEO052080 for <python@freebsd.org>; Thu, 8 May 2014 09:34:42 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s489Ygiu052076; Thu, 8 May 2014 09:34:42 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201405080934.s489Ygiu052076@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 8 May 2014 09:34:42 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 08 May 2014 09:34:42 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.5.2 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.5.2 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.5.2 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 2.0.1 | 3.5.2 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Thu May 8 14:30:11 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04CFB8C1; Thu, 8 May 2014 14:30:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFB4C7C1; Thu, 8 May 2014 14:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48EUAQD087398; Thu, 8 May 2014 14:30:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48EUAIa087397; Thu, 8 May 2014 14:30:10 GMT (envelope-from edwin) Date: Thu, 8 May 2014 14:30:10 GMT Message-Id: <201405081430.s48EUAIa087397@freefall.freebsd.org> To: olivierd@FreeBSD.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189475: [UPDATE] net/py-netifaces to 0.10.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 08 May 2014 14:30:11 -0000 Synopsis: [UPDATE] net/py-netifaces to 0.10.3 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu May 8 14:30:10 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189475 From owner-freebsd-python@FreeBSD.ORG Thu May 8 14:30:09 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B0BF8BD; Thu, 8 May 2014 14:30:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 229A97C0; Thu, 8 May 2014 14:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48EU80T087323; Thu, 8 May 2014 14:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48EU8Yu087322; Thu, 8 May 2014 14:30:08 GMT (envelope-from edwin) Date: Thu, 8 May 2014 14:30:08 GMT Message-Id: <201405081430.s48EU8Yu087322@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189475: [UPDATE] net/py-netifaces to 0.10.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 08 May 2014 14:30:09 -0000 Synopsis: [UPDATE] net/py-netifaces to 0.10.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu May 8 14:30:08 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189475 From owner-freebsd-python@FreeBSD.ORG Thu May 8 14:40:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63761D80 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 8 May 2014 14:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5173E8CC for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 8 May 2014 14:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48Ee15L090812 for <freebsd-python@freefall.freebsd.org>; Thu, 8 May 2014 14:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48Ee1Fw090811; Thu, 8 May 2014 14:40:01 GMT (envelope-from gnats) Date: Thu, 8 May 2014 14:40:01 GMT Message-Id: <201405081440.s48Ee1Fw090811@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/189475: [UPDATE] net/py-netifaces to 0.10.3 Reply-To: Edwin Groothuis <edwin@FreeBSD.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 08 May 2014 14:40:01 -0000 The following reply was made to PR ports/189475; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: count@211.ru Cc: bug-followup@FreeBSD.org Subject: Re: ports/189475: [UPDATE] net/py-netifaces to 0.10.3 Date: Thu, 8 May 2014 14:30:09 UT Maintainer of net/py-netifaces, Please note that PR ports/189475 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/189475 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Thu May 8 15:33:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3CCD358D; Thu, 8 May 2014 15:33:51 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1424BE16; Thu, 8 May 2014 15:33:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48FXoBQ012832; Thu, 8 May 2014 15:33:50 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48FXoTR012831; Thu, 8 May 2014 15:33:50 GMT (envelope-from vanilla) Date: Thu, 8 May 2014 15:33:50 GMT Message-Id: <201405081533.s48FXoTR012831@freefall.freebsd.org> To: ports@robakdesign.com, vanilla@FreeBSD.org, freebsd-python@FreeBSD.org From: vanilla@FreeBSD.org Subject: Re: ports/188769: [PATCH] www/py-pylons: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 08 May 2014 15:33:51 -0000 Synopsis: [PATCH] www/py-pylons: stage State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Thu May 8 15:33:50 UTC 2014 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=188769 From owner-freebsd-python@FreeBSD.ORG Thu May 8 15:40:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7FFBA05 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 8 May 2014 15:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6690E87 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 8 May 2014 15:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48Fe1oi013477 for <freebsd-python@freefall.freebsd.org>; Thu, 8 May 2014 15:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48Fe1c0013476; Thu, 8 May 2014 15:40:01 GMT (envelope-from gnats) Date: Thu, 8 May 2014 15:40:01 GMT Message-Id: <201405081540.s48Fe1c0013476@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188769: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 08 May 2014 15:40:02 -0000 The following reply was made to PR ports/188769; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188769: commit references a PR Date: Thu, 8 May 2014 15:33:26 +0000 (UTC) Author: vanilla Date: Thu May 8 15:33:23 2014 New Revision: 353318 URL: http://svnweb.freebsd.org/changeset/ports/353318 QAT: https://qat.redports.org/buildarchive/r353318/ Log: - Stage - Drop easy_install support - Add auto pkg-plist - Delete pkg-plist - Pet portlint PR: ports/188769 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ Modified: head/www/py-pylons/Makefile Modified: head/www/py-pylons/Makefile ============================================================================== --- head/www/py-pylons/Makefile Thu May 8 15:29:28 2014 (r353317) +++ head/www/py-pylons/Makefile Thu May 8 15:33:23 2014 (r353318) @@ -9,7 +9,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Pylons-${PORTVERSION} MAINTAINER= python@FreeBSD.org -COMMENT= Pylons Web Framework +COMMENT= Python based web framework BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.7.2:${PORTSDIR}/www/py-paste \ ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.3.3:${PORTSDIR}/www/py-pastedeploy \ @@ -30,9 +30,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Pa RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= Pylons -PYDISTUTILS_NOEGGINFO= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> _______________________________________________ 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 Thu May 8 16:00:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E58E4BE for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 8 May 2014 16:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C611DE for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 8 May 2014 16:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48G00JP020928 for <freebsd-python@freefall.freebsd.org>; Thu, 8 May 2014 16:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48G005Q020927; Thu, 8 May 2014 16:00:00 GMT (envelope-from gnats) Date: Thu, 8 May 2014 16:00:00 GMT Message-Id: <201405081600.s48G005Q020927@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188777: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 08 May 2014 16:00:01 -0000 The following reply was made to PR ports/188777; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188777: commit references a PR Date: Thu, 8 May 2014 15:59:46 +0000 (UTC) Author: vanilla Date: Thu May 8 15:59:41 2014 New Revision: 353321 URL: http://svnweb.freebsd.org/changeset/ports/353321 QAT: https://qat.redports.org/buildarchive/r353321/ Log: - Stage - Drop easy_install - Use auto pkg-plist - Delete pkg-plist PR: ports/188777 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ Deleted: head/www/py-turbogears/pkg-plist Modified: head/www/py-turbogears/Makefile Modified: head/www/py-turbogears/Makefile ============================================================================== --- head/www/py-turbogears/Makefile Thu May 8 15:56:48 2014 (r353320) +++ head/www/py-turbogears/Makefile Thu May 8 15:59:41 2014 (r353321) @@ -26,7 +26,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cher USES= gettext USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS_DEFINE= ELIXIR NOSE SQLOBJECT SQLALCHEMY @@ -36,7 +37,6 @@ NOSE_DESC= Use nose TG[testtools] SQLOBJECT_DESC= Use SQLObject as DB backend SQLALCHEMY_DESC=Use SQLAlchemy as DB backend TG[future] -NO_STAGE= yes .include <bsd.port.options.mk> post-patch: _______________________________________________ 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 Thu May 8 16:03:52 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9179278C; Thu, 8 May 2014 16:03:52 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 677E7181; Thu, 8 May 2014 16:03:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48G3q0F023932; Thu, 8 May 2014 16:03:52 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48G3pee023931; Thu, 8 May 2014 16:03:51 GMT (envelope-from vanilla) Date: Thu, 8 May 2014 16:03:51 GMT Message-Id: <201405081603.s48G3pee023931@freefall.freebsd.org> To: ports@robakdesign.com, vanilla@FreeBSD.org, freebsd-python@FreeBSD.org From: vanilla@FreeBSD.org Subject: Re: ports/188773: [PATCH] www/py-scriptaculous: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 08 May 2014 16:03:52 -0000 Synopsis: [PATCH] www/py-scriptaculous: stage State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Thu May 8 16:03:51 UTC 2014 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=188773 From owner-freebsd-python@FreeBSD.ORG Thu May 8 16:04:07 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22CAC7AB; Thu, 8 May 2014 16:04:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED21E185; Thu, 8 May 2014 16:04:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48G46oR024037; Thu, 8 May 2014 16:04:06 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48G465k024036; Thu, 8 May 2014 16:04:06 GMT (envelope-from vanilla) Date: Thu, 8 May 2014 16:04:06 GMT Message-Id: <201405081604.s48G465k024036@freefall.freebsd.org> To: ports@robakdesign.com, vanilla@FreeBSD.org, freebsd-python@FreeBSD.org From: vanilla@FreeBSD.org Subject: Re: ports/188774: [PATCH] www/py-tgwebservices: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 08 May 2014 16:04:07 -0000 Synopsis: [PATCH] www/py-tgwebservices: stage State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Thu May 8 16:04:06 UTC 2014 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=188774 From owner-freebsd-python@FreeBSD.ORG Thu May 8 16:04:27 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D6B08A4; Thu, 8 May 2014 16:04:27 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3357718E; Thu, 8 May 2014 16:04:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48G4R5l024150; Thu, 8 May 2014 16:04:27 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48G4R7t024149; Thu, 8 May 2014 16:04:27 GMT (envelope-from vanilla) Date: Thu, 8 May 2014 16:04:27 GMT Message-Id: <201405081604.s48G4R7t024149@freefall.freebsd.org> To: ports@robakdesign.com, vanilla@FreeBSD.org, freebsd-python@FreeBSD.org From: vanilla@FreeBSD.org Subject: Re: ports/188777: [PATCH] www/py-TurboGears: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 08 May 2014 16:04:27 -0000 Synopsis: [PATCH] www/py-TurboGears: stage State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Thu May 8 16:04:26 UTC 2014 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=188777 From owner-freebsd-python@FreeBSD.ORG Thu May 8 16:10:03 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A0D8ED8 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 8 May 2014 16:10:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38333204 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 8 May 2014 16:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48GA35q025266 for <freebsd-python@freefall.freebsd.org>; Thu, 8 May 2014 16:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48GA3RC025265; Thu, 8 May 2014 16:10:03 GMT (envelope-from gnats) Date: Thu, 8 May 2014 16:10:03 GMT Message-Id: <201405081610.s48GA3RC025265@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188774: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 08 May 2014 16:10:03 -0000 The following reply was made to PR ports/188774; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188774: commit references a PR Date: Thu, 8 May 2014 16:01:49 +0000 (UTC) Author: vanilla Date: Thu May 8 16:01:45 2014 New Revision: 353322 URL: http://svnweb.freebsd.org/changeset/ports/353322 QAT: https://qat.redports.org/buildarchive/r353322/ Log: - Stage - Drop easy_install - Use auto pkg-plist - Delete pkg-plist PR: ports/188774 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ Deleted: head/www/py-tgwebservices/pkg-plist Modified: head/www/py-tgwebservices/Makefile Modified: head/www/py-tgwebservices/Makefile ============================================================================== --- head/www/py-tgwebservices/Makefile Thu May 8 15:59:41 2014 (r353321) +++ head/www/py-tgwebservices/Makefile Thu May 8 16:01:45 2014 (r353322) @@ -17,8 +17,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Tu RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= TGWebServices +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> _______________________________________________ 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 Thu May 8 16:10:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36651ED5 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 8 May 2014 16:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 244C8201 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 8 May 2014 16:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48GA1B9025252 for <freebsd-python@freefall.freebsd.org>; Thu, 8 May 2014 16:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48GA0px025251; Thu, 8 May 2014 16:10:00 GMT (envelope-from gnats) Date: Thu, 8 May 2014 16:10:00 GMT Message-Id: <201405081610.s48GA0px025251@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188773: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 08 May 2014 16:10:01 -0000 The following reply was made to PR ports/188773; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188773: commit references a PR Date: Thu, 8 May 2014 16:03:15 +0000 (UTC) Author: vanilla Date: Thu May 8 16:03:06 2014 New Revision: 353323 URL: http://svnweb.freebsd.org/changeset/ports/353323 QAT: https://qat.redports.org/buildarchive/r353323/ Log: - Stage - Drop easy_install - Use auto pkg-plist - Delete pkg-plist PR: ports/188773 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ Deleted: head/www/py-scriptaculous/pkg-plist Modified: head/www/py-scriptaculous/Makefile Modified: head/www/py-scriptaculous/Makefile ============================================================================== --- head/www/py-scriptaculous/Makefile Thu May 8 16:01:45 2014 (r353322) +++ head/www/py-scriptaculous/Makefile Thu May 8 16:03:06 2014 (r353323) @@ -21,7 +21,7 @@ PYDISTUTILS_PKGNAME= Scriptaculous # Use the same version of www/py-turbogears USES= zip USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> _______________________________________________ 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 Fri May 9 02:43:16 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C986F1CD; Fri, 9 May 2014 02:43:16 +0000 (UTC) Received: from hapkido.dreamhost.com (hapkido.dreamhost.com [66.33.216.122]) by mx1.freebsd.org (Postfix) with ESMTP id A41F2370; Fri, 9 May 2014 02:43:16 +0000 (UTC) Received: from homiemail-a97.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by hapkido.dreamhost.com (Postfix) with ESMTP id 3854795486; Thu, 8 May 2014 19:43:10 -0700 (PDT) Received: from homiemail-a97.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a97.g.dreamhost.com (Postfix) with ESMTP id DC409286058; Thu, 8 May 2014 19:43:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=saltant.com; h=message-id :date:from:mime-version:to:subject:references:in-reply-to: content-type; s=saltant.com; bh=uAr6VqkCliMxtY9+zs30NhK+ahY=; b= KAG8edGIsW9nl74OjB4wsbqk3v45p/BrasxzilIXMLntn/Xyn61T80Yxt6JhIFfU /3nEPeZh7jGyNXGr7Xwg/5NZBjj7EBNtONeomikTbdfnmlNdqosV6mPsrDCfZXY8 ULS96rlz+6okRuSX1HpNB60pkJuQraAo8yyPJHjuEBU= Received: from dreck.saltant.net (dreck.saltant.net [72.78.188.150]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: john@saltant.com) by homiemail-a97.g.dreamhost.com (Postfix) with ESMTPSA id 8F6FD28600C; Thu, 8 May 2014 19:43:03 -0700 (PDT) Message-ID: <536C40B0.2060705@saltant.com> Date: Thu, 08 May 2014 22:42:56 -0400 From: "John W. O'Brien" <john@saltant.com> Organization: Saltant Solutions User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Irjohn Junus <i.junus@gmail.com>, python@FreeBSD.org, Jimmy Olgeni <olgeni@freebsd.org> Subject: Re: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4/ py27-MySQLdb55-1.2.3_4 References: <CALXkR+8ivP3m2aJN+m88Sz+4BodAxnYioBvgUotFZf_-TVPLgg@mail.gmail.com> In-Reply-To: <CALXkR+8ivP3m2aJN+m88Sz+4BodAxnYioBvgUotFZf_-TVPLgg@mail.gmail.com> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LWMD4e730mg9f4CcWf5t2gmwgvJfSCeQ9" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 09 May 2014 02:43:17 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --LWMD4e730mg9f4CcWf5t2gmwgvJfSCeQ9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 4/18/14 8:45 AM, Irjohn Junus wrote: > Dear All, >=20 > I'm running 9.1-RELEASE and today just after freebsd-update to p11 and > updating ports to the latest found out that pandas won't import after > MySQLdb is imported first. Strangely, it will import no problem if > MySQLdb is imported after: Hi Irjohn, Sorry for the long delay. Are you still having this problem? >>>> import MySQLdb >>>> import pandas as pd > /lib/libgcc_s.so.1: version GCC_4.6.0 required by > /usr/local/lib/gcc47/libgfortran.so.3 not found [...] > Traceback (most recent call last): [...] > File "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py",= > line 29, in <module> > from numpy.linalg import lapack_lite, _umath_linalg > ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by > /usr/local/lib/gcc47/libgfortran.so.3 not found It looks like this thread [0], these commits [1] [2], and this PR [3] are related. [0] https://lists.freebsd.org/pipermail/freebsd-toolchain/2014-April/001149.h= tml [1] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D351167 [2] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D351159 [3] https://www.freebsd.org/cgi/query-pr.cgi?pr=3D185902 Regards, John --LWMD4e730mg9f4CcWf5t2gmwgvJfSCeQ9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBCgAGBQJTbEC1AAoJEORay8JGGICYFwEIAIiBOMVQFz/iwyMtMb6PtHzK ZpixyjiG4RduHnptIiM77NretTfwiKnl9bpE+OFkXq87KUDP9BnQgt2+iORSsXtu SfeAWckd6MEnfiRwdmh49+6dmwr2EX7SVr/n2/c95gjS3csKX2hdpCull3lWXPKb zRbufpR9RowyX/Riv3R89SRH1uW3V4tH3z2e0uEXL9j5Jjps+fh/o5s1/TFLUTUi Fgpd7Y/d8l5VraNk5ZRaKKHFQ7A31u+ETjqD6wJSPCV87Ya3X8TlCE0WlTnifwbC 5Suv7BT2DCE/53tncb8GPsZyU34ErrzygxUUa50dTe+GxeApEma4Wu+zh4ZJJ3c= =UQ9d -----END PGP SIGNATURE----- --LWMD4e730mg9f4CcWf5t2gmwgvJfSCeQ9-- From owner-freebsd-python@FreeBSD.ORG Fri May 9 03:33:30 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF1E429D; Fri, 9 May 2014 03:33:30 +0000 (UTC) Received: from mail-ve0-x235.google.com (mail-ve0-x235.google.com [IPv6:2607:f8b0:400c:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C1F3AA8; Fri, 9 May 2014 03:33:30 +0000 (UTC) Received: by mail-ve0-f181.google.com with SMTP id pa12so4480585veb.12 for <multiple recipients>; Thu, 08 May 2014 20:33:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RKfYAFp7ayRkAnEqeyz450lpsXNopb7D+rnTfHtsUxw=; b=v9dww9G7AoB3gpbEHdEzreD7bJ+nhZfy+7/HtQ0eTfnS/N6jlYfUm5Z9Sx0J4lB26f DagfH3NCfuXiQsuE1E9zV2YootJ4cxrf8blJq6KkO/S9ObtPCKUS7gomvrPzjQrzppO1 QxJwrjYBD+Uf7RX95RUvVnlGB4Q8uVoVySnT8Dpy0yaWfA4Dt6dTA32PU2cggH0M3E1b ih94rUoCEgXFjTwdLUatJlfYlQtXnkaILk2pGWoBJYFhfeb4NgdJk4sx1sbv6upkmEH4 PBdZV/sOb7u11Z0ryoBDcInV98iKW4ML0n7Mq9SQ7vuD47IN3uGiTS7iODNyUNsl4TY8 mWAw== MIME-Version: 1.0 X-Received: by 10.58.116.175 with SMTP id jx15mr6156736veb.9.1399606409538; Thu, 08 May 2014 20:33:29 -0700 (PDT) Received: by 10.58.168.199 with HTTP; Thu, 8 May 2014 20:33:29 -0700 (PDT) In-Reply-To: <536C40B0.2060705@saltant.com> References: <CALXkR+8ivP3m2aJN+m88Sz+4BodAxnYioBvgUotFZf_-TVPLgg@mail.gmail.com> <536C40B0.2060705@saltant.com> Date: Fri, 9 May 2014 11:33:29 +0800 Message-ID: <CALXkR+_r4kG8CHO8R2MOsGHK4JDeEMa28MN4rzZ1hAtd+zAu4g@mail.gmail.com> Subject: Re: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4/ py27-MySQLdb55-1.2.3_4 From: Irjohn Junus <i.junus@gmail.com> To: "John W. O'Brien" <john@saltant.com> Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: python@freebsd.org, Jimmy Olgeni <olgeni@freebsd.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 09 May 2014 03:33:31 -0000 Hi John, No worries and yes I'm still having the problem. I remember seeing this message: ===>>> pkg-message for gcc-4.7.3_1 To ensure binaries built with this toolchain find appropriate versions of the necessary run-time libraries, you may want to link using -Wl,-rpath=/usr/local/lib/gcc47 after upgrading gcc port a few days ago, which is described in your link [0]. Do I issue this command as root? Need advice here, thanks. Regards, Irjohn On Fri, May 9, 2014 at 10:42 AM, John W. O'Brien <john@saltant.com> wrote: > On 4/18/14 8:45 AM, Irjohn Junus wrote: > > Dear All, > > > > I'm running 9.1-RELEASE and today just after freebsd-update to p11 and > > updating ports to the latest found out that pandas won't import after > > MySQLdb is imported first. Strangely, it will import no problem if > > MySQLdb is imported after: > > Hi Irjohn, > > Sorry for the long delay. Are you still having this problem? > > >>>> import MySQLdb > >>>> import pandas as pd > > /lib/libgcc_s.so.1: version GCC_4.6.0 required by > > /usr/local/lib/gcc47/libgfortran.so.3 not found > [...] > > Traceback (most recent call last): > [...] > > File "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", > > line 29, in <module> > > from numpy.linalg import lapack_lite, _umath_linalg > > ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by > > /usr/local/lib/gcc47/libgfortran.so.3 not found > > It looks like this thread [0], these commits [1] [2], and this PR [3] > are related. > > [0] > > https://lists.freebsd.org/pipermail/freebsd-toolchain/2014-April/001149.html > > [1] https://svnweb.freebsd.org/ports?view=revision&revision=351167 > > [2] https://svnweb.freebsd.org/ports?view=revision&revision=351159 > > [3] https://www.freebsd.org/cgi/query-pr.cgi?pr=185902 > > Regards, > John > > From owner-freebsd-python@FreeBSD.ORG Fri May 9 09:38:25 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7BC3C5D for <python@freebsd.org>; Fri, 9 May 2014 09:38:25 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4C74E75 for <python@freebsd.org>; Fri, 9 May 2014 09:38:25 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s499cPvJ015374 for <python@freebsd.org>; Fri, 9 May 2014 09:38:25 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s499cPNG015373; Fri, 9 May 2014 09:38:25 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201405090938.s499cPNG015373@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 9 May 2014 09:38:25 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 09 May 2014 09:38:25 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.6 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.6 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.6 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 2.0.1 | 3.6 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Sat May 10 09:23:45 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED824D62 for <python@freebsd.org>; Sat, 10 May 2014 09:23:45 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA392916 for <python@freebsd.org>; Sat, 10 May 2014 09:23:45 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s4A9Nj6s044469 for <python@freebsd.org>; Sat, 10 May 2014 09:23:45 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s4A9NjBj044466; Sat, 10 May 2014 09:23:45 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201405100923.s4A9NjBj044466@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 10 May 2014 09:23:45 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 10 May 2014 09:23:46 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ textproc/py-sparqlwrapper | 1.5.2 | 1.6.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Sat May 10 15:36:12 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3BB9928A for <python@FreeBSD.org>; Sat, 10 May 2014 15:36:12 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EFB4BB7 for <python@FreeBSD.org>; Sat, 10 May 2014 15:36:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4AFaBU3088835 for <python@FreeBSD.org>; Sat, 10 May 2014 15:36:11 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4AFaBp5088832 for python@FreeBSD.org; Sat, 10 May 2014 15:36:11 GMT (envelope-from bdrewery) Received: (qmail 28216 invoked from network); 10 May 2014 10:34:31 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 10 May 2014 10:34:31 -0500 Message-ID: <536E46E0.7030906@FreeBSD.org> Date: Sat, 10 May 2014 10:33:52 -0500 From: Bryan Drewery <bdrewery@FreeBSD.org> Reply-To: portmgr-feedback@FreeBSD.org Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: FreeBSD Ports <ports@FreeBSD.org> Subject: ACTION REQUIRED - Unstaged Ports being DEPRECATED on June 31st. X-Enigmail-Version: 1.6 OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NM3k2II1dNSbvov6bslS00FnNm0uu8OwL" X-Mailman-Approved-At: Sat, 10 May 2014 16:46:10 +0000 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 10 May 2014 15:36:12 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --NM3k2II1dNSbvov6bslS00FnNm0uu8OwL Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable You are receiving this mail as it affects FreeBSD ports that you maintain= =2E In September 2013, the Ports framework learned how to Stage ports. On June 31st, all unstaged ports will be marked DEPRECATED and have their MAINTAINER reset. On August 31st, all unstaged ports will be removed from the ports tree. Read on for more details. Staging is when the port installs into the work directory instead of into /. From here a package can be created without ever installing into / and often as a user without root. This also gives us abilities to improve quality of packages and opens up opportunities for sub-packages in the future. With staging we have had the ability to add in-tree testing of plists which in the past required a tool such as porttools, Tinderbox or Poudriere. A guide for converting your port to Staging can be found at: https://wiki.freebsd.org/ports/StageDir Staging is also mentioned throughout the Porters Handbook. You can test your plist with: Add DEVELOPER=3Dyes to /etc/make.conf # make stage # make check-plist However, Poudriere should be used to test staging conversions as it is much more strict than the in-tree checks currently. It will detect if something installs outside of the STAGEDIR. Poudriere 3.0.16 (just released) should be used for this testing, or the latest -devel version. Out of the more than 24,000 ports there remains 4,170 ports not yet staged. Staging is not optional. We must have all staged to progress with the framework, new features, and automated testing. We recently granted blanket approval to committers to stage ports without maintainer approval and then also blocked updates to unstaged ports in the hopes that this would force more ports to be converted. However with so many ports remaining unstaged at this point it is unknown if these ports are actually being maintained. So we will be DEPRECATING and resetting maintainer on all unstaged ports on June 31st. These ports will be set to EXPIRE on August 31st and will then be removed from the tree. They will not be restored unless someone stages them as well. This decision was not easy, but if a port is not being staged after almost a year, we wonder if the ports are actually maintained and updated for releases and security issues. If you have an unstaged port you will begin to receive email notifications informing you of this until it is staged or maintainer is reset. If you have a port that is unstaged, please stage it. If you do not have interest in maintaining it anymore then please release it. If you are using ports that are not staged please step up and send a PR today to stage the port and keep it. A guide for submitting patches is here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting= -submitting.html If you already have PR needing to be committed please let us know and we will try to get on them ASAP. --=20 Regards, Bryan Drewery on behalf of portmgr --NM3k2II1dNSbvov6bslS00FnNm0uu8OwL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJTbkbgAAoJEDXXcbtuRpfPxy4H/3+r7XKgD8vJIEwSr+GOSRAH XfhaU5Jt8hYo6M6sCrlJ898HPvSnN2v18Pg4bvTic8rNyzobaDiu+302Xjdu8jr0 g+9kFrCv4RB+J3U1ujr12kHxzMlJOAZNv8hsWwNqPm1EwU5bBl6tcRbgKdHGG30/ cxnw4Bi1MaWV8TgN/JVJ25wcAl2GvNGxjazpXjHhkE99UMb83yiop3cXGO4Z7e/e e1AuZnkBI6Vso4H7hv5oqFjWK4rkvjo5JlVY2UEPAbVnzZnRFAq84rDDMynzE20z Zs2R7/C1AzfCCMSttFOkk3AU6aoXI1yCUPxnrFpVcLqHd6LK0TvZJU/g7M7ZcvQ= =jyMq -----END PGP SIGNATURE----- --NM3k2II1dNSbvov6bslS00FnNm0uu8OwL-- From owner-freebsd-python@FreeBSD.ORG Sun May 11 03:10:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2446317; Sun, 11 May 2014 03:10:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8F6B2B42; Sun, 11 May 2014 03:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4B3A47Y040006; Sun, 11 May 2014 03:10:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4B3A4Fu040005; Sun, 11 May 2014 03:10:04 GMT (envelope-from edwin) Date: Sun, 11 May 2014 03:10:04 GMT Message-Id: <201405110310.s4B3A4Fu040005@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189642: [PATCH] www/py-Flask-FlatPages: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 11 May 2014 03:10:05 -0000 Synopsis: [PATCH] www/py-Flask-FlatPages: stage Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun May 11 03:10:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189642 From owner-freebsd-python@FreeBSD.ORG Sun May 11 14:40:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 997C6DF7; Sun, 11 May 2014 14:40:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70AE22800; Sun, 11 May 2014 14:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4BEe5dE067018; Sun, 11 May 2014 14:40:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4BEe5uk066982; Sun, 11 May 2014 14:40:05 GMT (envelope-from edwin) Date: Sun, 11 May 2014 14:40:05 GMT Message-Id: <201405111440.s4BEe5uk066982@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 11 May 2014 14:40:05 -0000 Synopsis: devel/py-demjson: unfetchable due to rerolled tarball Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun May 11 14:40:05 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189666 From owner-freebsd-python@FreeBSD.ORG Sun May 11 14:40:07 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7118ADFB; Sun, 11 May 2014 14:40:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 473692801; Sun, 11 May 2014 14:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4BEe7mH068426; Sun, 11 May 2014 14:40:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4BEe7vx068425; Sun, 11 May 2014 14:40:07 GMT (envelope-from edwin) Date: Sun, 11 May 2014 14:40:07 GMT Message-Id: <201405111440.s4BEe7vx068425@freefall.freebsd.org> To: freebsd@marino.st, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 11 May 2014 14:40:07 -0000 Synopsis: devel/py-demjson: unfetchable due to rerolled tarball State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun May 11 14:40:07 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189666 From owner-freebsd-python@FreeBSD.ORG Sun May 11 14:50:03 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E62042B6 for <freebsd-python@smarthost.ysv.freebsd.org>; Sun, 11 May 2014 14:50:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3F6428CC for <freebsd-python@smarthost.ysv.freebsd.org>; Sun, 11 May 2014 14:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4BEo3bZ074776 for <freebsd-python@freefall.freebsd.org>; Sun, 11 May 2014 14:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4BEo3Cb074775; Sun, 11 May 2014 14:50:03 GMT (envelope-from gnats) Date: Sun, 11 May 2014 14:50:03 GMT Message-Id: <201405111450.s4BEo3Cb074775@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball Reply-To: Edwin Groothuis <edwin@FreeBSD.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 11 May 2014 14:50:04 -0000 The following reply was made to PR ports/189666; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: ports@robakdesign.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball Date: Sun, 11 May 2014 14:40:06 UT Maintainer of devel/py-demjson, Please note that PR ports/189666 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/189666 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Mon May 12 11:06:50 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 676F3BDA for <freebsd-python@FreeBSD.org>; Mon, 12 May 2014 11:06:50 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C5F026D7 for <freebsd-python@FreeBSD.org>; Mon, 12 May 2014 11:06:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4CB6o3k067940 for <freebsd-python@FreeBSD.org>; Mon, 12 May 2014 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4CB6njW067938 for freebsd-python@FreeBSD.org; Mon, 12 May 2014 11:06:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 12 May 2014 11:06:49 GMT Message-Id: <201405121106.s4CB6njW067938@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster <bugmaster@freebsd.org> 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.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 12 May 2014 11:06:50 -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/189666 python devel/py-demjson: unfetchable due to rerolled tarball o ports/189642 python [PATCH] www/py-Flask-FlatPages: stage f ports/189475 python [UPDATE] net/py-netifaces to 0.10.3 o ports/189270 python [new port] graphics/py-pygal, python svg graph plottin o ports/189182 python [MAINTAINER] databases/py-pylibmc: update to 1.3.0 f ports/189131 python databases/py-bsddb3 - fails to build with python3.x o ports/189129 python [MAINTAINER UPDATE] textproc/py-regex update to versio o ports/188964 python [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr o ports/188930 python [maintainer update] games/py-mnemosyne (2.3) o ports/188894 python [PATCH] databases/py-swift: update to 1.13.1 o ports/188681 python Updated port security/py-ecdsa o ports/188327 python math/py-numpy: Numpy is broken o ports/188251 python lang/python: bdb48 dependency leak in all python o ports/188250 python [Patch] update port www/py-selenium to 2.41.0 o ports/188114 python math/py-numpy is broken on 9.2-STABLE f ports/187956 python [PATCH] devel/py-bcdoc: update to 0.12.2 o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187393 python databases/py-firebirdsql: update to 0.9.2 o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 o ports/184954 python Installation checks prevent multiple python ports bein o ports/178301 python [patch] lang/python27: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre 31 problems total. From owner-freebsd-python@FreeBSD.ORG Mon May 12 13:20:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BE1340E for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 12 May 2014 13:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56CF42501 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 12 May 2014 13:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4CDK098024552 for <freebsd-python@freefall.freebsd.org>; Mon, 12 May 2014 13:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4CDK0oJ024551; Mon, 12 May 2014 13:20:00 GMT (envelope-from gnats) Date: Mon, 12 May 2014 13:20:00 GMT Message-Id: <201405121320.s4CDK0oJ024551@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: =?utf-8?Q?Bart=C5=82omiej_Rutkowski?= <r@robakdesign.com> Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball Reply-To: =?utf-8?Q?Bart=C5=82omiej_Rutkowski?= <r@robakdesign.com> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 12 May 2014 13:20:01 -0000 The following reply was made to PR ports/189666; it has been noted by GNATS. From: =?utf-8?Q?Bart=C5=82omiej_Rutkowski?= <r@robakdesign.com> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball Date: Mon, 12 May 2014 14:17:35 +0100 Wiadomo=C5=9B=C4=87 napisana przez Edwin Groothuis <edwin@FreeBSD.org> w = dniu 11 maj 2014, o godz. 15:40: > Maintainer of devel/py-demjson, >=20 > Please note that PR ports/189666 has just been submitted. >=20 > 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. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/189666 >=20 > --=20 > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org Please, use following distinfo to update the port: SHA256 (demjson-2.0.tar.gz) =3D = 0674e69c4ab6ff7f51cc307c0313933fc0d7349870f14a630e6c1adcd7456313 SIZE (demjson-2.0.tar.gz) =3D 191423 = http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-demjson/2.0/= Kind regards, Bartek Rutkowski= From owner-freebsd-python@FreeBSD.ORG Tue May 13 03:06:08 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F16D485; Tue, 13 May 2014 03:06:08 +0000 (UTC) Received: from homiemail-a97.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by mx1.freebsd.org (Postfix) with ESMTP id 791E92292; Tue, 13 May 2014 03:06:07 +0000 (UTC) Received: from homiemail-a97.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a97.g.dreamhost.com (Postfix) with ESMTP id 497D228606F; Mon, 12 May 2014 20:06:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=saltant.com; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to: content-type; s=saltant.com; bh=6tws3VWgEXutW3HGKLXKn4Kz4Rg=; b= GeMRqZTS7JJ7ixnuRcGHfFPI1i1+okXD1bZTu++CiT+HzscZIlmPNPTaz6XzFGcz wl1rZ2gE3Kearu8kB+rT9AlS1sMeatCWk/zi3W11XkWHs5VHRq5mkkB66rbXwHsH 5Uvz/75jDWZms6QcsJpDCKRYjLBSTk8HE9q04qe0ot0= Received: from dreck.saltant.net (dreck.saltant.net [72.78.188.150]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: john@saltant.com) by homiemail-a97.g.dreamhost.com (Postfix) with ESMTPSA id DB661286059; Mon, 12 May 2014 20:06:00 -0700 (PDT) Message-ID: <53718C14.1040807@saltant.com> Date: Mon, 12 May 2014 23:05:56 -0400 From: "John W. O'Brien" <john@saltant.com> Organization: Saltant Solutions User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Irjohn Junus <i.junus@gmail.com> Subject: math/py-numpy cannot satisfy libgfortran dependency on libgcc_s/GCC_4.6.0 [WAS: Re: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4] References: <CALXkR+8ivP3m2aJN+m88Sz+4BodAxnYioBvgUotFZf_-TVPLgg@mail.gmail.com> <536C40B0.2060705@saltant.com> <CALXkR+_r4kG8CHO8R2MOsGHK4JDeEMa28MN4rzZ1hAtd+zAu4g@mail.gmail.com> In-Reply-To: <CALXkR+_r4kG8CHO8R2MOsGHK4JDeEMa28MN4rzZ1hAtd+zAu4g@mail.gmail.com> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="OJHnpXUV1METTqspoUOTie7LGatUvageN" Cc: python@freebsd.org, Jimmy Olgeni <olgeni@freebsd.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 13 May 2014 03:06:08 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --OJHnpXUV1METTqspoUOTie7LGatUvageN Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 5/8/14 11:33 PM, Irjohn Junus wrote: > Hi John, >=20 > No worries and yes I'm still having the problem. >=20 > I remember seeing this message: > =3D=3D=3D>>> pkg-message for gcc-4.7.3_1 > To ensure binaries built with this toolchain find appropriate versions > of the necessary run-time libraries, you may want to link using >=20 > -Wl,-rpath=3D/usr/local/lib/gcc47 >=20 > after upgrading gcc port a few days ago, which is described in your lin= k > [0]. Do I issue this command as root? Need advice here, thanks. >=20 > Regards, > Irjohn >=20 >=20 > On Fri, May 9, 2014 at 10:42 AM, John W. O'Brien <john@saltant.com > <mailto:john@saltant.com>> wrote: >=20 > On 4/18/14 8:45 AM, Irjohn Junus wrote: > > Dear All, > > > > I'm running 9.1-RELEASE and today just after freebsd-update to p1= 1 and > > updating ports to the latest found out that pandas won't import a= fter > > MySQLdb is imported first. Strangely, it will import no problem i= f > > MySQLdb is imported after: >=20 > Hi Irjohn, >=20 > Sorry for the long delay. Are you still having this problem? >=20 > >>>> import MySQLdb > >>>> import pandas as pd > > /lib/libgcc_s.so.1: version GCC_4.6.0 required by > > /usr/local/lib/gcc47/libgfortran.so.3 not found > [...] > > Traceback (most recent call last): > [...] > > File > "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", > > line 29, in <module> > > from numpy.linalg import lapack_lite, _umath_linalg > > ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by > > /usr/local/lib/gcc47/libgfortran.so.3 not found >=20 > It looks like this thread [0], these commits [1] [2], and this PR [= 3] > are related. >=20 > [0] > https://lists.freebsd.org/pipermail/freebsd-toolchain/2014-April/00= 1149.html >=20 > [1] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D351= 167 >=20 > [2] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D351= 159 >=20 > [3] https://www.freebsd.org/cgi/query-pr.cgi?pr=3D185902 Irjohn, This is just a little out of my depth, so I'm going to talk through it out loud while I investigate. Presumably somebody more knowledgeable than I will step in to correct me if I get something wrong. First off, there are a few open PRs ([0], [1]) on math/py-numpy, both of which seem to have been triggered when ports started using GCC 4.7 by default [2]. What I know from reading gcc(1) is that "-Wl,<option>" passes <option> to the linker, and from ld(1) is that "-rpath=3D<path>" embeds <path> in the output file so that the runtime linker knows where to look for shared objects. It makes sense why this would help resolve the traceback you reported because one thing (linalg.py + ??? + libgfortran.so.3) is looking for another thing (libgcc_s.so.1), finds it, yet remains unsatisfied. Setting the rpath in the right place in the former will help it find the right one of the latter. I dug a little more to learn how to find out what rpath is embedded in a given file. It turns out that readelf(1) with the "-d" option to show an ELF file's dynamic section is just the ticket. Here is some output from my system. $ cd /usr/local/lib/gcc47 $ readelf -d libgfortran.so.3 | grep RPATH 0x000000000000000f (RPATH) Library rpath: [/usr/local/lib/gcc47] $ cd /usr/local/lib/python2.7/site-packages/numpy/linalg $ readelf -d {_umath_linalg.so,lapack_lite.so} | grep RPATH 0x000000000000000f (RPATH) Library rpath: [/usr/local/lib/gcc47] 0x000000000000000f (RPATH) Library rpath: [/usr/local/lib/gcc47] In fact, this tool will also tell you which shared objects a file needs. $ readelf -d {_umath_linalg.so,lapack_lite.so} | grep libgfortran 0x0000000000000001 (NEEDED) Shared library: [libgfortran.so.3] 0x0000000000000001 (NEEDED) Shared library: [libgfortran.so.3] So this line of python >>> from numpy.linalg import lapack_lite, _umath_linalg tries to load two binary shared objects, both of which require libgfortra= n. Moving right along. If everything goes as it should, how is numpy supposed to learn the correct rpath? Time to dive into math/py-numpy/Makefile and the ports machinery. In math/py-numpy, I find "USES=3Dfortran" and some fishy business in the pre-configure target involving GCCLIBDIR. The former is pretty interesting because it pulls in /usr/ports/Mk/Uses/fortran.mk to set all kinds of useful things, including FFLAGS+=3D -Wl,-rpath=3D${LOCALBASE}/lib/gcc${_GCC_VER} FCFLAGS+=3D -Wl,-rpath=3D${LOCALBASE}/lib/gcc${_GCC_VER} LDFLAGS+=3D -Wl,-rpath=3D${LOCALBASE}/lib/gcc${_GCC_VER} \ -L${LOCALBASE}/lib/gcc${_GCC_VER} -B${LOCALBASE}/bin It also sets FC=3Dgfortran${_GCC_VER}; a fact I can use to further probe the GCCLIBDIR funny business in the numpy port. During the pre-configure target, ports determines GCCLIBDIR like this: $ gfortran47 -print-file-name=3Dlibgfortran.so \ | sed -e s/libgfortran.so// /usr/local/lib/gcc47/gcc/x86_64-portbld-freebsd9.2/4.7.3/../../../ Which simplifies, of course, to /usr/local/lib/gcc47. So far, so good. I've built math/py-numpy on my machine, and will begin to examine the build logs [3] for clues about what to dig into next (e.g. differences between my setting CC=3Dclang et al, and not). In the mean time... Questions to you: 1. What is the rpath stored in your copy of those numpy files? That is, what is the output from cd /usr/local/lib/python2.7/site-packages/numpy/linalg readelf -d _umath_linalg.so | grep RPATH readelf -d lapack_lite.so | grep RPATH ? 2. What is the contents of /usr/local/lib/python2.7/site-packages/numpy/distutils/site.cfg on your machine? 2. What is the contents of /etc/make.conf on your machine? 3. How to you install and upgrade your ports? Build from source by hand? Build from source with the help of portmaster, poudriere, etc? Install binary packages with pkg_* or ports-mgmt/pkg (pkgng)? One thing that still puzzles me is what databases/py-MySQLdb would have to do with it. [0] ports/188114: math/py-numpy is broken on 9.2-STABLE http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/188114 [1] ports/188327: math/py-numpy: Numpy is broken http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/188327 [2] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D347809 [3] https://pkg.saltant.net/poudriere/bulk/92amd64-current/2014-05-12_21h56m0= 1s/logs/py27-numpy-1.8.0_1,1.log Regards, John --OJHnpXUV1METTqspoUOTie7LGatUvageN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBCgAGBQJTcYwYAAoJEORay8JGGICYo00IANjAEmXtv/dMIJrZTwjBV2QZ f8cWuUpII18DIFgo94cjSi6Ak3sxqwiVvuBdXnL0CeoNwbHmTQdG5oIHN97TziZx cf3qEN58UKdg2JyZ0anuJ+wMR2/EMhdlw4XVKrsSScamgtXtWHa5Xn8BgutWWOGP 2zHaH22kMp1pLGQgvVROO1cSZkBmmIK7JEfwTktSC9w8LxfPSxjLiG2nt2MHlVsS xfiSX2tu/bIlxA2QorAjz5rXX7bWj5TJYANCEkJjLryy/1aFnmMkSpKrgcg9wP8E TjSRY3wdnUAqJh6XIMI9qsZIJWrPmBYEpyg3gc5GWcQe1PoIwQOE60KiWr1fUxw= =VSnp -----END PGP SIGNATURE----- --OJHnpXUV1METTqspoUOTie7LGatUvageN-- From owner-freebsd-python@FreeBSD.ORG Tue May 13 07:10:09 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E1E2802; Tue, 13 May 2014 07:10:09 +0000 (UTC) Received: from mail-gw-out2.cc.tut.fi (mail-gw-out2.cc.tut.fi [130.230.160.33]) by mx1.freebsd.org (Postfix) with ESMTP id 5F48B2484; Tue, 13 May 2014 07:10:07 +0000 (UTC) X-AuditID: 82e6a021-f798a6d000000c13-f9-5371c1bf721c Received: from mail2.tut.fi (mail2.tut.fi [130.230.162.20]) by mail-gw-out2.cc.tut.fi (Symantec Messaging Gateway) with SMTP id 23.F3.03091.FB1C1735; Tue, 13 May 2014 09:54:56 +0300 (EEST) Received: from vovaasus (unknown [130.230.40.159]) by mail2.tut.fi (Postfix) with ESMTPSA id D74A8215ED; Tue, 13 May 2014 09:54:55 +0300 (EEST) Content-Type: text/plain; charset=koi8-r; format=flowed; delsp=yes Date: Tue, 13 May 2014 09:54:55 +0300 To: "John W. O'Brien" <john@saltant.com>, "Irjohn Junus" <i.junus@gmail.com>, "Jimmy Olgeni" <olgeni@freebsd.org> Subject: Re: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4/ py27-MySQLdb55-1.2.3_4 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi> Organization: Tampere University of Technology Message-ID: <op.xfsdhtvxpcmiy5@vovaasus> User-Agent: Opera Mail/12.16 (FreeBSD) X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrIIsWRmVeSWpSXmKPExsXS9GyRiO6Bg4XBBs/WMFn86utitjixdyuz xcRZi1gsVnU+YnRg8ZjxaT6Lx85Zd9k9JmydzRrAHMVlk5Kak1mWWqRvl8CVcahlDmvBd+aK bUsWMTUw7mfuYuTkkBAwkdi0o4sdwhaTuHBvPVsXIxeHkMA+RonlqyezQjiTGSV+/v4MVMXB wSzgJLF4QjZIA4uAqsSyqX+YQMIiAsUS1zpFQMLMQHOmnOlgBbGFBeIkfs2YA7aLV0BQ4uTM JywQNfISzVtng8XZBMwkjsyYB1bPL6AnsbL3PStEvYZE8+8fTCC2qICaxMrDy1knMPLPQjhi FpKps5BMXcDIvIpRLDcxM0c3vVw3v7TESC85Wa+ktEQvLXMTIzg0FyjuYDw1Q/8QowAHoxIP 748XBcFCrIllxZW5hxglOZiURHnd9xYGC/El5adUZiQWZ8QXleakFh9ilOBgVhLh7SkGyvGm JFZWpRblw6SkOViUxHmLhWcFCgmkJ5akZqemFqQWwWQ1ODgEdq9pn8soxZKXn5eqJMG74gDQ EMGi1PTUirTMnBKEUiYOTpBFPECLfoDU8BYXJOYWZ6ZD5E8xKkqJ8/4CSQiAJDJK8+B6ISlF Y/4rRnGgt4R5W0GqeIDpCK77FdBgJqDBVtL5IINLEhFSUg2MC0Jq9lmX7H15oGy109GaI9dU 79ZNfOgo0P9pqpjvDta5R3YtSngiIrSvs0DJYv5u928n87IkjymWz2vuurnq7hztm7+eHLxq p26eyOqz7ULR6sMrld6/2OVmoTGJ7enBnaUNF46cOr7rIZPixB2OXz+53532+c1rRca53mxy /6LE1+9zz36pclCJpTgj0VCLuag4EQByujmCBAMAAA== Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 13 May 2014 07:10:09 -0000 > It looks like this thread [0], these commits [1] [2], and this PR [3] > are related. >[0] > https://lists.freebsd.org/pipermail/freebsd-toolchain/2014-April/001149.h= > tml >[1] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D351167 >[2] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D351159 >[3] https://www.freebsd.org/cgi/query-pr.cgi?pr=3D185902 And probably, one PR more: [4] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176993 -- Vladimir Chukharev From owner-freebsd-python@FreeBSD.ORG Tue May 13 09:35:40 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8B02AC8 for <python@freebsd.org>; Tue, 13 May 2014 09:35:40 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CC6021A8 for <python@freebsd.org>; Tue, 13 May 2014 09:35:40 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s4D9Zeb6088978 for <python@freebsd.org>; Tue, 13 May 2014 09:35:40 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s4D9ZeYA088977; Tue, 13 May 2014 09:35:40 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201405130935.s4D9ZeYA088977@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 13 May 2014 09:35:40 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 13 May 2014 09:35:40 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-twistedCore | 13.2.0 | 14.0.0 ------------------------------------------------+-----------------+------------ devel/py-twistedRunner | 13.2.0 | 14.0.0 ------------------------------------------------+-----------------+------------ dns/py-twistedNames | 13.2.0 | 14.0.0 ------------------------------------------------+-----------------+------------ mail/py-twistedMail | 13.2.0 | 14.0.0 ------------------------------------------------+-----------------+------------ net/py-twistedPair | 13.2.0 | 14.0.0 ------------------------------------------------+-----------------+------------ net-im/py-twistedWords | 13.2.0 | 14.0.0 ------------------------------------------------+-----------------+------------ news/py-twistedNews | 13.2.0 | 14.0.0 ------------------------------------------------+-----------------+------------ security/py-twistedConch | 13.2.0 | 14.0.0 ------------------------------------------------+-----------------+------------ textproc/py-twistedLore | 13.2.0 | 14.0.0 ------------------------------------------------+-----------------+------------ www/py-twistedWeb | 13.2.0 | 14.0.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Tue May 13 17:40:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0FF0BF2; Tue, 13 May 2014 17:40:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9581A2E05; Tue, 13 May 2014 17:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4DHe43i096375; Tue, 13 May 2014 17:40:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4DHe48H096374; Tue, 13 May 2014 17:40:04 GMT (envelope-from edwin) Date: Tue, 13 May 2014 17:40:04 GMT Message-Id: <201405131740.s4DHe48H096374@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189781: [patch] install manpages for security/py-fail2ban X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 13 May 2014 17:40:04 -0000 Synopsis: [patch] install manpages for security/py-fail2ban Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 13 17:40:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189781 From owner-freebsd-python@FreeBSD.ORG Tue May 13 17:40:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98D2EBF8; Tue, 13 May 2014 17:40:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DB242E06; Tue, 13 May 2014 17:40:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4DHe62x096450; Tue, 13 May 2014 17:40:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4DHe69U096449; Tue, 13 May 2014 17:40:06 GMT (envelope-from edwin) Date: Tue, 13 May 2014 17:40:06 GMT Message-Id: <201405131740.s4DHe69U096449@freefall.freebsd.org> To: adamw@FreeBSD.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189781: [patch] install manpages for security/py-fail2ban X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 13 May 2014 17:40:06 -0000 Synopsis: [patch] install manpages for security/py-fail2ban State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue May 13 17:40:06 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189781 From owner-freebsd-python@FreeBSD.ORG Tue May 13 17:50:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6945BEC1 for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 13 May 2014 17:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54C892ECE for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 13 May 2014 17:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4DHo1q6099447 for <freebsd-python@freefall.freebsd.org>; Tue, 13 May 2014 17:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4DHo1bp099446; Tue, 13 May 2014 17:50:01 GMT (envelope-from gnats) Date: Tue, 13 May 2014 17:50:01 GMT Message-Id: <201405131750.s4DHo1bp099446@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/189781: [patch] install manpages for security/py-fail2ban Reply-To: Edwin Groothuis <edwin@FreeBSD.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 13 May 2014 17:50:01 -0000 The following reply was made to PR ports/189781; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: theis@gmx.at Cc: bug-followup@FreeBSD.org Subject: Re: ports/189781: [patch] install manpages for security/py-fail2ban Date: Tue, 13 May 2014 17:40:05 UT Maintainer of security/py-fail2ban, Please note that PR ports/189781 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/189781 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Tue May 13 18:00:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8179A2EF for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 13 May 2014 18:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F65C2F9E for <freebsd-python@smarthost.ysv.freebsd.org>; Tue, 13 May 2014 18:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4DI01Uw002547 for <freebsd-python@freefall.freebsd.org>; Tue, 13 May 2014 18:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4DI01iD002546; Tue, 13 May 2014 18:00:01 GMT (envelope-from gnats) Date: Tue, 13 May 2014 18:00:01 GMT Message-Id: <201405131800.s4DI01iD002546@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Christoph Theis <theis@gmx.at> Subject: Re: ports/189781: [patch] install manpages for security/py-fail2ban Reply-To: Christoph Theis <theis@gmx.at> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 13 May 2014 18:00:01 -0000 The following reply was made to PR ports/189781; it has been noted by GNATS. From: Christoph Theis <theis@gmx.at> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189781: [patch] install manpages for security/py-fail2ban Date: Tue, 13 May 2014 19:50:04 +0200 Am 13.05.2014 19:40, schrieb Edwin Groothuis: > Maintainer of security/py-fail2ban, > > Please note that PR ports/189781 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/189781 From my side OK. And thank you for creating the patch. There is one patch from me pending, where I try to correctly create the /var/run/fail2ban directory. Christoph From owner-freebsd-python@FreeBSD.ORG Tue May 13 18:11:24 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 699F38F6; Tue, 13 May 2014 18:11:24 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F46F2117; Tue, 13 May 2014 18:11:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4DIBOhg008660; Tue, 13 May 2014 18:11:24 GMT (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4DIBOPp008659; Tue, 13 May 2014 14:11:24 -0400 (EDT) (envelope-from adamw) Date: Tue, 13 May 2014 14:11:24 -0400 (EDT) Message-Id: <201405131811.s4DIBOPp008659@freefall.freebsd.org> To: theis@gmx.at, adamw@FreeBSD.org, freebsd-python@FreeBSD.org, adamw@FreeBSD.org From: adamw@FreeBSD.org Subject: Re: ports/189781: [patch] install manpages for security/py-fail2ban X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 13 May 2014 18:11:24 -0000 Synopsis: [patch] install manpages for security/py-fail2ban Responsible-Changed-From-To: freebsd-python->adamw Responsible-Changed-By: adamw Responsible-Changed-When: Tue May 13 14:11:07 EDT 2014 Responsible-Changed-Why: Taking this. http://www.freebsd.org/cgi/query-pr.cgi?pr=189781 From owner-freebsd-python@FreeBSD.ORG Tue May 13 22:58:54 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6DEEEF8 for <python@freebsd.org>; Tue, 13 May 2014 22:58:54 +0000 (UTC) Received: from mail-oa0-x231.google.com (mail-oa0-x231.google.com [IPv6:2607:f8b0:4003:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 937F427C6 for <python@freebsd.org>; Tue, 13 May 2014 22:58:54 +0000 (UTC) Received: by mail-oa0-f49.google.com with SMTP id eb12so1244841oac.36 for <python@freebsd.org>; Tue, 13 May 2014 15:58:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Ap65XP3IsKB6kNrUaUrIcOLnCbWnV8bKhCKnZpf1B4s=; b=zcDLnvP66sTl18TC+RxI9DeuzhY6fBdVVgbzQrrJThxWXEIHukoPeaozHMkriPPCsi OPVQrETp3oi/0SKMBF5AVsLkbRCUiIpscV2pLeMt+OE/q3l1lXGAnB3+ZZeqMGNevKXF oS/mu7aucZApX2ksgJp9raD1vr8H5yItivNPY0R+IbCEQcX2uB27B370r5oeoG5XEePR bwEvDemosH8NmHhK4xVmykHPSI5j7jnUF42dqU9tvRpDrljOZj/80Is0lE5gssMhY/UN 1XzhemHllQD7OcKh6qrSYLK/z8kN0tcCWKKRHbJxFyWGHwlm4QZPxR+q8poyZo3CEP8E jTmQ== MIME-Version: 1.0 X-Received: by 10.182.5.65 with SMTP id q1mr6476322obq.74.1400021933604; Tue, 13 May 2014 15:58:53 -0700 (PDT) Received: by 10.60.144.74 with HTTP; Tue, 13 May 2014 15:58:53 -0700 (PDT) Date: Tue, 13 May 2014 18:58:53 -0400 Message-ID: <CAHUJFoK9yfevVLjLK5K7EF_C-CsoQEJsb_JYZa+sZ9q9zcKAZg@mail.gmail.com> Subject: ports/lang/python27 failing to build (_ctypes.so no such file) From: draeath <draeath@gmail.com> To: python@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 13 May 2014 22:58:54 -0000 Hello, I am attempting to build the python27 port as a dependency for virtualbox-ose-additions and am running into a build error. I am running FreeBSD 10.0, with /usr/ports coming from SVN head (currently Revision 354006). I'm afraid I don't know what other information I need to provide to you - though I would be happy to provide it as required (I may need a tiny bit of handholding to find it, as I am not terribly at home in FreeBSD) uname -a, as I see this requested for problem reports: FreeBSD fbsdvm 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29 17:06:01 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 The build error I am seeing is: ===> virtualbox-ose-additions-4.3.10_2 depends on file: /usr/local/bin/python2.7 - not found ===> Verifying install for /usr/local/bin/python2.7 in /usr/ports/lang/python27 ===> Installing for python27-2.7.6_4 ===> python27.7.6_4 depends on shared library: libintl.so - found ===> python27.7.6_4 depends on shared library: libpth.so - found ===> python27.7.6_4 depends on shared library: libffi.so - found ===> Checking if lang/python27 already installed ===> Registering installation for python27-2.6_4 as automatic pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/_ctypes.so): No such file or directory *** Error code 74 Stop. make[3]: stopped in /usr/ports/lang/python27 *** Error code 1 Stop. make[2]: stopped in /usr/ports/lang/python27 *** Error code 1 Stop. make[1]: stopped in /usr/ports/emulators/virtualbox-ose-additions *** Error code 1 Stop. make: stopped in /usr/ports/emulators/virtualbox-ose-additions Regards, Paul Bransford From owner-freebsd-python@FreeBSD.ORG Wed May 14 17:09:30 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7735535 for <python@freebsd.org>; Wed, 14 May 2014 17:09:30 +0000 (UTC) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 431F1244A for <python@freebsd.org>; Wed, 14 May 2014 17:09:30 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id s7so1686017lbd.28 for <python@freebsd.org>; Wed, 14 May 2014 10:09:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=22mJ8tzZ5On5GnHvOUPkcEu23Q4CI+b+MIkSihrfIVo=; b=Jbttb6I2IKvQrHXPXoOTpygwYz0V0sX1CSnEPBbWiOdEPxLOTKjpO0sRF6hqObYkkw F50t7z6Rn2ke6V91wh6B4EiueiVlMU26V1mKK01C6b1r88huKJiDKlIburt5VdY5YMKJ CpYOuJiYSavKQf+7j9ufDz/9ngJIwNhuiK8SLGxClK2VcNk8GK94aVo5mYdQtadh560V Vrobty4mHXfimFkisEOCU9SaTfEi5y+OKjVnOrU1Q8WP76LtqM1tHWuHwt1elPK90HnS IWA/6wud5Bajg88EmJXo0KlVI+4Ic+/f28zpA95yNBvtoVNPEme3AcnfyF8gt8Xiuhop M5xA== X-Received: by 10.152.205.106 with SMTP id lf10mr3381901lac.21.1400087368094; Wed, 14 May 2014 10:09:28 -0700 (PDT) Received: from [10.0.1.4] ([176.193.94.196]) by mx.google.com with ESMTPSA id eo12sm2565905lbb.13.2014.05.14.10.09.26 for <python@freebsd.org> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 14 May 2014 10:09:27 -0700 (PDT) From: Dmitry Sivachenko <trtrmitya@gmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Wrong python_CMD in shebangfix? Message-Id: <0AE311F0-87F8-4376-8E24-742C6C54F564@gmail.com> Date: Wed, 14 May 2014 21:09:25 +0400 To: python@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) X-Mailer: Apple Mail (2.1874) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 14 May 2014 17:09:30 -0000 Hello! Imagine that I have python-2 as default version, so that = /usr/local/bin/python points to python2.7 And I have a port which USE_PYTHON=3D3 and USES=3Dshebangfix. It will "fix" python path as "/usr/local/bin/python" which is wrong (it = should point to python3). I propose the following patch: --- shebangfix.mk.orig 2014-03-15 14:31:54.000000000 +0400 +++ shebangfix.mk 2014-05-14 21:08:37.000000000 +0400 @@ -38,7 +38,7 @@ php_OLD_CMD?=3D /usr/bin/php php_CMD?=3D ${LOCALBASE}/bin/php python_OLD_CMD?=3D /usr/bin/python -python_CMD?=3D ${LOCALBASE}/bin/python +python_CMD?=3D ${PYTHON_CMD} ruby_OLD_CMD?=3D /usr/bin/ruby ruby_CMD?=3D ${LOCALBASE}/bin/ruby tcl_OLD_CMD?=3D /usr/bin/tclsh What do you think?= From owner-freebsd-python@FreeBSD.ORG Thu May 15 05:31:46 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42C7DFD6 for <python@FreeBSD.org>; Thu, 15 May 2014 05:31:46 +0000 (UTC) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.31.29]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0123B2309 for <python@FreeBSD.org>; Thu, 15 May 2014 05:31:45 +0000 (UTC) Received: from [89.182.139.9] (helo=localhost) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from <mva@FreeBSD.org>) id 1WkoGW-00041M-G1 for python@FreeBSD.org; Thu, 15 May 2014 07:31:36 +0200 Date: Thu, 15 May 2014 07:31:40 +0200 From: Marcus von Appen <mva@FreeBSD.org> To: python@FreeBSD.org Subject: Re: Wrong python_CMD in shebangfix? Message-ID: <20140515053140.GA920@medusa.sysfault.org> Reply-To: Marcus von Appen <mva@FreeBSD.org> Mail-Followup-To: python@FreeBSD.org References: <0AE311F0-87F8-4376-8E24-742C6C54F564@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline In-Reply-To: <0AE311F0-87F8-4376-8E24-742C6C54F564@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Df-Sender: MTEyNTc0Mg== X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 15 May 2014 05:31:46 -0000 --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On, Wed May 14, 2014, Dmitry Sivachenko wrote: > Hello! > > Imagine that I have python-2 as default version, so that /usr/local/bin/python points to python2.7 > And I have a port which USE_PYTHON=3 and USES=shebangfix. > > It will "fix" python path as "/usr/local/bin/python" which is wrong (it should point to python3). > The path is not *wrong*. lang/python installs /usr/local/bin/python. > I propose the following patch: > --- shebangfix.mk.orig 2014-03-15 14:31:54.000000000 +0400 > +++ shebangfix.mk 2014-05-14 21:08:37.000000000 +0400 > @@ -38,7 +38,7 @@ > php_OLD_CMD?= /usr/bin/php > php_CMD?= ${LOCALBASE}/bin/php > python_OLD_CMD?= /usr/bin/python > -python_CMD?= ${LOCALBASE}/bin/python > +python_CMD?= ${PYTHON_CMD} > ruby_OLD_CMD?= /usr/bin/ruby > ruby_CMD?= ${LOCALBASE}/bin/ruby > tcl_OLD_CMD?= /usr/bin/tclsh > > > What do you think? Using ${PYTHON_CMD} would save maintainers overriding python_CMD again and again for many ports. Cheers Marcus --KsGdsel6WgEHnImy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlN0UTsACgkQi68/ErJnpkeoNwCg1C0g7J8OuQpr5R8T+u2ElEqB cGsAn2t3cdXoc9TckeTK33OVOAzes7sN =FOMS -----END PGP SIGNATURE----- --KsGdsel6WgEHnImy-- From owner-freebsd-python@FreeBSD.ORG Thu May 15 06:46:49 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9139EBC8; Thu, 15 May 2014 06:46:49 +0000 (UTC) Received: from mail-lb0-x230.google.com (mail-lb0-x230.google.com [IPv6:2a00:1450:4010:c04::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E290927DB; Thu, 15 May 2014 06:46:48 +0000 (UTC) Received: by mail-lb0-f176.google.com with SMTP id p9so436105lbv.7 for <multiple recipients>; Wed, 14 May 2014 23:46:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=ovxX1FRYCaNY5QQJaF7H4fGnvCU1nV1fiQzC4C0XPLc=; b=xBsSUdmOwg79JQMG6RfeUss6mU3MARdz0cRJ4BFJrTBu8rkSr/SRIy4UybSogCgB2j IjlB5RajNRwhIBkzamgmBzSMttOyCxpZVjm6IYCBzMjarB8W5bHwHNdpZ8Ptt5jlq8DQ FVEw0iEMuSCsN/xCh9jczNdqxybCcSwBOtYi1tImtS3eMj/3u82Pl7mCu/cw7fJhWNst udIipt38U1FvSESLUTBV5smKXqobmLaZJnE2uyiyjcMLhwbvYBETQU1Jlz7FGGM0pm2G h0a4QLLLHcFhbg26P+AqnqGouQnf7wZjVzXxJs2yU9X+3K7C8WUQBVM3cKpIu+hwO3kV LBiw== X-Received: by 10.152.6.131 with SMTP id b3mr6237003laa.9.1400136406770; Wed, 14 May 2014 23:46:46 -0700 (PDT) Received: from [10.0.1.4] ([176.193.181.83]) by mx.google.com with ESMTPSA id q4sm4357955lbl.14.2014.05.14.23.46.44 for <multiple recipients> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 14 May 2014 23:46:45 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: Wrong python_CMD in shebangfix? From: Dmitry Sivachenko <trtrmitya@gmail.com> In-Reply-To: <20140515053140.GA920@medusa.sysfault.org> Date: Thu, 15 May 2014 10:46:42 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: <E04D7426-A04C-4609-87C7-B789B9E8E6A7@gmail.com> References: <0AE311F0-87F8-4376-8E24-742C6C54F564@gmail.com> <20140515053140.GA920@medusa.sysfault.org> To: Marcus von Appen <mva@FreeBSD.org> X-Mailer: Apple Mail (2.1874) Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 15 May 2014 06:46:49 -0000 On 15 =D0=BC=D0=B0=D1=8F 2014 =D0=B3., at 9:31, Marcus von Appen = <mva@FreeBSD.org> wrote: > On, Wed May 14, 2014, Dmitry Sivachenko wrote: >=20 >> Hello! >>=20 >> Imagine that I have python-2 as default version, so that = /usr/local/bin/python points to python2.7 >> And I have a port which USE_PYTHON=3D3 and USES=3Dshebangfix. >>=20 >> It will "fix" python path as "/usr/local/bin/python" which is wrong = (it should point to python3). >>=20 >=20 > The path is not *wrong*. lang/python installs /usr/local/bin/python. >=20 I know, but in my example it would point to python2.7, rather than = expected python3.3 which is wrong. From owner-freebsd-python@FreeBSD.ORG Thu May 15 22:46:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9E95304; Thu, 15 May 2014 22:46:06 +0000 (UTC) Received: from us2.outbound.mailhostbox.com (us2.outbound.mailhostbox.com [162.210.70.54]) by mx1.freebsd.org (Postfix) with ESMTP id 824822BD2; Thu, 15 May 2014 22:46:06 +0000 (UTC) Received: from mail.jmorenov.com.co (unknown [208.91.199.203]) (Authenticated sender: jmorenov@jmorenov.com.co) by us2.outbound.mailhostbox.com (Postfix) with ESMTPA id 3B3DF1470021; Thu, 15 May 2014 22:39:55 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jmorenov.com.co; s=20111016; t=1400193598; bh=uEVdvTv34SPzNNh0HV06Zn4oUvKjKwv+g6yAH5YHddc=; h=MIME-Version:Content-Type:Date:From:To:Cc:Subject:In-Reply-To: References:Message-ID; b=kcU1vuZSG0Tsef2nYLM1Im1CdzvSALA6yaab3Fe5sA0EzQFQaAfEZeMM+NBhcHaNv fdxpxVJ3Ijxl/YTHYeTD4dHYNwnJ+Moq162Ud59yne6xzMZ5AYstc/1MNJXOxucCz8 tz/lLjeJ+2Zsz3XMg9xv9JxfIhJXjFg4s20ClY3Q= MIME-Version: 1.0 Date: Thu, 15 May 2014 17:39:55 -0500 From: jmorenov@jmorenov.com.co To: <jmorenov@jmorenov.com.co> Subject: Re: bind10-1.2.0 You have python 2.7 set as the default, and this needs 3.3 In-Reply-To: <a45f1f34f26ec72a7bad542b0287ee6f@jmorenov.com.co> References: <a45f1f34f26ec72a7bad542b0287ee6f@jmorenov.com.co> Message-ID: <bc3be74cbc12c0f6a094bbc69b78f915@jmorenov.com.co> X-Sender: jmorenov@jmorenov.com.co User-Agent: Webmail Services/0.4 X-CTCH-RefID: wb X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: WHITE_FROM_RCVD X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CTCH-SenderID: jmorenov@jmorenov.com.co X-CTCH-SenderID-TotalMessages: 1 X-CTCH-SenderID-TotalSpam: 0 X-CTCH-SenderID-TotalSuspected: 0 X-CTCH-SenderID-TotalBulk: 0 X-CTCH-SenderID-TotalConfirmed: 0 X-CTCH-SenderID-TotalRecipients: 0 X-CTCH-SenderID-TotalVirus: 0 X-CTCH-SenderID-BlueWhiteFlag: 0 X-Scanned-By: MIMEDefang 2.72 on 172.16.214.28 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: mat@freebsd.org, python@freebsd.org, pavelivolkov@gmail.com X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 15 May 2014 22:46:06 -0000 On 30-04-2014, jmorenov@jmorenov.com.co wrote: > ---------------------------------------------------------------------------------------------------- > root@server:/usr/ports/dns/bind10 # make clean > ===> Cleaning for bind10-1.2.0 > root@server:/usr/ports/dns/bind10 # make install clean > ===> bind10-1.2.0 You have python 2.7 set as the default, and this needs 3.3. > *** Error code 1 > > Stop. > make: stopped in /usr/ports/dns/bind10 > root@server:/usr/ports/dns/bind10 # pkg info -ix python > python3-3_1 > python33-3.3.5_1 > python34-3.4.0 > root@server:/usr/ports/dns/bind10 # date > Wed Apr 30 09:47:02 COT 2014 > root@server:/usr/ports/dns/bind10 # cat /etc/make.conf > WITH_BDB_VER=5 > WITH_PKGNG=yes > DEFAULT_VERSIONS=python3=3.3 > > root@server:/usr/ports/dns/bind10 # > --------------------------------------------------------------------------------------------------------- > > root@server:/usr/ports/dns/bind10 # uname -a > FreeBSD server.jmorenov.com.co 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29 17:06:01 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > root@server:/usr/ports/dns/bind10 # > > --------------------------------------------------------------------------------------------------------- > > I can not install bind10 on FreeBSD 10 > > Please help me > > William Moreno > > ----------------------------------------------------------------------------------------------------------- > > Thanks Mathieu, > > - My error was wrote "python3=3.4" instead of "DEFAULT_VERSIONS=python=3.4" in /etc/make.conf, that I decided to install python=2.7 and python=3.4 together in my FreeBSD 10, in order to install bind10, that I replied in "https://forums.freebsd.org/viewtopic.php?f=5&t=46270&p=259547#p259547" > > - I think that bind10 is not deprecated because "BIND10 is next generation of the popular BIND9 DNS server rewritten from scratch. BIND10 suite includes both DNS and DHCP service servers." in "https://fedoraproject.org/wiki/Features/BIND10", I am wrong ? I need other concept. > > ======================================= > > root@server:~ # pkg info -ix py > ap24-mod_python35-3.5.0_1 > py27-setuptools27-2.0.1 > py34-setuptools34-2.0.1 > py34-sqlite3-3.4.0_3 > python27-2.7.6_4 > python3-3_1 > python34-3.4.0 > > ======================================= > > Thanks All again > > William Moreno From owner-freebsd-python@FreeBSD.ORG Fri May 16 22:40:07 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C847A5E; Fri, 16 May 2014 22:40:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6C512069; Fri, 16 May 2014 22:40:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4GMe6eF094911; Fri, 16 May 2014 22:40:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4GMe6ML094908; Fri, 16 May 2014 22:40:06 GMT (envelope-from edwin) Date: Fri, 16 May 2014 22:40:06 GMT Message-Id: <201405162240.s4GMe6ML094908@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189874: Update www/py-tornado to 3.2.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 16 May 2014 22:40:07 -0000 Synopsis: Update www/py-tornado to 3.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri May 16 22:40:06 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189874 From owner-freebsd-python@FreeBSD.ORG Fri May 16 22:40:08 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6BBAA62; Fri, 16 May 2014 22:40:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D5F0206A; Fri, 16 May 2014 22:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4GMe8Oq094988; Fri, 16 May 2014 22:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4GMe8oR094987; Fri, 16 May 2014 22:40:08 GMT (envelope-from edwin) Date: Fri, 16 May 2014 22:40:08 GMT Message-Id: <201405162240.s4GMe8oR094987@freefall.freebsd.org> To: gblach@freebsd.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189874: Update www/py-tornado to 3.2.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 16 May 2014 22:40:08 -0000 Synopsis: Update www/py-tornado to 3.2.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri May 16 22:40:08 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189874 From owner-freebsd-python@FreeBSD.ORG Fri May 16 22:50:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 377E6C24 for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 16 May 2014 22:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 250B6212E for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 16 May 2014 22:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4GMo1ek007755 for <freebsd-python@freefall.freebsd.org>; Fri, 16 May 2014 22:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4GMo0eD007741; Fri, 16 May 2014 22:50:00 GMT (envelope-from gnats) Date: Fri, 16 May 2014 22:50:00 GMT Message-Id: <201405162250.s4GMo0eD007741@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/189874: Update www/py-tornado to 3.2.1 Reply-To: Edwin Groothuis <edwin@FreeBSD.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 16 May 2014 22:50:01 -0000 The following reply was made to PR ports/189874; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: khsing.cn@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/189874: Update www/py-tornado to 3.2.1 Date: Fri, 16 May 2014 22:40:07 UT Maintainer of www/py-tornado, Please note that PR ports/189874 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/189874 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Sat May 17 09:33:53 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D5B2F4; Sat, 17 May 2014 09:33:53 +0000 (UTC) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8CC432061; Sat, 17 May 2014 09:33:52 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id s7so2634369lbd.22 for <multiple recipients>; Sat, 17 May 2014 02:33:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=jgwnXLdyxX6a4XVVdOh7pv8JCL4oacRhLWjrKcfxAdk=; b=YRu4kN7LSUee8hTipL1PEguJk+FOpwFf/WKIf9DsIjMfqZZjFxSNRU0RSIFy7K4TMP UPSCCtJlZ1R6D6bok/PY3zVldvAa/a/WslTxdmc+SC69HBcZYp9YPe9MP6uew2Elvcan 2UUng5ivL7BC5y8findr29Sn8dcat76dGKX4l7Vw28ag/ckkwUfbH9yu1QkeynsivBIv ozn/lfg9AfnfAIfrK4EPpeYTrybGjjY378fG7PoeOq8N/xdNDzbg7O4Zg1r1miH0DjiT fhKLkfHxbaA59m9B8A2IXS7ikh2mBP3QV+kGSFYcd13/V+GGFsaXB9smJ8RHisHud+Tx yWzg== X-Received: by 10.112.155.230 with SMTP id vz6mr367641lbb.73.1400319230028; Sat, 17 May 2014 02:33:50 -0700 (PDT) Received: from [10.0.1.4] ([176.193.46.168]) by mx.google.com with ESMTPSA id k1sm10986745lbb.9.2014.05.17.02.33.47 for <multiple recipients> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 17 May 2014 02:33:48 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: Wrong python_CMD in shebangfix? From: Dmitry Sivachenko <trtrmitya@gmail.com> In-Reply-To: <E04D7426-A04C-4609-87C7-B789B9E8E6A7@gmail.com> Date: Sat, 17 May 2014 13:33:44 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: <9A0AFE0A-8150-41F9-962F-274D2C7A5694@gmail.com> References: <0AE311F0-87F8-4376-8E24-742C6C54F564@gmail.com> <20140515053140.GA920@medusa.sysfault.org> <E04D7426-A04C-4609-87C7-B789B9E8E6A7@gmail.com> To: Marcus von Appen <mva@FreeBSD.org> X-Mailer: Apple Mail (2.1878.2) Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 17 May 2014 09:33:53 -0000 Well, so what is the consensus on this? May I commit the proposed patch? On 15 =D0=BC=D0=B0=D1=8F 2014 =D0=B3., at 10:46, Dmitry Sivachenko = <trtrmitya@gmail.com> wrote: >=20 > On 15 =D0=BC=D0=B0=D1=8F 2014 =D0=B3., at 9:31, Marcus von Appen = <mva@FreeBSD.org> wrote: >=20 >> On, Wed May 14, 2014, Dmitry Sivachenko wrote: >>=20 >>> Hello! >>>=20 >>> Imagine that I have python-2 as default version, so that = /usr/local/bin/python points to python2.7 >>> And I have a port which USE_PYTHON=3D3 and USES=3Dshebangfix. >>>=20 >>> It will "fix" python path as "/usr/local/bin/python" which is wrong = (it should point to python3). >>>=20 >>=20 >> The path is not *wrong*. lang/python installs /usr/local/bin/python. >>=20 >=20 > I know, but in my example it would point to python2.7, rather than = expected python3.3 which is wrong. >=20 >=20 From owner-freebsd-python@FreeBSD.ORG Sun May 18 04:30:26 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7CC8684; Sun, 18 May 2014 04:30:25 +0000 (UTC) Received: from mail-ve0-x232.google.com (mail-ve0-x232.google.com [IPv6:2607:f8b0:400c:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 877BD277E; Sun, 18 May 2014 04:30:25 +0000 (UTC) Received: by mail-ve0-f178.google.com with SMTP id sa20so4993245veb.37 for <multiple recipients>; Sat, 17 May 2014 21:30:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6MCM8wpjFjYBJT1BgGkT+mMLQrYhxJmNhiEtNq7R9c4=; b=K9VXoixMqAZhVrqatK3Ns6rcLHqghVfuDde8K4Y6Vg4ChupGA1iZxZWMqqgl4usWtA LWNVo1xh0fGMIh7+k0sJLOX8GW6v2wsJpYDKWNHncxBTRAZc4MIjKZgUrpPhWEgbPQxk XluNcFkgB2JlXZUDubrma2VbNk0ltuDe6HXIbfLIhsOLlMeWthPKYP46P3s1VXXhMMBS n9D+iWODybI5AHzfPyUHN/5NQvTbqNan4Fn7VPJpbeRXu50KepgoHnkw3Yr2Jor4ntua a5rERHhg2iDhahwyYBsOLl1z5Eh4tmm2laZczZWXSopcGRZJopxTZz0v2f2SgMF8xjjb pbMQ== MIME-Version: 1.0 X-Received: by 10.52.137.174 with SMTP id qj14mr5343047vdb.32.1400387423724; Sat, 17 May 2014 21:30:23 -0700 (PDT) Received: by 10.58.168.199 with HTTP; Sat, 17 May 2014 21:30:23 -0700 (PDT) In-Reply-To: <53718C14.1040807@saltant.com> References: <CALXkR+8ivP3m2aJN+m88Sz+4BodAxnYioBvgUotFZf_-TVPLgg@mail.gmail.com> <536C40B0.2060705@saltant.com> <CALXkR+_r4kG8CHO8R2MOsGHK4JDeEMa28MN4rzZ1hAtd+zAu4g@mail.gmail.com> <53718C14.1040807@saltant.com> Date: Sun, 18 May 2014 12:30:23 +0800 Message-ID: <CALXkR+-6_2k4pD7-Ln6e-PbgFTKriRXSrqOpd=UVbwppi=dpvg@mail.gmail.com> Subject: Re: math/py-numpy cannot satisfy libgfortran dependency on libgcc_s/GCC_4.6.0 [WAS: Re: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4] From: Irjohn Junus <i.junus@gmail.com> To: "John W. O'Brien" <john@saltant.com> Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: python@freebsd.org, Jimmy Olgeni <olgeni@freebsd.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 18 May 2014 04:30:26 -0000 John, Thank you for looking at this. Apologies for my late reply it's been crazy busy at work lately. Here's answers to your questions: 1. readelf -d _umath_linalg.so | grep RPATH 0x000000000000000f (RPATH) Library rpath: [/usr/local/lib/gcc47] readelf -d lapack_lite.so | grep RPATH 0x000000000000000f (RPATH) Library rpath: [/usr/local/lib/gcc47] 2. cat /usr/local/lib/python2.7/site-packages/numpy/distutils/site.cfg [DEFAULT] lapack_type=atlas library_dirs = /usr/lib:/usr/local/lib:/usr/local/lib/gcc47/gcc/x86_64-portbld-freebsd9.1/4.7.3/../../../ include_dirs = /usr/include:/usr/local/include:/usr/local/include/suitesparse src_dirs = /usr/local/src # search static libraries (.a) in preference to shared ones (.so) search_static_first = 0 [atlas] library_dirs = /usr/local/lib:/usr/local/lib/gcc47/gcc/x86_64-portbld-freebsd9.1/4.7.3/../../../ atlas_libs = lapack, blas 3. cat /etc/make.conf # added by use.perl 2013-03-25 18:12:09 PERL_VERSION=5.12.4 #WITH_MPM=worker 4. I use portmaster exclusively, to install: portmaster --packages-build --delete-build-only port-name to upgrade: portmaster --dwv port-name Thanks, Irjohn On Tue, May 13, 2014 at 11:05 AM, John W. O'Brien <john@saltant.com> wrote: > On 5/8/14 11:33 PM, Irjohn Junus wrote: > > Hi John, > > > > No worries and yes I'm still having the problem. > > > > I remember seeing this message: > > ===>>> pkg-message for gcc-4.7.3_1 > > To ensure binaries built with this toolchain find appropriate versions > > of the necessary run-time libraries, you may want to link using > > > > -Wl,-rpath=/usr/local/lib/gcc47 > > > > after upgrading gcc port a few days ago, which is described in your link > > [0]. Do I issue this command as root? Need advice here, thanks. > > > > Regards, > > Irjohn > > > > > > On Fri, May 9, 2014 at 10:42 AM, John W. O'Brien <john@saltant.com > > <mailto:john@saltant.com>> wrote: > > > > On 4/18/14 8:45 AM, Irjohn Junus wrote: > > > Dear All, > > > > > > I'm running 9.1-RELEASE and today just after freebsd-update to p11 > and > > > updating ports to the latest found out that pandas won't import > after > > > MySQLdb is imported first. Strangely, it will import no problem if > > > MySQLdb is imported after: > > > > Hi Irjohn, > > > > Sorry for the long delay. Are you still having this problem? > > > > >>>> import MySQLdb > > >>>> import pandas as pd > > > /lib/libgcc_s.so.1: version GCC_4.6.0 required by > > > /usr/local/lib/gcc47/libgfortran.so.3 not found > > [...] > > > Traceback (most recent call last): > > [...] > > > File > > "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", > > > line 29, in <module> > > > from numpy.linalg import lapack_lite, _umath_linalg > > > ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by > > > /usr/local/lib/gcc47/libgfortran.so.3 not found > > > > It looks like this thread [0], these commits [1] [2], and this PR [3] > > are related. > > > > [0] > > > https://lists.freebsd.org/pipermail/freebsd-toolchain/2014-April/001149.html > > > > [1] https://svnweb.freebsd.org/ports?view=revision&revision=351167 > > > > [2] https://svnweb.freebsd.org/ports?view=revision&revision=351159 > > > > [3] https://www.freebsd.org/cgi/query-pr.cgi?pr=185902 > > Irjohn, > > This is just a little out of my depth, so I'm going to talk through it > out loud while I investigate. Presumably somebody more knowledgeable > than I will step in to correct me if I get something wrong. > > First off, there are a few open PRs ([0], [1]) on math/py-numpy, both of > which seem to have been triggered when ports started using GCC 4.7 by > default [2]. > > What I know from reading gcc(1) is that "-Wl,<option>" passes <option> > to the linker, and from ld(1) is that "-rpath=<path>" embeds <path> in > the output file so that the runtime linker knows where to look for > shared objects. It makes sense why this would help resolve the traceback > you reported because one thing (linalg.py + ??? + libgfortran.so.3) is > looking for another thing (libgcc_s.so.1), finds it, yet remains > unsatisfied. Setting the rpath in the right place in the former will > help it find the right one of the latter. > > I dug a little more to learn how to find out what rpath is embedded in a > given file. It turns out that readelf(1) with the "-d" option to show an > ELF file's dynamic section is just the ticket. Here is some output from > my system. > > $ cd /usr/local/lib/gcc47 > $ readelf -d libgfortran.so.3 | grep RPATH > 0x000000000000000f (RPATH) Library rpath: > [/usr/local/lib/gcc47] > $ cd /usr/local/lib/python2.7/site-packages/numpy/linalg > $ readelf -d {_umath_linalg.so,lapack_lite.so} | grep RPATH > 0x000000000000000f (RPATH) Library rpath: > [/usr/local/lib/gcc47] > 0x000000000000000f (RPATH) Library rpath: > [/usr/local/lib/gcc47] > > In fact, this tool will also tell you which shared objects a file needs. > > $ readelf -d {_umath_linalg.so,lapack_lite.so} | grep libgfortran > 0x0000000000000001 (NEEDED) Shared library: > [libgfortran.so.3] > 0x0000000000000001 (NEEDED) Shared library: > [libgfortran.so.3] > > So this line of python > > >>> from numpy.linalg import lapack_lite, _umath_linalg > > tries to load two binary shared objects, both of which require libgfortran. > > Moving right along. If everything goes as it should, how is numpy > supposed to learn the correct rpath? Time to dive into > math/py-numpy/Makefile and the ports machinery. > > In math/py-numpy, I find "USES=fortran" and some fishy business in the > pre-configure target involving GCCLIBDIR. The former is pretty > interesting because it pulls in /usr/ports/Mk/Uses/fortran.mk to set all > kinds of useful things, including > > FFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${_GCC_VER} > FCFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${_GCC_VER} > LDFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${_GCC_VER} \ > -L${LOCALBASE}/lib/gcc${_GCC_VER} -B${LOCALBASE}/bin > > It also sets FC=gfortran${_GCC_VER}; a fact I can use to further probe > the GCCLIBDIR funny business in the numpy port. During the pre-configure > target, ports determines GCCLIBDIR like this: > > $ gfortran47 -print-file-name=libgfortran.so \ > | sed -e s/libgfortran.so// > /usr/local/lib/gcc47/gcc/x86_64-portbld-freebsd9.2/4.7.3/../../../ > > Which simplifies, of course, to /usr/local/lib/gcc47. So far, so good. > > I've built math/py-numpy on my machine, and will begin to examine the > build logs [3] for clues about what to dig into next (e.g. differences > between my setting CC=clang et al, and not). In the mean time... > > Questions to you: > > 1. What is the rpath stored in your copy of those numpy files? That > is, what is the output from > > cd /usr/local/lib/python2.7/site-packages/numpy/linalg > readelf -d _umath_linalg.so | grep RPATH > readelf -d lapack_lite.so | grep RPATH > > ? > > 2. What is the contents of > /usr/local/lib/python2.7/site-packages/numpy/distutils/site.cfg on your > machine? > > 2. What is the contents of /etc/make.conf on your machine? > > 3. How to you install and upgrade your ports? Build from source by > hand? Build from source with the help of portmaster, poudriere, etc? > Install binary packages with pkg_* or ports-mgmt/pkg (pkgng)? > > One thing that still puzzles me is what databases/py-MySQLdb would have > to do with it. > > [0] ports/188114: math/py-numpy is broken on 9.2-STABLE > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188114 > [1] ports/188327: math/py-numpy: Numpy is broken > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188327 > [2] https://svnweb.freebsd.org/ports?view=revision&revision=347809 > [3] > > https://pkg.saltant.net/poudriere/bulk/92amd64-current/2014-05-12_21h56m01s/logs/py27-numpy-1.8.0_1,1.log > > Regards, > John > > From owner-freebsd-python@FreeBSD.ORG Mon May 19 07:53:39 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67400EA6; Mon, 19 May 2014 07:53:39 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C1232BB8; Mon, 19 May 2014 07:53:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4J7rdag041637; Mon, 19 May 2014 07:53:39 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4J7rc05041625; Mon, 19 May 2014 07:53:38 GMT (envelope-from culot) Date: Mon, 19 May 2014 07:53:38 GMT Message-Id: <201405190753.s4J7rc05041625@freefall.freebsd.org> To: count@211.ru, culot@FreeBSD.org, freebsd-python@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/189475: [UPDATE] net/py-netifaces to 0.10.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 19 May 2014 07:53:39 -0000 Synopsis: [UPDATE] net/py-netifaces to 0.10.3 Responsible-Changed-From-To: freebsd-python->culot Responsible-Changed-By: culot Responsible-Changed-When: Mon May 19 07:53:38 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=189475 From owner-freebsd-python@FreeBSD.ORG Mon May 19 11:06:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD13E4A3 for <freebsd-python@FreeBSD.org>; Mon, 19 May 2014 11:06:51 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A11402DC4 for <freebsd-python@FreeBSD.org>; Mon, 19 May 2014 11:06:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4JB6pue080139 for <freebsd-python@FreeBSD.org>; Mon, 19 May 2014 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4JB6pNa080135 for freebsd-python@FreeBSD.org; Mon, 19 May 2014 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 19 May 2014 11:06:51 GMT Message-Id: <201405191106.s4JB6pNa080135@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster <bugmaster@freebsd.org> 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.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 19 May 2014 11:06:51 -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/189874 python Update www/py-tornado to 3.2.1 f ports/189666 python devel/py-demjson: unfetchable due to rerolled tarball o ports/189642 python [PATCH] www/py-Flask-FlatPages: stage o ports/189270 python [new port] graphics/py-pygal, python svg graph plottin o ports/189182 python [MAINTAINER] databases/py-pylibmc: update to 1.3.0 f ports/189131 python databases/py-bsddb3 - fails to build with python3.x o ports/189129 python [MAINTAINER UPDATE] textproc/py-regex update to versio o ports/188964 python [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr o ports/188930 python [maintainer update] games/py-mnemosyne (2.3) o ports/188894 python [PATCH] databases/py-swift: update to 1.13.1 o ports/188681 python Updated port security/py-ecdsa o ports/188327 python math/py-numpy: Numpy is broken o ports/188251 python lang/python: bdb48 dependency leak in all python o ports/188250 python [Patch] update port www/py-selenium to 2.41.0 o ports/188114 python math/py-numpy is broken on 9.2-STABLE f ports/187956 python [PATCH] devel/py-bcdoc: update to 0.12.2 o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187393 python databases/py-firebirdsql: update to 0.9.2 o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 o ports/184954 python Installation checks prevent multiple python ports bein o ports/178301 python [patch] lang/python27: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre 31 problems total. From owner-freebsd-python@FreeBSD.ORG Mon May 19 14:40:10 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12F9A8C5; Mon, 19 May 2014 14:40:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDE8322B5; Mon, 19 May 2014 14:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4JEe9rh046718; Mon, 19 May 2014 14:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4JEe932046717; Mon, 19 May 2014 14:40:09 GMT (envelope-from edwin) Date: Mon, 19 May 2014 14:40:09 GMT Message-Id: <201405191440.s4JEe932046717@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189949: Maintainer update: www/py-django-keyedcache X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 19 May 2014 14:40:10 -0000 Synopsis: Maintainer update: www/py-django-keyedcache Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 19 14:40:09 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189949 From owner-freebsd-python@FreeBSD.ORG Mon May 19 14:40:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF82D881; Mon, 19 May 2014 14:40:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A604322B4; Mon, 19 May 2014 14:40:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4JEe6Ya046634; Mon, 19 May 2014 14:40:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4JEe6sx046633; Mon, 19 May 2014 14:40:06 GMT (envelope-from edwin) Date: Mon, 19 May 2014 14:40:06 GMT Message-Id: <201405191440.s4JEe6sx046633@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189950: Maintainer Update: www/py-django-extensions X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 19 May 2014 14:40:06 -0000 Synopsis: Maintainer Update: www/py-django-extensions Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 19 14:40:06 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189950 From owner-freebsd-python@FreeBSD.ORG Mon May 19 14:50:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43E1DA2B; Mon, 19 May 2014 14:50:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 196C02390; Mon, 19 May 2014 14:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4JEo4B2058725; Mon, 19 May 2014 14:50:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4JEo452058724; Mon, 19 May 2014 14:50:04 GMT (envelope-from edwin) Date: Mon, 19 May 2014 14:50:04 GMT Message-Id: <201405191450.s4JEo452058724@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189951: Maintainer Update: www/py-django-tagging X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 19 May 2014 14:50:05 -0000 Synopsis: Maintainer Update: www/py-django-tagging Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 19 14:50:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189951 From owner-freebsd-python@FreeBSD.ORG Mon May 19 19:54:17 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D3F2B6F; Mon, 19 May 2014 19:54:17 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D685E20F6; Mon, 19 May 2014 19:54:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4JJsGGi033885; Mon, 19 May 2014 19:54:16 GMT (envelope-from olivierd@freefall.freebsd.org) Received: (from olivierd@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4JJsGqB033883; Mon, 19 May 2014 19:54:16 GMT (envelope-from olivierd) Date: Mon, 19 May 2014 19:54:16 GMT Message-Id: <201405191954.s4JJsGqB033883@freefall.freebsd.org> To: olivierd@FreeBSD.org, freebsd-python@FreeBSD.org, olivierd@FreeBSD.org From: olivierd@FreeBSD.org Subject: Re: ports/189270: [new port] graphics/py-pygal, python svg graph plotting library X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 19 May 2014 19:54:17 -0000 Synopsis: [new port] graphics/py-pygal, python svg graph plotting library Responsible-Changed-From-To: freebsd-python->olivierd Responsible-Changed-By: olivierd Responsible-Changed-When: Mon May 19 19:54:16 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=189270 From owner-freebsd-python@FreeBSD.ORG Tue May 20 03:41:53 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B658D194; Tue, 20 May 2014 03:41:53 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B9E7267D; Tue, 20 May 2014 03:41:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4K3frGx015443; Tue, 20 May 2014 03:41:53 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4K3frk9015442; Tue, 20 May 2014 03:41:53 GMT (envelope-from edwin) Date: Tue, 20 May 2014 03:41:53 GMT Message-Id: <201405200341.s4K3frk9015442@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189844: lang/python27: dependent packages fail to build when python is built with both PTH and THREADS X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 20 May 2014 03:41:53 -0000 Synopsis: lang/python27: dependent packages fail to build when python is built with both PTH and THREADS Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 20 03:41:53 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189844 From owner-freebsd-python@FreeBSD.ORG Tue May 20 11:40:09 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BF45AE4; Tue, 20 May 2014 11:40:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6E9A2B3F; Tue, 20 May 2014 11:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4KBe8QC022569; Tue, 20 May 2014 11:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4KBe8bx022568; Tue, 20 May 2014 11:40:08 GMT (envelope-from edwin) Date: Tue, 20 May 2014 11:40:08 GMT Message-Id: <201405201140.s4KBe8bx022568@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189997: update port: multimedia/py-kaa-imlib2 add staging support X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 20 May 2014 11:40:09 -0000 Synopsis: update port: multimedia/py-kaa-imlib2 add staging support Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 20 11:40:08 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189997 From owner-freebsd-python@FreeBSD.ORG Tue May 20 11:40:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45E32A75; Tue, 20 May 2014 11:40:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CAA22B3E; Tue, 20 May 2014 11:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4KBe4R8022481; Tue, 20 May 2014 11:40:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4KBe4cD022480; Tue, 20 May 2014 11:40:04 GMT (envelope-from edwin) Date: Tue, 20 May 2014 11:40:04 GMT Message-Id: <201405201140.s4KBe4cD022480@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189996: update port: multimedia/py-kaa-metadata add staging support X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 20 May 2014 11:40:05 -0000 Synopsis: update port: multimedia/py-kaa-metadata add staging support Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 20 11:40:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189996 From owner-freebsd-python@FreeBSD.ORG Tue May 20 11:40:11 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1074EAFF; Tue, 20 May 2014 11:40:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA7062B41; Tue, 20 May 2014 11:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4KBeAVZ022654; Tue, 20 May 2014 11:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4KBeATD022653; Tue, 20 May 2014 11:40:10 GMT (envelope-from edwin) Date: Tue, 20 May 2014 11:40:10 GMT Message-Id: <201405201140.s4KBeATD022653@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189998: update port: multimedia/py-kaa-base add staging support X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 20 May 2014 11:40:11 -0000 Synopsis: update port: multimedia/py-kaa-base add staging support Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 20 11:40:10 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189998 From owner-freebsd-python@FreeBSD.ORG Wed May 21 08:29:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D923206 for <python@freebsd.org>; Wed, 21 May 2014 08:29:51 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DCDC2D64 for <python@freebsd.org>; Wed, 21 May 2014 08:29:51 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s4L8TpHg040037 for <python@freebsd.org>; Wed, 21 May 2014 08:29:51 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 21 May 2014 08:29:51 GMT Message-Id: <201405210829.s4L8TpHg040037@portsmon.freebsd.org> From: linimon@FreeBSD.org To: python@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 21 May 2014 08:29:51 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: lang/python31 description: Interpreted object-oriented programming language maintainer: python@FreeBSD.org deprecated because: Python 3.1 will be end-of-life soon, please migrate to lang/python33 expiration date: 2014-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=python31 If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-python@FreeBSD.ORG Wed May 21 12:40:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 362CB49C; Wed, 21 May 2014 12:40:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C0922376; Wed, 21 May 2014 12:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4LCe3Tt028928; Wed, 21 May 2014 12:40:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4LCe3qP028927; Wed, 21 May 2014 12:40:03 GMT (envelope-from edwin) Date: Wed, 21 May 2014 12:40:03 GMT Message-Id: <201405211240.s4LCe3qP028927@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190065: New port: net-p2p/py-transmission-remote-curses Remote Curses UI for Transmission daemon X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 21 May 2014 12:40:04 -0000 Synopsis: New port: net-p2p/py-transmission-remote-curses Remote Curses UI for Transmission daemon Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed May 21 12:40:03 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190065 From owner-freebsd-python@FreeBSD.ORG Wed May 21 15:56:57 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1D1D267; Wed, 21 May 2014 15:56:57 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6A7323E5; Wed, 21 May 2014 15:56:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4LFuv8Q003307; Wed, 21 May 2014 15:56:57 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4LFuvG3003306; Wed, 21 May 2014 15:56:57 GMT (envelope-from edwin) Date: Wed, 21 May 2014 15:56:57 GMT Message-Id: <201405211556.s4LFuvG3003306@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190076: x11-toolkits/py-wxPython28: Update py-wxPython28 Ports for staging X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 21 May 2014 15:56:57 -0000 Synopsis: x11-toolkits/py-wxPython28: Update py-wxPython28 Ports for staging Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed May 21 15:56:57 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190076 From owner-freebsd-python@FreeBSD.ORG Wed May 21 15:56:59 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9316F26B; Wed, 21 May 2014 15:56:59 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68FC623E6; Wed, 21 May 2014 15:56:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4LFuxXA003385; Wed, 21 May 2014 15:56:59 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4LFux6I003384; Wed, 21 May 2014 15:56:59 GMT (envelope-from edwin) Date: Wed, 21 May 2014 15:56:59 GMT Message-Id: <201405211556.s4LFux6I003384@freefall.freebsd.org> To: ports@nicandneal.net, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190076: x11-toolkits/py-wxPython28: Update py-wxPython28 Ports for staging X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 21 May 2014 15:56:59 -0000 Synopsis: x11-toolkits/py-wxPython28: Update py-wxPython28 Ports for staging State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed May 21 15:56:59 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190076 From owner-freebsd-python@FreeBSD.ORG Wed May 21 16:00:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3890232F for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 21 May 2014 16:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2624F2407 for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 21 May 2014 16:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4LG01Y7003770 for <freebsd-python@freefall.freebsd.org>; Wed, 21 May 2014 16:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4LG00Uq003757; Wed, 21 May 2014 16:00:00 GMT (envelope-from gnats) Date: Wed, 21 May 2014 16:00:00 GMT Message-Id: <201405211600.s4LG00Uq003757@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/190076: x11-toolkits/py-wxPython28: Update py-wxPython28 Ports for staging Reply-To: Edwin Groothuis <edwin@FreeBSD.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 21 May 2014 16:00:01 -0000 The following reply was made to PR ports/190076; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: neal@nelson.name Cc: bug-followup@FreeBSD.org Subject: Re: ports/190076: x11-toolkits/py-wxPython28: Update py-wxPython28 Ports for staging Date: Wed, 21 May 2014 15:56:58 UT Maintainer of x11-toolkits/py-wxPython28, Please note that PR ports/190076 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/190076 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Wed May 21 16:10:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D83E84E for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 21 May 2014 16:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B02124FB for <freebsd-python@smarthost.ysv.freebsd.org>; Wed, 21 May 2014 16:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4LGA2ES007335 for <freebsd-python@freefall.freebsd.org>; Wed, 21 May 2014 16:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4LGA2NM007334; Wed, 21 May 2014 16:10:02 GMT (envelope-from gnats) Date: Wed, 21 May 2014 16:10:02 GMT Message-Id: <201405211610.s4LGA2NM007334@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Neal Nelson <neal@nicandneal.net> Subject: Re: ports/190076: x11-toolkits/py-wxPython28: Update py-wxPython28 Ports for staging Reply-To: Neal Nelson <neal@nicandneal.net> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 21 May 2014 16:10:02 -0000 The following reply was made to PR ports/190076; it has been noted by GNATS. From: Neal Nelson <neal@nicandneal.net> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/190076: x11-toolkits/py-wxPython28: Update py-wxPython28 Ports for staging Date: Wed, 21 May 2014 17:59:55 +0200 On 2014-05-21 17:56, Edwin Groothuis wrote: > Maintainer of x11-toolkits/py-wxPython28, > > Please note that PR ports/190076 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/190076 > Please go ahead with this. The patch also updates my maintainer address. From owner-freebsd-python@FreeBSD.ORG Wed May 21 19:17:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 761E361E; Wed, 21 May 2014 19:17:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B258266D; Wed, 21 May 2014 19:17:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4LJH5xr072151; Wed, 21 May 2014 19:17:05 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4LJH5N7072150; Wed, 21 May 2014 19:17:05 GMT (envelope-from linimon) Date: Wed, 21 May 2014 19:17:05 GMT Message-Id: <201405211917.s4LJH5N7072150@freefall.freebsd.org> To: neal@nelson.name, ports@nicandneal.net, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/190076: x11-toolkits/py-wxPython28: Update py-wxPython28 Ports for staging X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 21 May 2014 19:17:05 -0000 Synopsis: x11-toolkits/py-wxPython28: Update py-wxPython28 Ports for staging State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Wed May 21 19:16:38 UTC 2014 State-Changed-Why: Submitter is maintainer from another address. http://www.freebsd.org/cgi/query-pr.cgi?pr=190076 From owner-freebsd-python@FreeBSD.ORG Thu May 22 05:40:36 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A657840E; Thu, 22 May 2014 05:40:36 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EA1328A0; Thu, 22 May 2014 05:40:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M5ea9t097022; Thu, 22 May 2014 05:40:36 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M5eYEf097021; Thu, 22 May 2014 05:40:34 GMT (envelope-from miwi) Date: Thu, 22 May 2014 05:40:34 GMT Message-Id: <201405220540.s4M5eYEf097021@freefall.freebsd.org> To: fax@nohik.ee, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/187412: [NEW PORT] devel/py-daemons X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 05:40:36 -0000 Synopsis: [NEW PORT] devel/py-daemons State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu May 22 05:40:34 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=187412 From owner-freebsd-python@FreeBSD.ORG Thu May 22 05:41:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E135C510; Thu, 22 May 2014 05:41:51 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B83D328AF; Thu, 22 May 2014 05:41:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M5fpJc099268; Thu, 22 May 2014 05:41:51 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M5fpX3099246; Thu, 22 May 2014 05:41:51 GMT (envelope-from miwi) Date: Thu, 22 May 2014 05:41:51 GMT Message-Id: <201405220541.s4M5fpX3099246@freefall.freebsd.org> To: fax@nohik.ee, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/187413: [NEW PORT] devel/py-python-statsd X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 05:41:52 -0000 Synopsis: [NEW PORT] devel/py-python-statsd State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu May 22 05:41:51 UTC 2014 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=187413 From owner-freebsd-python@FreeBSD.ORG Thu May 22 05:50:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E945AB5 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 05:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E7A3290B for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 05:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M5o1Hf000651 for <freebsd-python@freefall.freebsd.org>; Thu, 22 May 2014 05:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M5o1cG000650; Thu, 22 May 2014 05:50:01 GMT (envelope-from gnats) Date: Thu, 22 May 2014 05:50:01 GMT Message-Id: <201405220550.s4M5o1cG000650@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187413: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 05:50:01 -0000 The following reply was made to PR ports/187413; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187413: commit references a PR Date: Thu, 22 May 2014 05:42:12 +0000 (UTC) Author: miwi Date: Thu May 22 05:42:08 2014 New Revision: 354771 URL: http://svnweb.freebsd.org/changeset/ports/354771 QAT: https://qat.redports.org/buildarchive/r354771/ Log: statsd is a client for Etsy's statsd server, a front end/proxy for the Graphite stats collection and graphing server. WWW: https://github.com/WoLpH/python-statsd PR: ports/187413 Submitted by: fax@nohik.ee Added: head/devel/py-python-statsd/ head/devel/py-python-statsd/Makefile (contents, props changed) head/devel/py-python-statsd/distinfo (contents, props changed) head/devel/py-python-statsd/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 22 05:40:53 2014 (r354770) +++ head/devel/Makefile Thu May 22 05:42:08 2014 (r354771) @@ -3776,6 +3776,7 @@ SUBDIR += py-pytemplate SUBDIR += py-pytest SUBDIR += py-pytest-runner + SUBDIR += py-python-statsd SUBDIR += py-pythonbrew SUBDIR += py-pytz SUBDIR += py-pyutil Added: head/devel/py-python-statsd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-statsd/Makefile Thu May 22 05:42:08 2014 (r354771) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= python-statsd +PORTVERSION= 1.6.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= fax@nohik.ee +COMMENT= Statsd is a client for Etsy's node-js statsd server + +LICENSE= BSD + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/devel/py-python-statsd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-statsd/distinfo Thu May 22 05:42:08 2014 (r354771) @@ -0,0 +1,2 @@ +SHA256 (python-statsd-1.6.2.tar.gz) = 61854c53dd4573d806048ecd02712d75af822c379775304f9c929af465b047f0 +SIZE (python-statsd-1.6.2.tar.gz) = 8891 Added: head/devel/py-python-statsd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-statsd/pkg-descr Thu May 22 05:42:08 2014 (r354771) @@ -0,0 +1,4 @@ +statsd is a client for Etsy's statsd server, a front end/proxy for the Graphite +stats collection and graphing server. + +WWW: https://github.com/WoLpH/python-statsd _______________________________________________ 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 Thu May 22 05:50:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 768E1B04 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 05:50:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59CD82912 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 05:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M5o6Dq000687 for <freebsd-python@freefall.freebsd.org>; Thu, 22 May 2014 05:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M5o6v0000686; Thu, 22 May 2014 05:50:06 GMT (envelope-from gnats) Date: Thu, 22 May 2014 05:50:06 GMT Message-Id: <201405220550.s4M5o6v0000686@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187412: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 05:50:06 -0000 The following reply was made to PR ports/187412; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187412: commit references a PR Date: Thu, 22 May 2014 05:40:58 +0000 (UTC) Author: miwi Date: Thu May 22 05:40:53 2014 New Revision: 354770 URL: http://svnweb.freebsd.org/changeset/ports/354770 QAT: https://qat.redports.org/buildarchive/r354770/ Log: Daemons is a resource library for Python developers that want to create daemon processes. The idea is to provide the basic daemon functionality while still giving the developer the ability to customize their daemon for any purpose. WWW: https://pypi.python.org/pypi/daemons PR: ports/187412 Submitted by: fax@nohik.ee Added: head/devel/py-daemons/ head/devel/py-daemons/Makefile (contents, props changed) head/devel/py-daemons/distinfo (contents, props changed) head/devel/py-daemons/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 22 05:39:35 2014 (r354769) +++ head/devel/Makefile Thu May 22 05:40:53 2014 (r354770) @@ -3588,6 +3588,7 @@ SUBDIR += py-cxx SUBDIR += py-d2to1 SUBDIR += py-daemon + SUBDIR += py-daemons SUBDIR += py-dal SUBDIR += py-darcsver SUBDIR += py-dateutil Added: head/devel/py-daemons/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-daemons/Makefile Thu May 22 05:40:53 2014 (r354770) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= daemons +PORTVERSION= 0.2.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= fax@nohik.ee +COMMENT= Resource library for Python developers to create daemon processes + +LICENSE= APACHE20 + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/devel/py-daemons/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-daemons/distinfo Thu May 22 05:40:53 2014 (r354770) @@ -0,0 +1,2 @@ +SHA256 (daemons-0.2.1.tar.gz) = fa5da04820a73ee63349db01fb18f2088d1f6d90cc38f342dcd5d82718422a74 +SIZE (daemons-0.2.1.tar.gz) = 17639 Added: head/devel/py-daemons/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-daemons/pkg-descr Thu May 22 05:40:53 2014 (r354770) @@ -0,0 +1,5 @@ +Daemons is a resource library for Python developers that want to create daemon +processes. The idea is to provide the basic daemon functionality while still +giving the developer the ability to customize their daemon for any purpose. + +WWW: https://pypi.python.org/pypi/daemons _______________________________________________ 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 Thu May 22 05:50:59 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98589C5E; Thu, 22 May 2014 05:50:59 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FFC7291A; Thu, 22 May 2014 05:50:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M5ox4K003399; Thu, 22 May 2014 05:50:59 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M5owWG003398; Thu, 22 May 2014 05:50:58 GMT (envelope-from miwi) Date: Thu, 22 May 2014 05:50:58 GMT Message-Id: <201405220550.s4M5owWG003398@freefall.freebsd.org> To: ports@caomhin.org, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/189949: Maintainer update: www/py-django-keyedcache X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 05:50:59 -0000 Synopsis: Maintainer update: www/py-django-keyedcache State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu May 22 05:50:58 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=189949 From owner-freebsd-python@FreeBSD.ORG Thu May 22 05:51:37 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 234EBDB4; Thu, 22 May 2014 05:51:37 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF1CA2992; Thu, 22 May 2014 05:51:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M5pa57003510; Thu, 22 May 2014 05:51:36 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M5pafO003509; Thu, 22 May 2014 05:51:36 GMT (envelope-from miwi) Date: Thu, 22 May 2014 05:51:36 GMT Message-Id: <201405220551.s4M5pafO003509@freefall.freebsd.org> To: ports@caomhin.org, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/189950: Maintainer Update: www/py-django-extensions X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 05:51:37 -0000 Synopsis: Maintainer Update: www/py-django-extensions State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu May 22 05:51:36 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=189950 From owner-freebsd-python@FreeBSD.ORG Thu May 22 05:52:12 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3B38EB2; Thu, 22 May 2014 05:52:12 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AABB8299B; Thu, 22 May 2014 05:52:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M5qCMJ003626; Thu, 22 May 2014 05:52:12 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M5qC3A003625; Thu, 22 May 2014 05:52:12 GMT (envelope-from miwi) Date: Thu, 22 May 2014 05:52:12 GMT Message-Id: <201405220552.s4M5qC3A003625@freefall.freebsd.org> To: ports@caomhin.org, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/189951: Maintainer Update: www/py-django-tagging X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 05:52:12 -0000 Synopsis: Maintainer Update: www/py-django-tagging State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu May 22 05:52:12 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=189951 From owner-freebsd-python@FreeBSD.ORG Thu May 22 05:55:38 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95A7BFD2; Thu, 22 May 2014 05:55:38 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A8E129B0; Thu, 22 May 2014 05:55:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M5tcLc003825; Thu, 22 May 2014 05:55:38 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M5tcBO003824; Thu, 22 May 2014 05:55:38 GMT (envelope-from miwi) Date: Thu, 22 May 2014 05:55:38 GMT Message-Id: <201405220555.s4M5tcBO003824@freefall.freebsd.org> To: jjachuf@gmail.com, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/187393: databases/py-firebirdsql: update to 0.9.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 05:55:38 -0000 Synopsis: databases/py-firebirdsql: update to 0.9.2 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu May 22 05:55:38 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=187393 From owner-freebsd-python@FreeBSD.ORG Thu May 22 06:00:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67EFE26F for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C7AA29DD for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M601WG004087 for <freebsd-python@freefall.freebsd.org>; Thu, 22 May 2014 06:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M601cR004086; Thu, 22 May 2014 06:00:01 GMT (envelope-from gnats) Date: Thu, 22 May 2014 06:00:01 GMT Message-Id: <201405220600.s4M601cR004086@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/189951: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:00:01 -0000 The following reply was made to PR ports/189951; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189951: commit references a PR Date: Thu, 22 May 2014 05:52:17 +0000 (UTC) Author: miwi Date: Thu May 22 05:52:12 2014 New Revision: 354778 URL: http://svnweb.freebsd.org/changeset/ports/354778 QAT: https://qat.redports.org/buildarchive/r354778/ Log: - Update to 0.3.2 PR: 189951 Submitted by: maintainer Modified: head/www/py-django-tagging/Makefile head/www/py-django-tagging/distinfo head/www/py-django-tagging/pkg-descr Modified: head/www/py-django-tagging/Makefile ============================================================================== --- head/www/py-django-tagging/Makefile Thu May 22 05:51:36 2014 (r354777) +++ head/www/py-django-tagging/Makefile Thu May 22 05:52:12 2014 (r354778) @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= django-tagging -PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTVERSION= 0.3.2 CATEGORIES= www python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org COMMENT= Generic tagging application for Django +LICENSE= BSD + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django USE_PYTHON= yes Modified: head/www/py-django-tagging/distinfo ============================================================================== --- head/www/py-django-tagging/distinfo Thu May 22 05:51:36 2014 (r354777) +++ head/www/py-django-tagging/distinfo Thu May 22 05:52:12 2014 (r354778) @@ -1,2 +1,2 @@ -SHA256 (django-tagging-0.3.1.tar.gz) = e5fbeb7ca6e0c22a9a96239095dff508040ec95171e51c69e6f8ada72ea4bce2 -SIZE (django-tagging-0.3.1.tar.gz) = 31531 +SHA256 (django-tagging-0.3.2.tar.gz) = 670342ed5de97473aa73dcd99914eb6f196e744340e1c65b431b06631cec1834 +SIZE (django-tagging-0.3.2.tar.gz) = 30995 Modified: head/www/py-django-tagging/pkg-descr ============================================================================== --- head/www/py-django-tagging/pkg-descr Thu May 22 05:51:36 2014 (r354777) +++ head/www/py-django-tagging/pkg-descr Thu May 22 05:52:12 2014 (r354778) @@ -1,4 +1,4 @@ A generic tagging application for Django projects, which allows association of a number of tags with any Model instance and makes retrieval of tags simple. -WWW: http://code.google.com/p/django-tagging/ +WWW: http://code.google.com/p/django-tagging/ _______________________________________________ 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 Thu May 22 06:00:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6AD8D270 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 596DD29DE for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M6022d004093 for <freebsd-python@freefall.freebsd.org>; Thu, 22 May 2014 06:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M6024W004092; Thu, 22 May 2014 06:00:02 GMT (envelope-from gnats) Date: Thu, 22 May 2014 06:00:02 GMT Message-Id: <201405220600.s4M6024W004092@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/189950: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:00:02 -0000 The following reply was made to PR ports/189950; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189950: commit references a PR Date: Thu, 22 May 2014 05:51:40 +0000 (UTC) Author: miwi Date: Thu May 22 05:51:36 2014 New Revision: 354777 URL: http://svnweb.freebsd.org/changeset/ports/354777 QAT: https://qat.redports.org/buildarchive/r354777/ Log: - Update to 1.3.7 PR: 189950 Submitted by: maintainer Modified: head/www/py-django-extensions/Makefile head/www/py-django-extensions/distinfo Modified: head/www/py-django-extensions/Makefile ============================================================================== --- head/www/py-django-extensions/Makefile Thu May 22 05:50:52 2014 (r354776) +++ head/www/py-django-extensions/Makefile Thu May 22 05:51:36 2014 (r354777) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django-extensions -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.3.7 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-extensions/distinfo ============================================================================== --- head/www/py-django-extensions/distinfo Thu May 22 05:50:52 2014 (r354776) +++ head/www/py-django-extensions/distinfo Thu May 22 05:51:36 2014 (r354777) @@ -1,2 +1,2 @@ -SHA256 (django-extensions-1.2.0.tar.gz) = 2513a69289a589d981683f7a87d88d1d0791e93af956056c42fcffd1a8eaf10c -SIZE (django-extensions-1.2.0.tar.gz) = 149305 +SHA256 (django-extensions-1.3.7.tar.gz) = 99676eb5e5072200bc491058a8c5bf701843b7cd0b1796387f26142f0ea55daf +SIZE (django-extensions-1.3.7.tar.gz) = 176411 _______________________________________________ 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 Thu May 22 06:00:03 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69C7C271 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:00:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58C5929DF for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M603Rj004099 for <freebsd-python@freefall.freebsd.org>; Thu, 22 May 2014 06:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M603Af004098; Thu, 22 May 2014 06:00:03 GMT (envelope-from gnats) Date: Thu, 22 May 2014 06:00:03 GMT Message-Id: <201405220600.s4M603Af004098@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187393: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:00:03 -0000 The following reply was made to PR ports/187393; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187393: commit references a PR Date: Thu, 22 May 2014 05:55:40 +0000 (UTC) Author: miwi Date: Thu May 22 05:55:37 2014 New Revision: 354779 URL: http://svnweb.freebsd.org/changeset/ports/354779 QAT: https://qat.redports.org/buildarchive/r354779/ Log: - Update to 0.9.2 PR: 187393 Submitted by: maintainer Modified: head/databases/py-firebirdsql/Makefile head/databases/py-firebirdsql/distinfo Modified: head/databases/py-firebirdsql/Makefile ============================================================================== --- head/databases/py-firebirdsql/Makefile Thu May 22 05:52:12 2014 (r354778) +++ head/databases/py-firebirdsql/Makefile Thu May 22 05:55:37 2014 (r354779) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firebirdsql -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-firebirdsql/distinfo ============================================================================== --- head/databases/py-firebirdsql/distinfo Thu May 22 05:52:12 2014 (r354778) +++ head/databases/py-firebirdsql/distinfo Thu May 22 05:55:37 2014 (r354779) @@ -1,2 +1,2 @@ -SHA256 (firebirdsql-0.8.1.tar.gz) = 33b35b65ee111d674e77722cf69b7f5d6b3d187f7bb00fd6ea82a16df716c737 -SIZE (firebirdsql-0.8.1.tar.gz) = 37320 +SHA256 (firebirdsql-0.9.2.tar.gz) = e5a9e0cbf3f9f8230142c6f3e2e52c5a5929c82bac631a741a7eaf36ebd15104 +SIZE (firebirdsql-0.9.2.tar.gz) = 47091 _______________________________________________ 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 Thu May 22 06:00:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F7E0272 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:00:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71E4A29E1 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:00:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M6041d004105 for <freebsd-python@freefall.freebsd.org>; Thu, 22 May 2014 06:00:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M604eC004104; Thu, 22 May 2014 06:00:04 GMT (envelope-from gnats) Date: Thu, 22 May 2014 06:00:04 GMT Message-Id: <201405220600.s4M604eC004104@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/189949: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:00:04 -0000 The following reply was made to PR ports/189949; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189949: commit references a PR Date: Thu, 22 May 2014 05:50:57 +0000 (UTC) Author: miwi Date: Thu May 22 05:50:52 2014 New Revision: 354776 URL: http://svnweb.freebsd.org/changeset/ports/354776 QAT: https://qat.redports.org/buildarchive/r354776/ Log: - Update to 1.5.1 PR: 189949 Submitted by: maintainer Modified: head/www/py-django-keyedcache/Makefile head/www/py-django-keyedcache/distinfo head/www/py-django-keyedcache/pkg-descr Modified: head/www/py-django-keyedcache/Makefile ============================================================================== --- head/www/py-django-keyedcache/Makefile Thu May 22 05:47:20 2014 (r354775) +++ head/www/py-django-keyedcache/Makefile Thu May 22 05:50:52 2014 (r354776) @@ -2,20 +2,18 @@ # $FreeBSD$ PORTNAME= django-keyedcache -PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTVERSION= 1.5.1 CATEGORIES= www python -MASTER_SITES= http://www.caomhin.org/ports/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org COMMENT= Simplified, speedy way to manage caching in Django apps -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django - LICENSE= BSD -WRKSRC= ${WRKDIR}/bkroeze-django-keyedcache-4be18235b372 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django + USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes Modified: head/www/py-django-keyedcache/distinfo ============================================================================== --- head/www/py-django-keyedcache/distinfo Thu May 22 05:47:20 2014 (r354775) +++ head/www/py-django-keyedcache/distinfo Thu May 22 05:50:52 2014 (r354776) @@ -1,2 +1,2 @@ -SHA256 (django-keyedcache-1.4.4.tar.gz) = d87b36fc509dc6182f43f78758269c918f5e62b43eec09650e47bba6c6d97f2c -SIZE (django-keyedcache-1.4.4.tar.gz) = 20143 +SHA256 (django-keyedcache-1.5.1.tar.gz) = 7b39d03e44d7fdd4d966301959236953897253acc6982d5e7a5c0f161ff3a000 +SIZE (django-keyedcache-1.5.1.tar.gz) = 16488 Modified: head/www/py-django-keyedcache/pkg-descr ============================================================================== --- head/www/py-django-keyedcache/pkg-descr Thu May 22 05:47:20 2014 (r354775) +++ head/www/py-django-keyedcache/pkg-descr Thu May 22 05:50:52 2014 (r354776) @@ -1,4 +1,4 @@ Django-keyedcache provides a simplified, speedy way to manage caching in Django apps. -WWW: http://bitbucket.org/bkroeze/django-keyedcache/ +WWW: http://bitbucket.org/bkroeze/django-keyedcache/ _______________________________________________ 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 Thu May 22 06:04:57 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B39D9421; Thu, 22 May 2014 06:04:57 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B8302A8F; Thu, 22 May 2014 06:04:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M64vbO006928; Thu, 22 May 2014 06:04:57 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M64v2x006927; Thu, 22 May 2014 06:04:57 GMT (envelope-from miwi) Date: Thu, 22 May 2014 06:04:57 GMT Message-Id: <201405220604.s4M64v2x006927@freefall.freebsd.org> To: khsing.cn@gmail.com, gblach@freebsd.org, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/189874: Update www/py-tornado to 3.2.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:04:57 -0000 Synopsis: Update www/py-tornado to 3.2.1 State-Changed-From-To: feedback->closed State-Changed-By: miwi State-Changed-When: Thu May 22 06:04:57 UTC 2014 State-Changed-Why: no patch. http://www.freebsd.org/cgi/query-pr.cgi?pr=189874 From owner-freebsd-python@FreeBSD.ORG Thu May 22 06:06:19 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B028045B; Thu, 22 May 2014 06:06:19 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 872152AA1; Thu, 22 May 2014 06:06:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M66JLt007377; Thu, 22 May 2014 06:06:19 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M66ImQ007375; Thu, 22 May 2014 06:06:18 GMT (envelope-from miwi) Date: Thu, 22 May 2014 06:06:18 GMT Message-Id: <201405220606.s4M66ImQ007375@freefall.freebsd.org> To: oleg@bsdpower.com, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/189642: [PATCH] www/py-Flask-FlatPages: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:06:19 -0000 Synopsis: [PATCH] www/py-Flask-FlatPages: stage State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu May 22 06:06:18 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=189642 From owner-freebsd-python@FreeBSD.ORG Thu May 22 06:27:16 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A27EF81A; Thu, 22 May 2014 06:27:16 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AD152C83; Thu, 22 May 2014 06:27:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M6RGve014285; Thu, 22 May 2014 06:27:16 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M6RGTG014284; Thu, 22 May 2014 06:27:16 GMT (envelope-from miwi) Date: Thu, 22 May 2014 06:27:16 GMT Message-Id: <201405220627.s4M6RGTG014284@freefall.freebsd.org> To: fax@nohik.ee, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/189129: [MAINTAINER UPDATE] textproc/py-regex update to version 2014.04.10 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:27:16 -0000 Synopsis: [MAINTAINER UPDATE] textproc/py-regex update to version 2014.04.10 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu May 22 06:27:16 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=189129 From owner-freebsd-python@FreeBSD.ORG Thu May 22 06:28:12 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 290CE985; Thu, 22 May 2014 06:28:12 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0096D2C92; Thu, 22 May 2014 06:28:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M6SB72014470; Thu, 22 May 2014 06:28:11 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M6SBqr014469; Thu, 22 May 2014 06:28:11 GMT (envelope-from miwi) Date: Thu, 22 May 2014 06:28:11 GMT Message-Id: <201405220628.s4M6SBqr014469@freefall.freebsd.org> To: rsmith@xs4all.nl, oliver.fromme@secnetix.de, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:28:12 -0000 Synopsis: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu May 22 06:28:11 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=188964 From owner-freebsd-python@FreeBSD.ORG Thu May 22 06:28:52 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 291DEAB2; Thu, 22 May 2014 06:28:51 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F39782CA0; Thu, 22 May 2014 06:28:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M6SoHJ014585; Thu, 22 May 2014 06:28:50 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M6Sogm014584; Thu, 22 May 2014 06:28:50 GMT (envelope-from miwi) Date: Thu, 22 May 2014 06:28:50 GMT Message-Id: <201405220628.s4M6Sogm014584@freefall.freebsd.org> To: gslin@gslin.org, swills@freebsd.org, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/188894: [PATCH] databases/py-swift: update to 1.13.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:28:52 -0000 Synopsis: [PATCH] databases/py-swift: update to 1.13.1 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu May 22 06:28:50 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=188894 From owner-freebsd-python@FreeBSD.ORG Thu May 22 06:29:21 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4625BEB; Thu, 22 May 2014 06:29:21 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB5D32CAF; Thu, 22 May 2014 06:29:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M6TLmO014691; Thu, 22 May 2014 06:29:21 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M6TLGI014690; Thu, 22 May 2014 06:29:21 GMT (envelope-from miwi) Date: Thu, 22 May 2014 06:29:21 GMT Message-Id: <201405220629.s4M6TLGI014690@freefall.freebsd.org> To: kyuupichan@gmail.com, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/188681: Updated port security/py-ecdsa X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:29:22 -0000 Synopsis: Updated port security/py-ecdsa State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu May 22 06:29:21 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=188681 From owner-freebsd-python@FreeBSD.ORG Thu May 22 06:30:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65566D03 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39D212CC5 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M6U1Ka014847 for <freebsd-python@freefall.freebsd.org>; Thu, 22 May 2014 06:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M6U1hv014846; Thu, 22 May 2014 06:30:01 GMT (envelope-from gnats) Date: Thu, 22 May 2014 06:30:01 GMT Message-Id: <201405220630.s4M6U1hv014846@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188894: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:30:01 -0000 The following reply was made to PR ports/188894; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188894: commit references a PR Date: Thu, 22 May 2014 06:28:52 +0000 (UTC) Author: miwi Date: Thu May 22 06:28:47 2014 New Revision: 354785 URL: http://svnweb.freebsd.org/changeset/ports/354785 QAT: https://qat.redports.org/buildarchive/r354785/ Log: - Update to 1.13.1 PR: 188894 Submitted by: swills Approved by: maintainer Modified: head/databases/py-swift/Makefile head/databases/py-swift/distinfo head/databases/py-swift/pkg-plist Modified: head/databases/py-swift/Makefile ============================================================================== --- head/databases/py-swift/Makefile Thu May 22 06:28:08 2014 (r354784) +++ head/databases/py-swift/Makefile Thu May 22 06:28:47 2014 (r354785) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= swift -PORTVERSION= 1.13.0 +PORTVERSION= 1.13.1 CATEGORIES= databases python -MASTER_SITES= http://launchpadlibrarian.net/168204360/ +MASTER_SITES= http://launchpadlibrarian.net/173001998/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gslin@gslin.org Modified: head/databases/py-swift/distinfo ============================================================================== --- head/databases/py-swift/distinfo Thu May 22 06:28:08 2014 (r354784) +++ head/databases/py-swift/distinfo Thu May 22 06:28:47 2014 (r354785) @@ -1,2 +1,2 @@ -SHA256 (swift-1.13.0.tar.gz) = 2c2203678cb67e2e8249db1265c68ec901edfaaceeb759e1ac427324a74b6918 -SIZE (swift-1.13.0.tar.gz) = 779440 +SHA256 (swift-1.13.1.tar.gz) = cbe6e807c0c0115570fc3da4dd7e3f3c2477fb48f865f29d648fb5714734eabd +SIZE (swift-1.13.1.tar.gz) = 802273 Modified: head/databases/py-swift/pkg-plist ============================================================================== --- head/databases/py-swift/pkg-plist Thu May 22 06:28:08 2014 (r354784) +++ head/databases/py-swift/pkg-plist Thu May 22 06:28:47 2014 (r354785) @@ -12,10 +12,12 @@ etc/swift/rsyncd.conf-sample etc/swift/swift-rsyslog.conf-sample etc/swift/swift.conf-sample man/man1/swift-account-auditor.1.gz +man/man1/swift-account-info.1.gz man/man1/swift-account-reaper.1.gz man/man1/swift-account-replicator.1.gz man/man1/swift-account-server.1.gz man/man1/swift-container-auditor.1.gz +man/man1/swift-container-info.1.gz man/man1/swift-container-replicator.1.gz man/man1/swift-container-server.1.gz man/man1/swift-container-sync.1.gz _______________________________________________ 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 Thu May 22 06:30:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6ACB6D06 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:30:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 592832CC6 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M6U24q014856 for <freebsd-python@freefall.freebsd.org>; Thu, 22 May 2014 06:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M6U2Co014854; Thu, 22 May 2014 06:30:02 GMT (envelope-from gnats) Date: Thu, 22 May 2014 06:30:02 GMT Message-Id: <201405220630.s4M6U2Co014854@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/189129: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:30:02 -0000 The following reply was made to PR ports/189129; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189129: commit references a PR Date: Thu, 22 May 2014 06:27:19 +0000 (UTC) Author: miwi Date: Thu May 22 06:27:13 2014 New Revision: 354783 URL: http://svnweb.freebsd.org/changeset/ports/354783 QAT: https://qat.redports.org/buildarchive/r354783/ Log: - Update to 2014.04.10 PR: 189129 Submitted by: maintainer Modified: head/textproc/py-regex/Makefile head/textproc/py-regex/distinfo Modified: head/textproc/py-regex/Makefile ============================================================================== --- head/textproc/py-regex/Makefile Thu May 22 06:08:06 2014 (r354782) +++ head/textproc/py-regex/Makefile Thu May 22 06:27:13 2014 (r354783) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= regex -PORTVERSION= 2014.02.19 +PORTVERSION= 2014.04.10 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-regex/distinfo ============================================================================== --- head/textproc/py-regex/distinfo Thu May 22 06:08:06 2014 (r354782) +++ head/textproc/py-regex/distinfo Thu May 22 06:27:13 2014 (r354783) @@ -1,2 +1,2 @@ -SHA256 (regex-2014.02.19.tar.gz) = 4420c5d201b4ebc6431d2eba8057038df6e78bb5e5dcbba5ab4fec70a51f54ae -SIZE (regex-2014.02.19.tar.gz) = 1305715 +SHA256 (regex-2014.04.10.tar.gz) = 51c5dc9615eeb8abbe00bad299022309592c1a389b71342b3ca4b83181cde6d9 +SIZE (regex-2014.04.10.tar.gz) = 1346243 _______________________________________________ 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 Thu May 22 06:30:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA319D21 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:30:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E8842CC9 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M6U4cH014874 for <freebsd-python@freefall.freebsd.org>; Thu, 22 May 2014 06:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M6U4jo014872; Thu, 22 May 2014 06:30:04 GMT (envelope-from gnats) Date: Thu, 22 May 2014 06:30:04 GMT Message-Id: <201405220630.s4M6U4jo014872@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188681: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:30:04 -0000 The following reply was made to PR ports/188681; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188681: commit references a PR Date: Thu, 22 May 2014 06:29:26 +0000 (UTC) Author: miwi Date: Thu May 22 06:29:22 2014 New Revision: 354786 URL: http://svnweb.freebsd.org/changeset/ports/354786 QAT: https://qat.redports.org/buildarchive/r354786/ Log: - Update to 0.11 PR: 188681 Submitted by: maintainer Modified: head/security/py-ecdsa/Makefile head/security/py-ecdsa/distinfo Modified: head/security/py-ecdsa/Makefile ============================================================================== --- head/security/py-ecdsa/Makefile Thu May 22 06:28:47 2014 (r354785) +++ head/security/py-ecdsa/Makefile Thu May 22 06:29:22 2014 (r354786) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ecdsa -PORTVERSION= 0.8 +PORTVERSION= 0.11 PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Modified: head/security/py-ecdsa/distinfo ============================================================================== --- head/security/py-ecdsa/distinfo Thu May 22 06:28:47 2014 (r354785) +++ head/security/py-ecdsa/distinfo Thu May 22 06:29:22 2014 (r354786) @@ -1,2 +1,2 @@ -SHA256 (ecdsa-0.8.tar.gz) = 926dbc7f31f5e099079884e1ae8121d25c43b17f1db48d77c9540cd1e40acc1a -SIZE (ecdsa-0.8.tar.gz) = 35754 +SHA256 (ecdsa-0.11.tar.gz) = 8e3b6c193f91dc94b2f3b0261e3eabbdc604f78ff99fdad324a56fdd0b5e958c +SIZE (ecdsa-0.11.tar.gz) = 45689 _______________________________________________ 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 Thu May 22 06:30:03 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69D63D08 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:30:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 582822CC8 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M6U317014865 for <freebsd-python@freefall.freebsd.org>; Thu, 22 May 2014 06:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M6U3mC014864; Thu, 22 May 2014 06:30:03 GMT (envelope-from gnats) Date: Thu, 22 May 2014 06:30:03 GMT Message-Id: <201405220630.s4M6U3mC014864@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188964: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:30:03 -0000 The following reply was made to PR ports/188964; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188964: commit references a PR Date: Thu, 22 May 2014 06:28:12 +0000 (UTC) Author: miwi Date: Thu May 22 06:28:08 2014 New Revision: 354784 URL: http://svnweb.freebsd.org/changeset/ports/354784 QAT: https://qat.redports.org/buildarchive/r354784/ Log: - Update WWW PR: 188964 Submitted by: Oliver Fromme <oliver.fromme@secnetix.de> Approved by: maintainer Modified: head/graphics/py-stl/pkg-descr Modified: head/graphics/py-stl/pkg-descr ============================================================================== --- head/graphics/py-stl/pkg-descr Thu May 22 06:27:13 2014 (r354783) +++ head/graphics/py-stl/pkg-descr Thu May 22 06:28:08 2014 (r354784) @@ -8,4 +8,4 @@ stl2pdf: Creates a view of the STL model sltinfo: Either displays some information about a STL file or prints it in text format. -WWW: http://rsmith.home.xs4all.nl/software/index.html +WWW: http://rsmith.home.xs4all.nl/software/py-stl-stl2pov.html _______________________________________________ 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 Thu May 22 06:30:28 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C83ABE4F; Thu, 22 May 2014 06:30:28 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86D242CD4; Thu, 22 May 2014 06:30:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M6USAQ017604; Thu, 22 May 2014 06:30:28 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M6USbj017602; Thu, 22 May 2014 06:30:28 GMT (envelope-from miwi) Date: Thu, 22 May 2014 06:30:28 GMT Message-Id: <201405220630.s4M6USbj017602@freefall.freebsd.org> To: douglas@douglasthrift.net, Vladimir.Chukharev@gmail.com, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/188250: [Patch] update port www/py-selenium to 2.41.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:30:28 -0000 Synopsis: [Patch] update port www/py-selenium to 2.41.0 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu May 22 06:30:27 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=188250 From owner-freebsd-python@FreeBSD.ORG Thu May 22 06:32:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CEB77F85; Thu, 22 May 2014 06:32:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A477A2D65; Thu, 22 May 2014 06:32:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M6W5OT018011; Thu, 22 May 2014 06:32:05 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M6W3OA018007; Thu, 22 May 2014 06:32:03 GMT (envelope-from miwi) Date: Thu, 22 May 2014 06:32:03 GMT Message-Id: <201405220632.s4M6W3OA018007@freefall.freebsd.org> To: avk@vl.ru, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/186162: [NEW PORT] www/py-django-ldapdb: Support for django models over LDAP X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:32:05 -0000 Synopsis: [NEW PORT] www/py-django-ldapdb: Support for django models over LDAP State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu May 22 06:32:03 UTC 2014 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=186162 From owner-freebsd-python@FreeBSD.ORG Thu May 22 06:40:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56BE2461 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 451512DE7 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M6e2OD022080 for <freebsd-python@freefall.freebsd.org>; Thu, 22 May 2014 06:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M6e1QX022079; Thu, 22 May 2014 06:40:01 GMT (envelope-from gnats) Date: Thu, 22 May 2014 06:40:01 GMT Message-Id: <201405220640.s4M6e1QX022079@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/186162: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:40:02 -0000 The following reply was made to PR ports/186162; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/186162: commit references a PR Date: Thu, 22 May 2014 06:32:31 +0000 (UTC) Author: miwi Date: Thu May 22 06:32:25 2014 New Revision: 354789 URL: http://svnweb.freebsd.org/changeset/ports/354789 QAT: https://qat.redports.org/buildarchive/r354789/ Log: django-ldapdb is an LDAP database backend for Django. It allows you to manipulate LDAP entries using Django's models. Declaring models using the LDAP backend is very staightforward, you simply inherit from ldapdb.models.Model and declare the fields in the same way as for regular models. You can even edit the LDAP entries using Django's admin interface. WWW: http://opensource.bolloretelecom.eu/projects/django-ldapdb/ PR: ports/186162 Submitted by: Alexander Kriventsov <avk@vl.ru> Added: head/www/py-django-ldapdb/ head/www/py-django-ldapdb/Makefile (contents, props changed) head/www/py-django-ldapdb/distinfo (contents, props changed) head/www/py-django-ldapdb/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu May 22 06:31:06 2014 (r354788) +++ head/www/Makefile Thu May 22 06:32:25 2014 (r354789) @@ -1507,6 +1507,7 @@ SUBDIR += py-django-haystack SUBDIR += py-django-json-rpc SUBDIR += py-django-keyedcache + SUBDIR += py-django-ldapdb SUBDIR += py-django-livesettings SUBDIR += py-django-mezzanine SUBDIR += py-django-mezzanine-filebrowser Added: head/www/py-django-ldapdb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-ldapdb/Makefile Thu May 22 06:32:25 2014 (r354789) @@ -0,0 +1,22 @@ +# Created by: Alexander Kriventsov <avk@vl.ru> +# $FreeBSD$ + +PORTNAME= django-ldapdb +PORTVERSION= 0.1.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= avk@vl.ru +COMMENT= Support for django models over LDAP + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django15>=1.5.0:${PORTSDIR}/www/py-django15 \ + ${PYTHON_PKGNAMEPREFIX}ldap2>=2.0:${PORTSDIR}/net/py-ldap2 + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/www/py-django-ldapdb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-ldapdb/distinfo Thu May 22 06:32:25 2014 (r354789) @@ -0,0 +1,2 @@ +SHA256 (django-ldapdb-0.1.0.tar.gz) = fa6a008a004ccfa9b00306f7ddc14b9e370a55b34711287470c8985617a207e0 +SIZE (django-ldapdb-0.1.0.tar.gz) = 7282 Added: head/www/py-django-ldapdb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-ldapdb/pkg-descr Thu May 22 06:32:25 2014 (r354789) @@ -0,0 +1,8 @@ +django-ldapdb is an LDAP database backend for Django. +It allows you to manipulate LDAP entries using Django's models. +Declaring models using the LDAP backend is very staightforward, + you simply inherit from ldapdb.models.Model and declare the fields + in the same way as for regular models. +You can even edit the LDAP entries using Django's admin interface. + +WWW: http://opensource.bolloretelecom.eu/projects/django-ldapdb/ _______________________________________________ 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 Thu May 22 06:40:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52F9E460 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 284322DE6 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 06:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M6e1Mg022074 for <freebsd-python@freefall.freebsd.org>; Thu, 22 May 2014 06:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M6e0kN022073; Thu, 22 May 2014 06:40:00 GMT (envelope-from gnats) Date: Thu, 22 May 2014 06:40:00 GMT Message-Id: <201405220640.s4M6e0kN022073@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188250: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:40:01 -0000 The following reply was made to PR ports/188250; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188250: commit references a PR Date: Thu, 22 May 2014 06:30:27 +0000 (UTC) Author: miwi Date: Thu May 22 06:30:22 2014 New Revision: 354787 URL: http://svnweb.freebsd.org/changeset/ports/354787 QAT: https://qat.redports.org/buildarchive/r354787/ Log: - Update to 2.41.0 PR: 188250 Submitted by: Vladimir Chukharev <Vladimir.Chukharev@gmail.com> Approved by: maintainer Modified: head/www/py-selenium/Makefile head/www/py-selenium/distinfo Modified: head/www/py-selenium/Makefile ============================================================================== --- head/www/py-selenium/Makefile Thu May 22 06:29:22 2014 (r354786) +++ head/www/py-selenium/Makefile Thu May 22 06:30:22 2014 (r354787) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selenium -PORTVERSION= 2.37.2 +PORTVERSION= 2.41.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +14,8 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rdflib>=3.1.0:${PORTSDIR}/textproc/py-rdflib -LATEST_LINK= py-${PORTNAME} - USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes OPTIONS_DEFINE= FIREFOX Modified: head/www/py-selenium/distinfo ============================================================================== --- head/www/py-selenium/distinfo Thu May 22 06:29:22 2014 (r354786) +++ head/www/py-selenium/distinfo Thu May 22 06:30:22 2014 (r354787) @@ -1,2 +1,2 @@ -SHA256 (selenium-2.37.2.tar.gz) = c490ea8d5f74d2217c9d29d574841a0d658b8e148fca3759cd23da273b123d41 -SIZE (selenium-2.37.2.tar.gz) = 2647671 +SHA256 (selenium-2.41.0.tar.gz) = 7a5872f4e772fe8e338b585895701e4316920025923cf23fe04d04350d4e4f9c +SIZE (selenium-2.41.0.tar.gz) = 2478255 _______________________________________________ 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 Thu May 22 06:55:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95A2BAB6; Thu, 22 May 2014 06:55:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 691992FC2; Thu, 22 May 2014 06:55:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M6t16r027848; Thu, 22 May 2014 06:55:01 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M6t0fk027847; Thu, 22 May 2014 06:55:00 GMT (envelope-from miwi) Date: Thu, 22 May 2014 06:55:00 GMT Message-Id: <201405220655.s4M6t0fk027847@freefall.freebsd.org> To: neal@nelson.name, ports@nicandneal.net, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/190076: x11-toolkits/py-wxPython28: Update py-wxPython28 Ports for staging X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 06:55:01 -0000 Synopsis: x11-toolkits/py-wxPython28: Update py-wxPython28 Ports for staging State-Changed-From-To: open->feedback State-Changed-By: miwi State-Changed-When: Thu May 22 06:55:00 UTC 2014 State-Changed-Why: Hi, the build fails right now http://pkgdev.miwibox.org/data/84i386-default/2014-05-22_06h30m11s/logs/errors/py27-wxPython28-common-2.8.12.1_4.log http://www.freebsd.org/cgi/query-pr.cgi?pr=190076 From owner-freebsd-python@FreeBSD.ORG Thu May 22 07:58:17 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76C39BF4; Thu, 22 May 2014 07:58:17 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EAE3250D; Thu, 22 May 2014 07:58:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M7wHJW070152; Thu, 22 May 2014 07:58:17 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M7wGk2070147; Thu, 22 May 2014 07:58:16 GMT (envelope-from miwi) Date: Thu, 22 May 2014 07:58:16 GMT Message-Id: <201405220758.s4M7wGk2070147@freefall.freebsd.org> To: gslin@gslin.org, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/189182: [MAINTAINER] databases/py-pylibmc: update to 1.3.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 07:58:17 -0000 Synopsis: [MAINTAINER] databases/py-pylibmc: update to 1.3.0 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu May 22 07:58:16 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=189182 From owner-freebsd-python@FreeBSD.ORG Thu May 22 08:00:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45D53D22 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 08:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 341012522 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 08:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M801sZ070639 for <freebsd-python@freefall.freebsd.org>; Thu, 22 May 2014 08:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M801eQ070638; Thu, 22 May 2014 08:00:01 GMT (envelope-from gnats) Date: Thu, 22 May 2014 08:00:01 GMT Message-Id: <201405220800.s4M801eQ070638@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/189182: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 08:00:01 -0000 The following reply was made to PR ports/189182; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189182: commit references a PR Date: Thu, 22 May 2014 07:58:18 +0000 (UTC) Author: miwi Date: Thu May 22 07:58:13 2014 New Revision: 354794 URL: http://svnweb.freebsd.org/changeset/ports/354794 QAT: https://qat.redports.org/buildarchive/r354794/ Log: - Update to 1.3.0 PR: 189182 Submitted by: maintainer Modified: head/databases/py-pylibmc/Makefile head/databases/py-pylibmc/distinfo Modified: head/databases/py-pylibmc/Makefile ============================================================================== --- head/databases/py-pylibmc/Makefile Thu May 22 07:14:39 2014 (r354793) +++ head/databases/py-pylibmc/Makefile Thu May 22 07:58:13 2014 (r354794) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pylibmc -PORTVERSION= 1.2.3 +PORTVERSION= 1.3.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-pylibmc/distinfo ============================================================================== --- head/databases/py-pylibmc/distinfo Thu May 22 07:14:39 2014 (r354793) +++ head/databases/py-pylibmc/distinfo Thu May 22 07:58:13 2014 (r354794) @@ -1,2 +1,2 @@ -SHA256 (pylibmc-1.2.3.tar.gz) = 0157c72ce8b6aeefe52c77be5e1d059481b58127e0f9d2d6c216f6b1c68da6dc -SIZE (pylibmc-1.2.3.tar.gz) = 47355 +SHA256 (pylibmc-1.3.0.tar.gz) = a6945a4c77f96d5b744118805247fb24c09f1d353aebbce6dd510a6042689b45 +SIZE (pylibmc-1.3.0.tar.gz) = 49949 _______________________________________________ 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 Thu May 22 08:00:17 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99E9BD5E; Thu, 22 May 2014 08:00:17 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71E3D2528; Thu, 22 May 2014 08:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M80HGA070779; Thu, 22 May 2014 08:00:17 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M80H0s070778; Thu, 22 May 2014 08:00:17 GMT (envelope-from miwi) Date: Thu, 22 May 2014 08:00:17 GMT Message-Id: <201405220800.s4M80H0s070778@freefall.freebsd.org> To: fbsd@opal.com, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/189998: update port: multimedia/py-kaa-base add staging support X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 08:00:17 -0000 Synopsis: update port: multimedia/py-kaa-base add staging support State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu May 22 08:00:17 UTC 2014 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=189998 From owner-freebsd-python@FreeBSD.ORG Thu May 22 08:00:59 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8866FE66; Thu, 22 May 2014 08:00:59 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EA68259D; Thu, 22 May 2014 08:00:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M80xlt073549; Thu, 22 May 2014 08:00:59 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M80xjn073548; Thu, 22 May 2014 08:00:59 GMT (envelope-from miwi) Date: Thu, 22 May 2014 08:00:59 GMT Message-Id: <201405220800.s4M80xjn073548@freefall.freebsd.org> To: fbsd@opal.com, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/189997: update port: multimedia/py-kaa-imlib2 add staging support X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 08:00:59 -0000 Synopsis: update port: multimedia/py-kaa-imlib2 add staging support State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu May 22 08:00:59 UTC 2014 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=189997 From owner-freebsd-python@FreeBSD.ORG Thu May 22 08:01:31 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D97DBF7; Thu, 22 May 2014 08:01:31 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1BE225AC; Thu, 22 May 2014 08:01:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M81VDV073743; Thu, 22 May 2014 08:01:31 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M81VKG073742; Thu, 22 May 2014 08:01:31 GMT (envelope-from miwi) Date: Thu, 22 May 2014 08:01:31 GMT Message-Id: <201405220801.s4M81VKG073742@freefall.freebsd.org> To: fbsd@opal.com, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/189996: update port: multimedia/py-kaa-metadata add staging support X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 08:01:31 -0000 Synopsis: update port: multimedia/py-kaa-metadata add staging support State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu May 22 08:01:31 UTC 2014 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=189996 From owner-freebsd-python@FreeBSD.ORG Thu May 22 08:10:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D8DD486 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 08:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B7922600 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 08:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M8A11f076153 for <freebsd-python@freefall.freebsd.org>; Thu, 22 May 2014 08:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M8A1pB076152; Thu, 22 May 2014 08:10:01 GMT (envelope-from gnats) Date: Thu, 22 May 2014 08:10:01 GMT Message-Id: <201405220810.s4M8A1pB076152@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/189996: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 08:10:02 -0000 The following reply was made to PR ports/189996; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189996: commit references a PR Date: Thu, 22 May 2014 08:01:32 +0000 (UTC) Author: miwi Date: Thu May 22 08:01:28 2014 New Revision: 354798 URL: http://svnweb.freebsd.org/changeset/ports/354798 QAT: https://qat.redports.org/buildarchive/r354798/ Log: - Stage support PR: 189996 Submitted by: maintainer Deleted: head/multimedia/py-kaa-metadata/pkg-plist Modified: head/multimedia/py-kaa-metadata/Makefile Modified: head/multimedia/py-kaa-metadata/Makefile ============================================================================== --- head/multimedia/py-kaa-metadata/Makefile Thu May 22 08:00:58 2014 (r354797) +++ head/multimedia/py-kaa-metadata/Makefile Thu May 22 08:01:28 2014 (r354798) @@ -3,7 +3,7 @@ PORTNAME= kaa-metadata PORTVERSION= 0.7.7 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia python MASTER_SITES= SF/freevo/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,9 +18,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= 2 USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes CFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib -NO_STAGE= yes .include <bsd.port.mk> _______________________________________________ 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 Thu May 22 08:10:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5140E48D for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 08:10:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F7712605 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 08:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M8A5Xo076171 for <freebsd-python@freefall.freebsd.org>; Thu, 22 May 2014 08:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M8A5lZ076170; Thu, 22 May 2014 08:10:05 GMT (envelope-from gnats) Date: Thu, 22 May 2014 08:10:05 GMT Message-Id: <201405220810.s4M8A5lZ076170@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/189997: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 08:10:05 -0000 The following reply was made to PR ports/189997; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189997: commit references a PR Date: Thu, 22 May 2014 08:01:02 +0000 (UTC) Author: miwi Date: Thu May 22 08:00:58 2014 New Revision: 354797 URL: http://svnweb.freebsd.org/changeset/ports/354797 QAT: https://qat.redports.org/buildarchive/r354797/ Log: - Stage support PR: 189997 Submitted by: maintainer Deleted: head/multimedia/py-kaa-imlib2/pkg-plist Modified: head/multimedia/py-kaa-imlib2/Makefile Modified: head/multimedia/py-kaa-imlib2/Makefile ============================================================================== --- head/multimedia/py-kaa-imlib2/Makefile Thu May 22 08:00:15 2014 (r354796) +++ head/multimedia/py-kaa-imlib2/Makefile Thu May 22 08:00:58 2014 (r354797) @@ -3,7 +3,7 @@ PORTNAME= kaa-imlib2 PORTVERSION= 0.2.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia python MASTER_SITES= SF/freevo/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes USE_EFL= imlib2 -NO_STAGE= yes .include <bsd.port.mk> _______________________________________________ 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 Thu May 22 08:10:03 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39862489 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 08:10:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27F212602 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 08:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M8A3m3076159 for <freebsd-python@freefall.freebsd.org>; Thu, 22 May 2014 08:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M8A3CH076158; Thu, 22 May 2014 08:10:03 GMT (envelope-from gnats) Date: Thu, 22 May 2014 08:10:03 GMT Message-Id: <201405220810.s4M8A3CH076158@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/189998: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 08:10:03 -0000 The following reply was made to PR ports/189998; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189998: commit references a PR Date: Thu, 22 May 2014 08:00:19 +0000 (UTC) Author: miwi Date: Thu May 22 08:00:15 2014 New Revision: 354796 URL: http://svnweb.freebsd.org/changeset/ports/354796 QAT: https://qat.redports.org/buildarchive/r354796/ Log: - Stage support PR: 189998 Submitted by: maintainer Deleted: head/multimedia/py-kaa-base/pkg-plist Modified: head/multimedia/py-kaa-base/Makefile Modified: head/multimedia/py-kaa-base/Makefile ============================================================================== --- head/multimedia/py-kaa-base/Makefile Thu May 22 07:59:08 2014 (r354795) +++ head/multimedia/py-kaa-base/Makefile Thu May 22 08:00:15 2014 (r354796) @@ -3,7 +3,7 @@ PORTNAME= kaa-base PORTVERSION= 0.6.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia python MASTER_SITES= SF/freevo/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +18,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> _______________________________________________ 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 Thu May 22 15:40:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A88E47B7 for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 15:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 898D22E5A for <freebsd-python@smarthost.ysv.freebsd.org>; Thu, 22 May 2014 15:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4MFe1Fm040381 for <freebsd-python@freefall.freebsd.org>; Thu, 22 May 2014 15:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4MFe1Mt040378; Thu, 22 May 2014 15:40:01 GMT (envelope-from gnats) Date: Thu, 22 May 2014 15:40:01 GMT Message-Id: <201405221540.s4MFe1Mt040378@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Neal Nelson <ports@nicandneal.net> Subject: Re: ports/190076: x11-toolkits/py-wxPython28: Update py-wxPython28 Ports for staging Reply-To: Neal Nelson <ports@nicandneal.net> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 22 May 2014 15:40:01 -0000 The following reply was made to PR ports/190076; it has been noted by GNATS. From: Neal Nelson <ports@nicandneal.net> To: miwi@FreeBSD.org, bug-followup@FreeBSD.org Cc: Subject: Re: ports/190076: x11-toolkits/py-wxPython28: Update py-wxPython28 Ports for staging Date: Thu, 22 May 2014 17:30:48 +0200 This is a multi-part message in MIME format. --------------060400010303060604000808 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 05/22/14 08:55, miwi@FreeBSD.org wrote: > Synopsis: x11-toolkits/py-wxPython28: Update py-wxPython28 Ports for staging > > State-Changed-From-To: open->feedback > State-Changed-By: miwi > State-Changed-When: Thu May 22 06:55:00 UTC 2014 > State-Changed-Why: > Hi, the build fails right now > http://pkgdev.miwibox.org/data/84i386-default/2014-05-22_06h30m11s/logs/errors/py27-wxPython28-common-2.8.12.1_4.log > > http://www.freebsd.org/cgi/query-pr.cgi?pr=190076 > > !DSPAM:537d9f48169671815919449! > Oops, sorry. Attached is a new patch for x11-toolkits/py-wxPython28/Makefile I am also experiencing some problems with the x11-toolkits/py-wxPython28/pkg-plist for this port as at the moment the py-wxPython-common port installs various version files used by wxPython. Unfortunately by adding the changes to the pkg-plist attached to this pr, the ports now install files into the same place, whereas by leaving the pkg-plist as it is poudriere complains of orphaned files. --------------060400010303060604000808 Content-Type: text/plain; charset=us-ascii; name="Makefile.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Makefile.patch" Index: Makefile =================================================================== --- Makefile (revision 354749) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= wxPython PORTVERSION= 2.8.12.1 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= x11-toolkits python MASTER_SITES= SF/wxpython/wxPython/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,7 @@ PKGNAMESUFFIX= 28 DISTNAME= ${PORTNAME}-src-${PORTVERSION} -MAINTAINER= neal@nelson.name +MAINTAINER= ports@nicandneal.net COMMENT= Python bindings for the wxWidgets/GTK GUI toolkit RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl @@ -18,11 +18,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/wxPython DIST_SUBDIR= python -USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_SUB= PYTHON_VER=${PYTHON_VER} -USES= gettext gmake pkgconfig +USES= gettext gmake pkgconfig tar:bzip2 PYDISTUTILS_BUILDARGS= \ WX_CONFIG="${WX_CONFIG}" \ @@ -37,7 +36,6 @@ CONFIGURE_ARGS+= --enable-aui -NO_STAGE= yes post-extract: # only keep the scripts we need @${RM} ${WRKSRC}/scripts/*.py @@ -114,23 +112,23 @@ .if defined(WITH_COMMON_ONLY) do-install: # DEMO - @${MKDIR} ${DEMO_DIR} - @cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${DEMO_DIR} + @${MKDIR} ${STAGEDIR}/${DEMO_DIR} + @cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${STAGEDIR}/${DEMO_DIR} # header files - @${MKDIR} ${PREFIX}/include/wx-${WX_VERSION}/wx/wxPython/i_files + @${MKDIR} ${STAGEDIR}/${PREFIX}/include/wx-${WX_VERSION}/wx/wxPython/i_files .for glob in *.i *.py @${INSTALL_DATA} ${WRKSRC}/src/${glob} \ - ${PREFIX}/include/wx-${WX_VERSION}/wx/wxPython/i_files + ${STAGEDIR}/${PREFIX}/include/wx-${WX_VERSION}/wx/wxPython/i_files .endfor @${INSTALL_DATA} ${WRKSRC}/include/wx/wxPython/*.h \ - ${PREFIX}/include/wx-${WX_VERSION}/wx/wxPython + ${STAGEDIR}/${PREFIX}/include/wx-${WX_VERSION}/wx/wxPython # scripts - @${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/bin + @${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${STAGEDIR}/${PREFIX}/bin ## wxversion - @${MKDIR} ${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@} + @${MKDIR} ${STAGEDIR}/${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@} # wxversion script @${INSTALL_DATA} ${WRKSRC}/wxversion/* \ - ${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@} + ${STAGEDIR}/${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@} .endif # defined(WITH_COMMON_ONLY) post-install: @@ -137,10 +135,10 @@ .if !defined(WITH_COMMON_ONLY) # fix installation permissions ${CHMOD} -R a+rX \ - ${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@}/${WX_PYTHON_DIR} + ${STAGEDIR}/${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@}/${WX_PYTHON_DIR} # Remove unwanted .egg-info - ${RM} -rf ${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@}/wxPython_common-*.egg-info - ${RM} -rf ${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@}/${WX_PYTHON_DIR}/*.egg-info + ${RM} -rf ${STAGEDIR}/${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@}/wxPython_common-*.egg-info + ${RM} -rf ${STAGEDIR}/${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@}/${WX_PYTHON_DIR}/*.egg-info .endif ## # wxversion wxPython available list @@ -148,9 +146,9 @@ .if !defined(WITH_COMMON_ONLY) # add ansi/unicode to the available list @${ECHO_CMD} ${WX_PYTHON_DIR} >> \ - ${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@}/wx.pth + ${STAGEDIR}/${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@}/wx.pth @${CHMOD} ${SHAREMODE} \ - ${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@}/wx.pth + ${STAGEDIR}/${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@}/wx.pth .endif .include <bsd.port.post.mk> --------------060400010303060604000808-- From owner-freebsd-python@FreeBSD.ORG Fri May 23 05:50:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06C7E7E5; Fri, 23 May 2014 05:50:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF692242D; Fri, 23 May 2014 05:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4N5o4bs061742; Fri, 23 May 2014 05:50:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4N5o4af061741; Fri, 23 May 2014 05:50:04 GMT (envelope-from edwin) Date: Fri, 23 May 2014 05:50:04 GMT Message-Id: <201405230550.s4N5o4af061741@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190132: [Patch] update port www/py-selenium to 2.42.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 23 May 2014 05:50:05 -0000 Synopsis: [Patch] update port www/py-selenium to 2.42.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri May 23 05:50:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190132 From owner-freebsd-python@FreeBSD.ORG Fri May 23 05:50:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BDDAC7E9; Fri, 23 May 2014 05:50:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 907BB242E; Fri, 23 May 2014 05:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4N5o6Ul061817; Fri, 23 May 2014 05:50:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4N5o6AV061816; Fri, 23 May 2014 05:50:06 GMT (envelope-from edwin) Date: Fri, 23 May 2014 05:50:06 GMT Message-Id: <201405230550.s4N5o6AV061816@freefall.freebsd.org> To: Vladimir.Chukharev@gmail.com, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190132: [Patch] update port www/py-selenium to 2.42.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 23 May 2014 05:50:06 -0000 Synopsis: [Patch] update port www/py-selenium to 2.42.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri May 23 05:50:06 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190132 From owner-freebsd-python@FreeBSD.ORG Fri May 23 06:00:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3257DB19 for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 23 May 2014 06:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2042824EF for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 23 May 2014 06:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4N600f1064820 for <freebsd-python@freefall.freebsd.org>; Fri, 23 May 2014 06:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4N600i8064819; Fri, 23 May 2014 06:00:00 GMT (envelope-from gnats) Date: Fri, 23 May 2014 06:00:00 GMT Message-Id: <201405230600.s4N600i8064819@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/190132: [Patch] update port www/py-selenium to 2.42.0 Reply-To: Edwin Groothuis <edwin@FreeBSD.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 23 May 2014 06:00:01 -0000 The following reply was made to PR ports/190132; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: douglas@douglasthrift.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/190132: [Patch] update port www/py-selenium to 2.42.0 Date: Fri, 23 May 2014 05:50:05 UT Maintainer of www/py-selenium, Please note that PR ports/190132 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/190132 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Fri May 23 06:30:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E660376 for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 23 May 2014 06:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BA702731 for <freebsd-python@smarthost.ysv.freebsd.org>; Fri, 23 May 2014 06:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4N6U0I6074713 for <freebsd-python@freefall.freebsd.org>; Fri, 23 May 2014 06:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4N6U0fv074712; Fri, 23 May 2014 06:30:00 GMT (envelope-from gnats) Date: Fri, 23 May 2014 06:30:00 GMT Message-Id: <201405230630.s4N6U0fv074712@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi> Subject: Re: ports/190132: [Patch] update port www/py-selenium to 2.42.0 Reply-To: "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 23 May 2014 06:30:01 -0000 The following reply was made to PR ports/190132; it has been noted by GNATS. From: "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi> To: bug-followup@freebsd.org, Vladimir.Chukharev@gmail.com Cc: Subject: Re: ports/190132: [Patch] update port www/py-selenium to 2.42.0 Date: Fri, 23 May 2014 09:11:47 +0300 Apparently the commit of yesterday upgrading to 2.41.0 has not yet propagated to the svn server, which I used for patch creation... Hope this is not a problem. Bug me if it is, I'll re-create the patch (it's only the version in Makefile and what 'make makesum' does - and this eliminates the need to downgrade Firefox for tests). -- Vladimir Chukharev From owner-freebsd-python@FreeBSD.ORG Fri May 23 09:54:57 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9F10CE8 for <python@freebsd.org>; Fri, 23 May 2014 09:54:57 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6E7D288F for <python@freebsd.org>; Fri, 23 May 2014 09:54:57 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s4N9svnM051871 for <python@freebsd.org>; Fri, 23 May 2014 09:54:57 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s4N9sviQ051870; Fri, 23 May 2014 09:54:57 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201405230954.s4N9sviQ051870@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 23 May 2014 09:54:57 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 23 May 2014 09:54:57 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ lang/python34 | 3.4.0 | 3.4.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Sat May 24 00:00:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F03FA2DB; Sat, 24 May 2014 00:00:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5F9E2342; Sat, 24 May 2014 00:00:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4O004aU070368; Sat, 24 May 2014 00:00:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4O004tp070367; Sat, 24 May 2014 00:00:04 GMT (envelope-from edwin) Date: Sat, 24 May 2014 00:00:04 GMT Message-Id: <201405240000.s4O004tp070367@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190156: Update www/py-tornado to 3.2.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 24 May 2014 00:00:05 -0000 Synopsis: Update www/py-tornado to 3.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat May 24 00:00:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190156 From owner-freebsd-python@FreeBSD.ORG Sat May 24 00:00:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0CC72DF; Sat, 24 May 2014 00:00:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6D9E2343; Sat, 24 May 2014 00:00:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4O006C7070447; Sat, 24 May 2014 00:00:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4O006ST070446; Sat, 24 May 2014 00:00:06 GMT (envelope-from edwin) Date: Sat, 24 May 2014 00:00:06 GMT Message-Id: <201405240000.s4O006ST070446@freefall.freebsd.org> To: gblach@freebsd.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190156: Update www/py-tornado to 3.2.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 24 May 2014 00:00:06 -0000 Synopsis: Update www/py-tornado to 3.2.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat May 24 00:00:06 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190156 From owner-freebsd-python@FreeBSD.ORG Sat May 24 00:10:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2507B400 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 24 May 2014 00:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 107DF23F0 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 24 May 2014 00:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4O0A04f080679 for <freebsd-python@freefall.freebsd.org>; Sat, 24 May 2014 00:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4O0A0fP080678; Sat, 24 May 2014 00:10:00 GMT (envelope-from gnats) Date: Sat, 24 May 2014 00:10:00 GMT Message-Id: <201405240010.s4O0A0fP080678@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/190156: Update www/py-tornado to 3.2.1 Reply-To: Edwin Groothuis <edwin@FreeBSD.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 24 May 2014 00:10:01 -0000 The following reply was made to PR ports/190156; it has been noted by GNATS. From: Edwin Groothuis <edwin@FreeBSD.org> To: khsing.cn@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/190156: Update www/py-tornado to 3.2.1 Date: Sat, 24 May 2014 00:00:05 UT Maintainer of www/py-tornado, Please note that PR ports/190156 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/190156 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Sat May 24 00:20:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D4805FA for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 24 May 2014 00:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F02C24A2 for <freebsd-python@smarthost.ysv.freebsd.org>; Sat, 24 May 2014 00:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4O0K0CW085288 for <freebsd-python@freefall.freebsd.org>; Sat, 24 May 2014 00:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4O0K0HT085287; Sat, 24 May 2014 00:20:00 GMT (envelope-from gnats) Date: Sat, 24 May 2014 00:20:00 GMT Message-Id: <201405240020.s4O0K0HT085287@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: khsing <khsing.cn@gmail.com> Subject: Re: ports/190156: Update www/py-tornado to 3.2.1 Reply-To: khsing <khsing.cn@gmail.com> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 24 May 2014 00:20:01 -0000 The following reply was made to PR ports/190156; it has been noted by GNATS. From: khsing <khsing.cn@gmail.com> To: "bug-followup@freebsd.org" <bug-followup@freebsd.org> Cc: Subject: Re: ports/190156: Update www/py-tornado to 3.2.1 Date: Sat, 24 May 2014 08:19:39 +0800 --001a11c335ce4a3ca404fa1a4dbb Content-Type: text/plain; charset=UTF-8 Approved -- Sent from Gmail Mobile --001a11c335ce4a3ca404fa1a4dbb Content-Type: text/html; charset=UTF-8 Approved<span></span><br><br><br><br>-- <br>Sent from Gmail Mobile<br> --001a11c335ce4a3ca404fa1a4dbb-- From owner-freebsd-python@FreeBSD.ORG Sat May 24 14:13:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B53DA1AE for <python@freebsd.org>; Sat, 24 May 2014 14:13:06 +0000 (UTC) Received: from olgeni.olgeni.com (host-156-246-171-31.cloudsigma.com [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id 735232F30 for <python@freebsd.org>; Sat, 24 May 2014 14:13:06 +0000 (UTC) Received: from olgeni.olgeni (unknown [82.84.95.102]) by olgeni.olgeni.com (Postfix) with ESMTPSA id 1FF071744C6; Sat, 24 May 2014 16:13:04 +0200 (CEST) Date: Sat, 24 May 2014 16:13:03 +0200 (CEST) From: Jimmy Olgeni <olgeni@FreeBSD.org> X-X-Sender: olgeni@olgeni.olgeni To: Irjohn Junus <i.junus@gmail.com> Subject: Re: math/py-numpy cannot satisfy libgfortran dependency on libgcc_s/GCC_4.6.0 [WAS: Re: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4] In-Reply-To: <CALXkR+-6_2k4pD7-Ln6e-PbgFTKriRXSrqOpd=UVbwppi=dpvg@mail.gmail.com> Message-ID: <alpine.BSF.2.00.1405241609370.1810@olgeni.olgeni> References: <CALXkR+8ivP3m2aJN+m88Sz+4BodAxnYioBvgUotFZf_-TVPLgg@mail.gmail.com> <536C40B0.2060705@saltant.com> <CALXkR+_r4kG8CHO8R2MOsGHK4JDeEMa28MN4rzZ1hAtd+zAu4g@mail.gmail.com> <53718C14.1040807@saltant.com> <CALXkR+-6_2k4pD7-Ln6e-PbgFTKriRXSrqOpd=UVbwppi=dpvg@mail.gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-OpenPGP-KeyID: 0xFCDB3E82F778D8D7 X-OpenPGP-Fingerprint: EE37 B427 91C5 7707 EC54 064A FCDB 3E82 F778 D8D7 X-OpenPGP-URL: http://olgeni.olgeni.com/~olgeni/pgp/olgeni@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: "John W. O'Brien" <john@saltant.com>, python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 24 May 2014 14:13:06 -0000 Hello Irjohn, On Sun, 18 May 2014, Irjohn Junus wrote: > John, Thank you for looking at this. Apologies for my late reply it's > been crazy busy at work lately. Unrelated, but in the end I had to fix ipython by setting LD_LIBRARY_PATH in the startup scripts (using _GCC_RUNTIME, which is available if you USE_GCC). It's a bit of a hack, but at least the ipython issue should be resolved. -- jimmy From owner-freebsd-python@FreeBSD.ORG Sat May 24 16:54:58 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0C38F01; Sat, 24 May 2014 16:54:58 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7760C2ACD; Sat, 24 May 2014 16:54:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4OGswW5057262; Sat, 24 May 2014 16:54:58 GMT (envelope-from gblach@freefall.freebsd.org) Received: (from gblach@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4OGswrn057261; Sat, 24 May 2014 16:54:58 GMT (envelope-from gblach) Date: Sat, 24 May 2014 16:54:58 GMT Message-Id: <201405241654.s4OGswrn057261@freefall.freebsd.org> To: khsing.cn@gmail.com, gblach@FreeBSD.org, freebsd-python@FreeBSD.org, gblach@FreeBSD.org From: gblach@FreeBSD.org Subject: Re: ports/190156: Update www/py-tornado to 3.2.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 24 May 2014 16:54:58 -0000 Synopsis: Update www/py-tornado to 3.2.1 Responsible-Changed-From-To: freebsd-python->gblach Responsible-Changed-By: gblach Responsible-Changed-When: Sat May 24 16:54:58 UTC 2014 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=190156 From owner-freebsd-python@FreeBSD.ORG Sun May 25 07:31:45 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADEBE828; Sun, 25 May 2014 07:31:45 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8324726F8; Sun, 25 May 2014 07:31:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4P7VjIB099568; Sun, 25 May 2014 07:31:45 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4P7VjuW099564; Sun, 25 May 2014 07:31:45 GMT (envelope-from miwi) Date: Sun, 25 May 2014 07:31:45 GMT Message-Id: <201405250731.s4P7VjuW099564@freefall.freebsd.org> To: kozlov.sergey.404@gmail.com, miwi@FreeBSD.org, freebsd-python@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/186881: New port: print/py-preppy ReportLab's templating system X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 25 May 2014 07:31:45 -0000 Synopsis: New port: print/py-preppy ReportLab's templating system State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun May 25 07:31:45 UTC 2014 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=186881 From owner-freebsd-python@FreeBSD.ORG Sun May 25 07:40:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A301DA2 for <freebsd-python@smarthost.ysv.freebsd.org>; Sun, 25 May 2014 07:40:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48AD62745 for <freebsd-python@smarthost.ysv.freebsd.org>; Sun, 25 May 2014 07:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4P7e4nW003244 for <freebsd-python@freefall.freebsd.org>; Sun, 25 May 2014 07:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4P7e4U4003243; Sun, 25 May 2014 07:40:04 GMT (envelope-from gnats) Date: Sun, 25 May 2014 07:40:04 GMT Message-Id: <201405250740.s4P7e4U4003243@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/186881: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 25 May 2014 07:40:04 -0000 The following reply was made to PR ports/186881; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/186881: commit references a PR Date: Sun, 25 May 2014 07:32:11 +0000 (UTC) Author: miwi Date: Sun May 25 07:32:07 2014 New Revision: 355133 URL: http://svnweb.freebsd.org/changeset/ports/355133 QAT: https://qat.redports.org/buildarchive/r355133/ Log: Preppy is ReportLab's templating system. It was developed in late 2000 and has been in continual production use since then. It is open source (BSD-license). The key features are: - *small*. Preppy is a single Python module. If you want a templating system 'in the box', it's easy to include it in your project - *easy to learn*. It takes about one minute to scan all the features - *just Python*. We have not invented another language, and if you want to do something - includes, quoting, filters - you just use Python - *compiled to bytecode*: a .prep file gets compiled to a Python function in a .pyc file - *easy to debug*: preppy generates proper Python exceptions, with the correct line numbers for the .prep file. You can follow tracebacks from Python script to Preppy template and back, through multiple includes - *easy to type and read*. We've been using ``{{this}}`` syntax since well before Django was thought of - *8-bit safe*: it makes no assumption that you are generating markup and does nothing unexpected with whitespace; you could use it to generate images or binary files if you wanted to. WWW: http://preppy.readthedocs.org/en/latest/ PR: ports/186881 Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com> Added: head/print/py-preppy/ head/print/py-preppy/Makefile (contents, props changed) head/print/py-preppy/distinfo (contents, props changed) head/print/py-preppy/pkg-descr (contents, props changed) Modified: head/print/Makefile Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Sun May 25 07:31:23 2014 (r355132) +++ head/print/Makefile Sun May 25 07:32:07 2014 (r355133) @@ -244,6 +244,7 @@ SUBDIR += py-fonttools SUBDIR += py-pdf SUBDIR += py-pollyreports + SUBDIR += py-preppy SUBDIR += py-pyscript SUBDIR += py-relatorio SUBDIR += py-reportlab Added: head/print/py-preppy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/py-preppy/Makefile Sun May 25 07:32:07 2014 (r355133) @@ -0,0 +1,19 @@ +# Created by: Kozlov Sergey <kozlov.sergey.404@gmail.com> +# $FreeBSD$ + +PORTNAME= preppy +PORTVERSION= 2.1.2 +CATEGORIES= print python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= kozlov.sergey.404@gmail.com +COMMENT= ReportLab's templating system + +LICENSE= BSD3CLAUSE + +USE_PYTHON= 2.7-3.3 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/print/py-preppy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/py-preppy/distinfo Sun May 25 07:32:07 2014 (r355133) @@ -0,0 +1,2 @@ +SHA256 (preppy-2.1.2.tar.gz) = 6a910c03add2bd2810ef38d2da8050154da4e8e79766e08de8407382f4507d34 +SIZE (preppy-2.1.2.tar.gz) = 41065 Added: head/print/py-preppy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/py-preppy/pkg-descr Sun May 25 07:32:07 2014 (r355133) @@ -0,0 +1,22 @@ +Preppy is ReportLab's templating system. It was developed in late 2000 and has +been in continual production use since then. It is open source (BSD-license). + +The key features are: + +- *small*. Preppy is a single Python module. If you want a templating system + 'in the box', it's easy to include it in your project +- *easy to learn*. It takes about one minute to scan all the features +- *just Python*. We have not invented another language, and if you want to do + something - includes, quoting, filters - you just use Python +- *compiled to bytecode*: a .prep file gets compiled to a Python function in + a .pyc file +- *easy to debug*: preppy generates proper Python exceptions, with the correct + line numbers for the .prep file. You can follow tracebacks from Python + script to Preppy template and back, through multiple includes +- *easy to type and read*. We've been using ``{{this}}`` syntax since well + before Django was thought of +- *8-bit safe*: it makes no assumption that you are generating markup and does + nothing unexpected with whitespace; you could use it to generate images or + binary files if you wanted to. + +WWW: http://preppy.readthedocs.org/en/latest/ _______________________________________________ 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 Sun May 25 17:40:06 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4052A08; Sun, 25 May 2014 17:40:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A1D0224D; Sun, 25 May 2014 17:40:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4PHe6dj028189; Sun, 25 May 2014 17:40:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4PHe6hn028188; Sun, 25 May 2014 17:40:06 GMT (envelope-from edwin) Date: Sun, 25 May 2014 17:40:06 GMT Message-Id: <201405251740.s4PHe6hn028188@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190205: [maintainer update] print/py-preppy update to 2.3.2 and patch X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 25 May 2014 17:40:06 -0000 Synopsis: [maintainer update] print/py-preppy update to 2.3.2 and patch Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun May 25 17:40:06 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190205 From owner-freebsd-python@FreeBSD.ORG Mon May 26 08:10:55 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E11DF32; Mon, 26 May 2014 08:10:55 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02E4624EB; Mon, 26 May 2014 08:10:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4Q8As48066754; Mon, 26 May 2014 08:10:54 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4Q8AsbS066753; Mon, 26 May 2014 08:10:54 GMT (envelope-from culot) Date: Mon, 26 May 2014 08:10:54 GMT Message-Id: <201405260810.s4Q8AsbS066753@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-python@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/190205: [maintainer update] print/py-preppy update to 2.3.2 and patch X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 08:10:55 -0000 Synopsis: [maintainer update] print/py-preppy update to 2.3.2 and patch Responsible-Changed-From-To: freebsd-python->culot Responsible-Changed-By: culot Responsible-Changed-When: Mon May 26 08:10:54 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=190205 From owner-freebsd-python@FreeBSD.ORG Mon May 26 08:30:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46E3A3A2 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 26 May 2014 08:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3363B2652 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 26 May 2014 08:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4Q8U03w073556 for <freebsd-python@freefall.freebsd.org>; Mon, 26 May 2014 08:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4Q8U0Bt073555; Mon, 26 May 2014 08:30:00 GMT (envelope-from gnats) Date: Mon, 26 May 2014 08:30:00 GMT Message-Id: <201405260830.s4Q8U0Bt073555@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Douglas Thrift <douglas@douglasthrift.net> Subject: Re: ports/190132: [Patch] update port www/py-selenium to 2.42.0 Reply-To: Douglas Thrift <douglas@douglasthrift.net> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 08:30:01 -0000 The following reply was made to PR ports/190132; it has been noted by GNATS. From: Douglas Thrift <douglas@douglasthrift.net> To: bug-followup@FreeBSD.org, Vladimir.Chukharev@gmail.com Cc: Subject: Re: ports/190132: [Patch] update port www/py-selenium to 2.42.0 Date: Mon, 26 May 2014 01:06:49 -0700 This is a multi-part message in MIME format. --------------010808020300020704090901 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Please use this patch instead. Thanks! -- Douglas William Thrift <http://douglasthrift.net/> --------------010808020300020704090901 Content-Type: text/plain; charset=windows-1252; name="py-selenium.2014-05-26T065717Z.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="py-selenium.2014-05-26T065717Z.diff" Index: www/py-selenium/Makefile =================================================================== --- www/py-selenium/Makefile (revision 355276) +++ www/py-selenium/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selenium -PORTVERSION= 2.41.0 +PORTVERSION= 2.42.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: www/py-selenium/distinfo =================================================================== --- www/py-selenium/distinfo (revision 355276) +++ www/py-selenium/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (selenium-2.41.0.tar.gz) = 7a5872f4e772fe8e338b585895701e4316920025923cf23fe04d04350d4e4f9c -SIZE (selenium-2.41.0.tar.gz) = 2478255 +SHA256 (selenium-2.42.0.tar.gz) = 6570a984d75873b3372e8cf6d82104b9572acd31bdb22d04f4bc60844b40e2a9 +SIZE (selenium-2.42.0.tar.gz) = 2512909 --------------010808020300020704090901-- From owner-freebsd-python@FreeBSD.ORG Mon May 26 08:46:31 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B5B38E1; Mon, 26 May 2014 08:46:31 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70A7827F6; Mon, 26 May 2014 08:46:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4Q8kV5G079971; Mon, 26 May 2014 08:46:31 GMT (envelope-from marino@freefall.freebsd.org) Received: (from marino@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4Q8kUdC079970; Mon, 26 May 2014 08:46:30 GMT (envelope-from marino) Date: Mon, 26 May 2014 08:46:30 GMT Message-Id: <201405260846.s4Q8kUdC079970@freefall.freebsd.org> To: ports@robakdesign.com, marino@FreeBSD.org, freebsd-python@FreeBSD.org, marino@FreeBSD.org From: marino@FreeBSD.org Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 08:46:31 -0000 Synopsis: devel/py-demjson: unfetchable due to rerolled tarball Responsible-Changed-From-To: freebsd-python->marino Responsible-Changed-By: marino Responsible-Changed-When: Mon May 26 08:46:30 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=189666 From owner-freebsd-python@FreeBSD.ORG Mon May 26 11:06:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF5FBEE9 for <freebsd-python@FreeBSD.org>; Mon, 26 May 2014 11:06:51 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B9AA24EA for <freebsd-python@FreeBSD.org>; Mon, 26 May 2014 11:06:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QB6pcO032135 for <freebsd-python@FreeBSD.org>; Mon, 26 May 2014 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4QB6pmS032133 for freebsd-python@FreeBSD.org; Mon, 26 May 2014 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 26 May 2014 11:06:51 GMT Message-Id: <201405261106.s4QB6pmS032133@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster <bugmaster@freebsd.org> 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.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 11:06:51 -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/190132 python [Patch] update port www/py-selenium to 2.42.0 f ports/190076 python x11-toolkits/py-wxPython28: Update py-wxPython28 Ports o ports/190065 python New port: net-p2p/py-transmission-remote-curses Remote o ports/189844 python lang/python27: dependent packages fail to build when p f ports/189131 python databases/py-bsddb3 - fails to build with python3.x o ports/188930 python [maintainer update] games/py-mnemosyne (2.3) o ports/188327 python math/py-numpy: Numpy is broken o ports/188251 python lang/python: bdb48 dependency leak in all python o ports/188114 python math/py-numpy is broken on 9.2-STABLE f ports/187956 python [PATCH] devel/py-bcdoc: update to 0.12.2 f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/185884 python [patch] Miscellaneous ports fixes for python 3 o ports/184954 python Installation checks prevent multiple python ports bein o ports/178301 python [patch] lang/python27: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre 20 problems total. From owner-freebsd-python@FreeBSD.ORG Mon May 26 11:30:10 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19CE2C0A; Mon, 26 May 2014 11:30:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E28F92835; Mon, 26 May 2014 11:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QBU9Bh044185; Mon, 26 May 2014 11:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4QBU9tA044184; Mon, 26 May 2014 11:30:09 GMT (envelope-from edwin) Date: Mon, 26 May 2014 11:30:09 GMT Message-Id: <201405261130.s4QBU9tA044184@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190260: [MAINTAINER UPDATE] textproc/py-regex update to version 2014.05.23 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 11:30:10 -0000 Synopsis: [MAINTAINER UPDATE] textproc/py-regex update to version 2014.05.23 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 26 11:30:09 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190260 From owner-freebsd-python@FreeBSD.ORG Mon May 26 11:40:10 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 568F641F; Mon, 26 May 2014 11:40:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9DD32926; Mon, 26 May 2014 11:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QBe9gE048093; Mon, 26 May 2014 11:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4QBe99i048092; Mon, 26 May 2014 11:40:09 GMT (envelope-from edwin) Date: Mon, 26 May 2014 11:40:09 GMT Message-Id: <201405261140.s4QBe99i048092@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190261: [MAINTAINER UPDATE] devel/py-python-statsd update to version 1.63 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 11:40:10 -0000 Synopsis: [MAINTAINER UPDATE] devel/py-python-statsd update to version 1.63 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 26 11:40:09 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190261 From owner-freebsd-python@FreeBSD.ORG Mon May 26 12:36:42 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2263FC18; Mon, 26 May 2014 12:36:42 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB5642E51; Mon, 26 May 2014 12:36:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QCafeu072414; Mon, 26 May 2014 12:36:41 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4QCafPA072413; Mon, 26 May 2014 12:36:41 GMT (envelope-from culot) Date: Mon, 26 May 2014 12:36:41 GMT Message-Id: <201405261236.s4QCafPA072413@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-python@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/190260: [MAINTAINER UPDATE] textproc/py-regex update to version 2014.05.23 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 12:36:42 -0000 Synopsis: [MAINTAINER UPDATE] textproc/py-regex update to version 2014.05.23 Responsible-Changed-From-To: freebsd-python->culot Responsible-Changed-By: culot Responsible-Changed-When: Mon May 26 12:36:41 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=190260 From owner-freebsd-python@FreeBSD.ORG Mon May 26 12:36:47 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B54BDC37; Mon, 26 May 2014 12:36:47 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AA992E55; Mon, 26 May 2014 12:36:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QCaleT072516; Mon, 26 May 2014 12:36:47 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4QCalMw072515; Mon, 26 May 2014 12:36:47 GMT (envelope-from culot) Date: Mon, 26 May 2014 12:36:47 GMT Message-Id: <201405261236.s4QCalMw072515@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-python@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/190261: [MAINTAINER UPDATE] devel/py-python-statsd update to version 1.63 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 12:36:47 -0000 Synopsis: [MAINTAINER UPDATE] devel/py-python-statsd update to version 1.63 Responsible-Changed-From-To: freebsd-python->culot Responsible-Changed-By: culot Responsible-Changed-When: Mon May 26 12:36:47 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=190261 From owner-freebsd-python@FreeBSD.ORG Mon May 26 14:20:07 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A1F1D46; Mon, 26 May 2014 14:20:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10E3627ED; Mon, 26 May 2014 14:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QEK6Fu020366; Mon, 26 May 2014 14:20:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4QEK6hm020365; Mon, 26 May 2014 14:20:06 GMT (envelope-from edwin) Date: Mon, 26 May 2014 14:20:06 GMT Message-Id: <201405261420.s4QEK6hm020365@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190267: [PATCH] www/py-django-ldapdb: update to 0.3.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 14:20:07 -0000 Synopsis: [PATCH] www/py-django-ldapdb: update to 0.3.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 26 14:20:06 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190267 From owner-freebsd-python@FreeBSD.ORG Mon May 26 19:36:21 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26C7690B for <freebsd-python@freebsd.org>; Mon, 26 May 2014 19:36:21 +0000 (UTC) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B129C2427 for <freebsd-python@freebsd.org>; Mon, 26 May 2014 19:36:19 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id hi2so465862wib.17 for <freebsd-python@freebsd.org>; Mon, 26 May 2014 12:36:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=icoPrHQagJlD0UhV6z0RbLQojfaKc3EmngjzMnQZ5cw=; b=Z2hWsklzy2iZWA90k75Vuzpt1h6UYbTqv53FvAFGKhn8g2dDp63OpKMAdoU7lzpp32 My8RShxoRPBuL0xxB+3Gc4ZiAtBCQOVHr4sAV5/L6Dsy9yZvT49o0ew4va+aYGmBs0UG lfdHNIa9O2l9o6oI4yXY2ezSx6NhI/8wm9PREYTb+VteoAi8Xev4L2amMqvS/KJWkqU+ J08yzPAsnpsKX6O1TGml00wR49qWV6nlu7nqL32XX0nM65rCaUnadkraYFyKToleJ+e+ MGZSAjhVULCj7r5P5PIaFFkgFtskTC5itQYShlFkBep07+XbCGm+nwco0F+XTMSdn0gb JxHw== X-Gm-Message-State: ALoCoQljCyXSILWyk06cQqxW95/ZhUBPGTF33TsVdnyer7hONoOITB/n+4oG5NY6HvZjpzUa01iJ X-Received: by 10.180.91.162 with SMTP id cf2mr30567993wib.57.1401132976297; Mon, 26 May 2014 12:36:16 -0700 (PDT) Received: from [10.1.1.2] ([78.133.179.174]) by mx.google.com with ESMTPSA id pq9sm9937126wjc.35.2014.05.26.12.36.14 for <multiple recipients> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 26 May 2014 12:36:15 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball From: =?utf-8?Q?Bart=C5=82omiej_Rutkowski?= <r@robakdesign.com> In-Reply-To: <201405260846.s4Q8kUdC079970@freefall.freebsd.org> Date: Mon, 26 May 2014 21:36:13 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <C6C210C7-53CE-4185-8624-CE3737598A4F@robakdesign.com> References: <201405260846.s4Q8kUdC079970@freefall.freebsd.org> To: marino@FreeBSD.org X-Mailer: Apple Mail (2.1878.2) Cc: ports@robakdesign.com, freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 19:36:21 -0000 Wiadomo=C5=9B=C4=87 napisana przez marino@FreeBSD.org w dniu 26 maj = 2014, o godz. 10:46: > Synopsis: devel/py-demjson: unfetchable due to rerolled tarball >=20 > Responsible-Changed-From-To: freebsd-python->marino > Responsible-Changed-By: marino > Responsible-Changed-When: Mon May 26 08:46:30 UTC 2014 > Responsible-Changed-Why:=20 > I'll take it. >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D189666 Hi, I've just mailed the upstream, explaining the situation and suggesting = releasing such changes as minor version numbers, like 2.0.1 or something = similar. We'll see what, if any response will I receive, but for now, = please, patch the port with new distinfo you've proposed. If this = happens again and we wont get any answer by that time, we'll consider = hosting the distfiles or removing the port. Kind regards, Bartek Rutkowski= From owner-freebsd-python@FreeBSD.ORG Mon May 26 19:55:36 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FDBA192; Mon, 26 May 2014 19:55:36 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56E2D259A; Mon, 26 May 2014 19:55:32 +0000 (UTC) Received: from [192.168.0.21] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 6D1F843B4A; Mon, 26 May 2014 14:55:15 -0500 (CDT) Message-ID: <53839C13.4040405@marino.st> Date: Mon, 26 May 2014 21:54:59 +0200 From: John Marino <freebsd.contact@marino.st> Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: =?UTF-8?B?QmFydMWCb21pZWogUnV0a293c2tp?= <r@robakdesign.com>, marino@FreeBSD.org Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball References: <201405260846.s4Q8kUdC079970@freefall.freebsd.org> <C6C210C7-53CE-4185-8624-CE3737598A4F@robakdesign.com> In-Reply-To: <C6C210C7-53CE-4185-8624-CE3737598A4F@robakdesign.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: ports@robakdesign.com, freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 19:55:36 -0000 On 5/26/2014 21:36, BartÅ‚omiej Rutkowski wrote: > I've just mailed the upstream, explaining the situation and > suggesting releasing such changes as minor version numbers, like > 2.0.1 or something similar. We'll see what, if any response will I > receive, but for now, please, patch the port with new distinfo you've > proposed. If this happens again and we wont get any answer by that > time, we'll consider hosting the distfiles or removing the port. Hi Bartek, The issue is that I can't blindly update the distinfo. Somebody (almost always the maintainer) has to "diff" the original version and the new version and evaluate exactly what changed and if it's malicious. I already got chewed out last week for not verifying this personally, but I generally trust the maintainer if he/she said he did this. Have you actually looked inside the new tarball? Thanks, John From owner-freebsd-python@FreeBSD.ORG Mon May 26 20:07:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABEE255E for <freebsd-python@freebsd.org>; Mon, 26 May 2014 20:07:04 +0000 (UTC) Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 40FEA268E for <freebsd-python@freebsd.org>; Mon, 26 May 2014 20:07:04 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id t61so8544589wes.39 for <freebsd-python@freebsd.org>; Mon, 26 May 2014 13:07:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=6/Jhm5mOf4e4Si635mscwGqulxXOfGYRyzpL+nmRDtA=; b=YUzYVNfz9+rf9RSRmZls/aI3SWsP4fFiiTPhFVu4UG1lA/tlSjb74qap7o71coPCv4 cIbUHNBrNZTfOaj8/Or42OAxpOsrLRlsaaMgqVEOhTDuTRkW6lpE9cm5p5ilSKrzwNr4 Q2qVepKXd4AqOCLSPX5ARZ/y3xIOrfWnGrl/ilpyou75yjLJRobvffkSFnuERs4Ne6kI ZLJ2TKJkzVVNWbDxkJXPbwbXx1Wz0REr64L25FXhm8QefMdcm+nVL7nr/fnd7ws1bI9y H/e41E03nY9KrMmzKm/m9lkuinYYpefT7J0Fe10EzuVN2WwmVFvI5e49BC5RJz/5xhV8 tsVg== X-Gm-Message-State: ALoCoQmWcDWTNeo3IeIEmtkGI1SL5JjKkj+HU7Kx5SLKDqD4Agby+rX0gXy6HkHfPjGOCDDmw/o9 X-Received: by 10.194.157.68 with SMTP id wk4mr33579898wjb.42.1401134450811; Mon, 26 May 2014 13:00:50 -0700 (PDT) Received: from [10.1.1.2] ([78.133.179.174]) by mx.google.com with ESMTPSA id qq5sm2360261wic.10.2014.05.26.13.00.49 for <multiple recipients> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 26 May 2014 13:00:49 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball From: =?utf-8?Q?Bart=C5=82omiej_Rutkowski?= <r@robakdesign.com> In-Reply-To: <53839C13.4040405@marino.st> Date: Mon, 26 May 2014 22:00:47 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <FD39A570-A261-45FA-B98D-A31E9316C9DD@robakdesign.com> References: <201405260846.s4Q8kUdC079970@freefall.freebsd.org> <C6C210C7-53CE-4185-8624-CE3737598A4F@robakdesign.com> <53839C13.4040405@marino.st> To: marino@freebsd.org X-Mailer: Apple Mail (2.1878.2) Cc: ports@robakdesign.com, freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 20:07:04 -0000 Wiadomo=C5=9B=C4=87 napisana przez John Marino = <freebsd.contact@marino.st> w dniu 26 maj 2014, o godz. 21:54: > On 5/26/2014 21:36, Bart=C5=82omiej Rutkowski wrote: >> I've just mailed the upstream, explaining the situation and >> suggesting releasing such changes as minor version numbers, like >> 2.0.1 or something similar. We'll see what, if any response will I >> receive, but for now, please, patch the port with new distinfo you've >> proposed. If this happens again and we wont get any answer by that >> time, we'll consider hosting the distfiles or removing the port. >=20 > Hi Bartek, > The issue is that I can't blindly update the distinfo. Somebody = (almost > always the maintainer) has to "diff" the original version and the new > version and evaluate exactly what changed and if it's malicious. >=20 > I already got chewed out last week for not verifying this personally, > but I generally trust the maintainer if he/she said he did this. Have > you actually looked inside the new tarball? >=20 > Thanks, > John John, Actually, this havent crossed my mind, that the distfiles could not have = been simply re-released due to malicious activity and only thought this = was because of bad practice, so I havent actually looked into the = tarball, but instead only checked it it builds correctly on all = supported system versions. I am well aware of the possible danger and = consequences but it just havent lighten the red light in my head this = time, sorry! The author already replied to me, and I am in process of figuring out = what's going on - I'll update you as soon as I'll know anything. Kind regards, Bartek Rutkowski= From owner-freebsd-python@FreeBSD.ORG Mon May 26 20:12:22 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DDF4926 for <freebsd-python@freebsd.org>; Mon, 26 May 2014 20:12:22 +0000 (UTC) Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B71EF273A for <freebsd-python@freebsd.org>; Mon, 26 May 2014 20:12:21 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id x48so8387362wes.22 for <freebsd-python@freebsd.org>; Mon, 26 May 2014 13:12:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=APL2OR8GVYyb5FZSenITqTK2xQRUXCCgDxaZ5QOB/S0=; b=BIEbSEhImfdUZjB6mFb8PiTaIR6HS2giPaJnCiMn5oPuiRkC55fiKhVjuem/k/AYEm mo60JYN2sFDev27BoI7z2KrprZmTyu9KiHBsQTQNT+HmG45mh+v2CF/8S3CL2V+fsq2o E7uWR/7lu4g/9rtlpTxheMgHh+QGt5bCIB78DvvvoBpeIqcNqGYiYyFo9PtpzVfhBlx1 UeXXK/c5p4W07W7V6QiBitfP1MEmsHHdJFXHvSHEb4huZCWi8QrBqTJ3z8EtpVgH6gn4 D4EKB1gkBUTahXlBm98BXE0aJ6x3YJ8r5GE21McGsM/lEIXkOT57neezrNxtp26ctgaq pKQw== X-Gm-Message-State: ALoCoQmhgSagbSCbTnNBbq4StkTqMWdLBZ9qRUZPMNPGBCl4HsH6y3sM4Uv9pJ63i3eGTm2GIGqJ X-Received: by 10.194.82.170 with SMTP id j10mr32700385wjy.63.1401135134535; Mon, 26 May 2014 13:12:14 -0700 (PDT) Received: from [10.1.1.2] ([78.133.179.174]) by mx.google.com with ESMTPSA id y20sm2413952wiv.14.2014.05.26.13.12.13 for <multiple recipients> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 26 May 2014 13:12:13 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball From: =?utf-8?Q?Bart=C5=82omiej_Rutkowski?= <r@robakdesign.com> In-Reply-To: <FD39A570-A261-45FA-B98D-A31E9316C9DD@robakdesign.com> Date: Mon, 26 May 2014 22:12:12 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <C4008D82-1C3A-46E5-943E-1F1EB87CBB86@robakdesign.com> References: <201405260846.s4Q8kUdC079970@freefall.freebsd.org> <C6C210C7-53CE-4185-8624-CE3737598A4F@robakdesign.com> <53839C13.4040405@marino.st> <FD39A570-A261-45FA-B98D-A31E9316C9DD@robakdesign.com> To: marino@freebsd.org X-Mailer: Apple Mail (2.1878.2) Cc: ports@robakdesign.com, freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 20:12:22 -0000 Wiadomo=C5=9B=C4=87 napisana przez Bart=C5=82omiej Rutkowski = <r@robakdesign.com> w dniu 26 maj 2014, o godz. 22:00: >=20 > Wiadomo=C5=9B=C4=87 napisana przez John Marino = <freebsd.contact@marino.st> w dniu 26 maj 2014, o godz. 21:54: >=20 >> On 5/26/2014 21:36, Bart=C5=82omiej Rutkowski wrote: >>> I've just mailed the upstream, explaining the situation and >>> suggesting releasing such changes as minor version numbers, like >>> 2.0.1 or something similar. We'll see what, if any response will I >>> receive, but for now, please, patch the port with new distinfo = you've >>> proposed. If this happens again and we wont get any answer by that >>> time, we'll consider hosting the distfiles or removing the port. >>=20 >> Hi Bartek, >> The issue is that I can't blindly update the distinfo. Somebody = (almost >> always the maintainer) has to "diff" the original version and the new >> version and evaluate exactly what changed and if it's malicious. >>=20 >> I already got chewed out last week for not verifying this personally, >> but I generally trust the maintainer if he/she said he did this. = Have >> you actually looked inside the new tarball? >>=20 >> Thanks, >> John >=20 > John, >=20 > Actually, this havent crossed my mind, that the distfiles could not = have been simply re-released due to malicious activity and only thought = this was because of bad practice, so I havent actually looked into the = tarball, but instead only checked it it builds correctly on all = supported system versions. I am well aware of the possible danger and = consequences but it just havent lighten the red light in my head this = time, sorry! >=20 > The author already replied to me, and I am in process of figuring out = what's going on - I'll update you as soon as I'll know anything. >=20 > Kind regards, > Bartek Rutkowski Like I said, the author already replied and is just as suprised as we = are, and says there was only one release he knows about, and that the = correct data for the distfile would be: 'size is 115914 with an md5 of = 12cdd65d6b993afe8a36abd1838c2fae'.=20 Unfortunately on my system I no longer have the distfile downloaded that = we had as a valid for last time: SHA256 (demjson-2.0.tar.gz) =3D = f5bc34800a0eb8be81a296e08e44e279c47ce72a2e4bb648be6b8bea4939ab34 SIZE (demjson-2.0.tar.gz) =3D 193281 and when I 'make makesum' right now, I am getting this: SHA256 (demjson-2.0.tar.gz) =3D = 24f638daa0c28a9d44db2282d46ea3edfd4c7d11a656e38677b741620bf1483d SIZE (demjson-2.0.tar.gz) =3D 115914 what perfectly matches what the author says it should be. I've asked him = if he can check his release system and distfiles providers to see if he = can spot any changes and if he can by any chance match our sum/size = that's incorrect to anything around there. Any chance you or anyone else have the 'bad' distfiles available on = their system for inspection? Kind regards, Bartek Rutkowski= From owner-freebsd-python@FreeBSD.ORG Mon May 26 20:19:33 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D25C3DD9; Mon, 26 May 2014 20:19:33 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7ABE2783; Mon, 26 May 2014 20:19:32 +0000 (UTC) Received: from [192.168.0.21] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id EB3FB43B4A; Mon, 26 May 2014 15:19:16 -0500 (CDT) Message-ID: <5383A1B3.9070501@marino.st> Date: Mon, 26 May 2014 22:18:59 +0200 From: John Marino <freebsd.contact@marino.st> Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: =?UTF-8?B?QmFydMWCb21pZWogUnV0a293c2tp?= <r@robakdesign.com>, marino@freebsd.org Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball References: <201405260846.s4Q8kUdC079970@freefall.freebsd.org> <C6C210C7-53CE-4185-8624-CE3737598A4F@robakdesign.com> <53839C13.4040405@marino.st> <FD39A570-A261-45FA-B98D-A31E9316C9DD@robakdesign.com> <C4008D82-1C3A-46E5-943E-1F1EB87CBB86@robakdesign.com> In-Reply-To: <C4008D82-1C3A-46E5-943E-1F1EB87CBB86@robakdesign.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: ports@robakdesign.com, freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 20:19:33 -0000 On 5/26/2014 22:12, BartÅ‚omiej Rutkowski wrote: > SHA256 (demjson-2.0.tar.gz) = 24f638daa0c28a9d44db2282d46ea3edfd4c7d11a656e38677b741620bf1483d > SIZE (demjson-2.0.tar.gz) = 115914 > > what perfectly matches what the author says it should be. I've asked him if he can check his release system and distfiles providers to see if he can spot any changes and if he can by any chance match our sum/size that's incorrect to anything around there. > > Any chance you or anyone else have the 'bad' distfiles available on their system for inspection? I have the original 2.0 (One of the ones upstream says never existed): http://muscles.dragonflybsd.org/misc/demjson-2.0.tar.gz 189103 May 26 13:15 demjson-2.0.tar.gz So 2.0 built once, but then the distfile changed not once but twice and the 115k version is the at least the 3rd iteration. I never got the intermediate iteration. Regards, John From owner-freebsd-python@FreeBSD.ORG Mon May 26 20:23:25 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49344FFC for <freebsd-python@freebsd.org>; Mon, 26 May 2014 20:23:25 +0000 (UTC) Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CFD24282C for <freebsd-python@freebsd.org>; Mon, 26 May 2014 20:23:24 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id bs8so552924wib.6 for <freebsd-python@freebsd.org>; Mon, 26 May 2014 13:23:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=i/OVlGi343PgG9vTHlbIYXIquajc0ANjW06HMIs/Ah8=; b=HwKNxeQheQONnLlClP1CFhOFXWoiGzFV/SUC4lTcYipiekZdMDGo3p7+G+ntak4g+/ 1motbEo8oCF9f7hA7XflSO3O0X1kT6kmnXQLbibJFHVL+0JDhlhbRTaYVTgRuZY8kgng VRJHnA7LOdLWk3WNZQSabGFEAolcuygKZ7OrX8VoCduX+hnWBM7QIwfmFLGvwrx+4ojO NAS1WE2EJJ/mZZl5OwRlA/KBH4WMc9MytDGCD5dQMYbe7RtlLXFlIlwqZKUtgjxdTpu9 NKcWXBAAeXDSAOdSXKoRWWAlvJ34G4+qzit8Jhi7JvQPvTcra1ciCppKmeuVynAPDIut NI9g== X-Gm-Message-State: ALoCoQk/tvbAuIqs+0Y1sQZ4BHoOXgUquyaENjphTEYPa6jW6w95OqJTlAKy3k8lPxuvbBY4Rwal X-Received: by 10.180.96.6 with SMTP id do6mr27003477wib.44.1401135795772; Mon, 26 May 2014 13:23:15 -0700 (PDT) Received: from [10.1.1.2] ([78.133.179.174]) by mx.google.com with ESMTPSA id m1sm2469121wib.20.2014.05.26.13.23.12 for <multiple recipients> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 26 May 2014 13:23:13 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball From: =?utf-8?Q?Bart=C5=82omiej_Rutkowski?= <r@robakdesign.com> In-Reply-To: <5383A1B3.9070501@marino.st> Date: Mon, 26 May 2014 22:23:11 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <320E544D-4247-48D0-B3A6-E2471B36ED7D@robakdesign.com> References: <201405260846.s4Q8kUdC079970@freefall.freebsd.org> <C6C210C7-53CE-4185-8624-CE3737598A4F@robakdesign.com> <53839C13.4040405@marino.st> <FD39A570-A261-45FA-B98D-A31E9316C9DD@robakdesign.com> <C4008D82-1C3A-46E5-943E-1F1EB87CBB86@robakdesign.com> <5383A1B3.9070501@marino.st> To: marino@freebsd.org X-Mailer: Apple Mail (2.1878.2) Cc: ports@robakdesign.com, freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 20:23:25 -0000 Wiadomo=C5=9B=C4=87 napisana przez John Marino = <freebsd.contact@marino.st> w dniu 26 maj 2014, o godz. 22:18: > On 5/26/2014 22:12, Bart=C5=82omiej Rutkowski wrote: >> SHA256 (demjson-2.0.tar.gz) =3D = 24f638daa0c28a9d44db2282d46ea3edfd4c7d11a656e38677b741620bf1483d >> SIZE (demjson-2.0.tar.gz) =3D 115914 >>=20 >> what perfectly matches what the author says it should be. I've asked = him if he can check his release system and distfiles providers to see if = he can spot any changes and if he can by any chance match our sum/size = that's incorrect to anything around there. >>=20 >> Any chance you or anyone else have the 'bad' distfiles available on = their system for inspection? >=20 > I have the original 2.0 (One of the ones upstream says never existed): > http://muscles.dragonflybsd.org/misc/demjson-2.0.tar.gz > 189103 May 26 13:15 demjson-2.0.tar.gz >=20 > So 2.0 built once, but then the distfile changed not once but twice = and > the 115k version is the at least the 3rd iteration. I never got the > intermediate iteration. >=20 > Regards, > John >=20 Thanks - I've passed that to the author and I am waiting for his = thoughts on what's happening here. I'll inspect the distfile on my own = as soon as possible, most probably tomorrow - I'll update you if I find = anything. Kind regards, Bartek Rutkowski= From owner-freebsd-python@FreeBSD.ORG Mon May 26 20:41:19 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C57798F6; Mon, 26 May 2014 20:41:19 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9892429BD; Mon, 26 May 2014 20:41:19 +0000 (UTC) Received: from [192.168.0.21] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 7FCE543B4A; Mon, 26 May 2014 15:41:01 -0500 (CDT) Message-ID: <5383A6CA.9090004@marino.st> Date: Mon, 26 May 2014 22:40:42 +0200 From: John Marino <freebsd.contact@marino.st> Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: =?UTF-8?B?QmFydMWCb21pZWogUnV0a293c2tp?= <r@robakdesign.com>, marino@freebsd.org Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball References: <201405260846.s4Q8kUdC079970@freefall.freebsd.org> <C6C210C7-53CE-4185-8624-CE3737598A4F@robakdesign.com> <53839C13.4040405@marino.st> <FD39A570-A261-45FA-B98D-A31E9316C9DD@robakdesign.com> <C4008D82-1C3A-46E5-943E-1F1EB87CBB86@robakdesign.com> <5383A1B3.9070501@marino.st> <320E544D-4247-48D0-B3A6-E2471B36ED7D@robakdesign.com> <03A1FF33-BC5E-40B4-9742-575C9B38D439@robakdesign.com> In-Reply-To: <03A1FF33-BC5E-40B4-9742-575C9B38D439@robakdesign.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: ports@robakdesign.com, freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 20:41:19 -0000 On 5/26/2014 22:31, BartÅ‚omiej Rutkowski wrote: > > Wiadomość napisana przez BartÅ‚omiej Rutkowski <r@robakdesign.com> w dniu 26 maj 2014, o godz. 22:23: > >> >> Wiadomość napisana przez John Marino <freebsd.contact@marino.st> w dniu 26 maj 2014, o godz. 22:18: >> >>> On 5/26/2014 22:12, BartÅ‚omiej Rutkowski wrote: >>>> SHA256 (demjson-2.0.tar.gz) = 24f638daa0c28a9d44db2282d46ea3edfd4c7d11a656e38677b741620bf1483d >>>> SIZE (demjson-2.0.tar.gz) = 115914 >>>> >>>> what perfectly matches what the author says it should be. I've asked him if he can check his release system and distfiles providers to see if he can spot any changes and if he can by any chance match our sum/size that's incorrect to anything around there. >>>> >>>> Any chance you or anyone else have the 'bad' distfiles available on their system for inspection? >>> >>> I have the original 2.0 (One of the ones upstream says never existed): >>> http://muscles.dragonflybsd.org/misc/demjson-2.0.tar.gz >>> 189103 May 26 13:15 demjson-2.0.tar.gz >>> >>> So 2.0 built once, but then the distfile changed not once but twice and >>> the 115k version is the at least the 3rd iteration. I never got the >>> intermediate iteration. >>> >>> Regards, >>> John >>> >> >> Thanks - I've passed that to the author and I am waiting for his thoughts on what's happening here. I'll inspect the distfile on my own as soon as possible, most probably tomorrow - I'll update you if I find anything. >> >> Kind regards, >> Bartek Rutkowski > > John, would you still have the logs showing from which distribution channgel this file was fetched on your system? That would help to figure out what's happening, if we could track down where it is happening. > > So far the author said your distfile 'looks like his code with some additional debug files included, that should not be there'. > This is the distinfo file that is *currently* listed in the port: http://www.freshports.org/devel/py-demjson http://svnweb.freebsd.org/ports/head/devel/py-demjson/distinfo?revision=353206&view=co it was introduced by you: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189442 It was the standard "make fetch" command that retrieved it. I may or may not have a log, I don't think it will be interesting. It came from the MASTER_SITES. It clearly was distributed by upstream. Somebody's left hand isn't talking to their right hand. John From owner-freebsd-python@FreeBSD.ORG Mon May 26 21:01:12 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDA5EE16 for <freebsd-python@freebsd.org>; Mon, 26 May 2014 21:01:12 +0000 (UTC) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5FDF32ACB for <freebsd-python@freebsd.org>; Mon, 26 May 2014 21:01:11 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id n15so598778wiw.2 for <freebsd-python@freebsd.org>; Mon, 26 May 2014 14:01:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=IYxylxFfMCKzlDqzvrrKYmw6HtDp3PL4R88PM19HfO0=; b=We2fCNxYACtKFLYIKFSZFbzTIllDL2OeHXHhOtgkPsT/fqcQ4lCS+I+yfir0+qDcqR OjyGV4OC6fobfWvjls3OHmowY1WOvx/OwKxs663ZL4zLXAvs01px9jT/YELoI4LDNaZJ JI/KmiunWNawF4QqOsNW+2iVBoKpl5mTM79099ilHT/RVssmt5bkDTkq3hxTBBr8kfxy sshkQj14Ot3ToEqPtXaEzxQySH6sWe1IuKl3hlnUF/674uOzboHumwcP1o+RWgtTfQEu jR2kw0wEeE3cOJ3LEkpQmJAglT0S5dR9XTnoZsO88DsX1rYvLfES2ddAixFLMKWIsTI4 eGIw== X-Gm-Message-State: ALoCoQnbQ/8mGJB7Yt/bXLv66kd+Xjw/gy5pXCs0vSPzQJjFtcQZ75eIZqGPew6aKjx9ph4RT+8V X-Received: by 10.180.228.42 with SMTP id sf10mr31469444wic.48.1401136265053; Mon, 26 May 2014 13:31:05 -0700 (PDT) Received: from [10.1.1.2] ([78.133.179.174]) by mx.google.com with ESMTPSA id l4sm29417803wjf.14.2014.05.26.13.31.03 for <multiple recipients> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 26 May 2014 13:31:04 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball From: =?utf-8?Q?Bart=C5=82omiej_Rutkowski?= <r@robakdesign.com> In-Reply-To: <320E544D-4247-48D0-B3A6-E2471B36ED7D@robakdesign.com> Date: Mon, 26 May 2014 22:31:01 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <03A1FF33-BC5E-40B4-9742-575C9B38D439@robakdesign.com> References: <201405260846.s4Q8kUdC079970@freefall.freebsd.org> <C6C210C7-53CE-4185-8624-CE3737598A4F@robakdesign.com> <53839C13.4040405@marino.st> <FD39A570-A261-45FA-B98D-A31E9316C9DD@robakdesign.com> <C4008D82-1C3A-46E5-943E-1F1EB87CBB86@robakdesign.com> <5383A1B3.9070501@marino.st> <320E544D-4247-48D0-B3A6-E2471B36ED7D@robakdesign.com> To: marino@freebsd.org X-Mailer: Apple Mail (2.1878.2) Cc: ports@robakdesign.com, freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 21:01:13 -0000 Wiadomo=C5=9B=C4=87 napisana przez Bart=C5=82omiej Rutkowski = <r@robakdesign.com> w dniu 26 maj 2014, o godz. 22:23: >=20 > Wiadomo=C5=9B=C4=87 napisana przez John Marino = <freebsd.contact@marino.st> w dniu 26 maj 2014, o godz. 22:18: >=20 >> On 5/26/2014 22:12, Bart=C5=82omiej Rutkowski wrote: >>> SHA256 (demjson-2.0.tar.gz) =3D = 24f638daa0c28a9d44db2282d46ea3edfd4c7d11a656e38677b741620bf1483d >>> SIZE (demjson-2.0.tar.gz) =3D 115914 >>>=20 >>> what perfectly matches what the author says it should be. I've asked = him if he can check his release system and distfiles providers to see if = he can spot any changes and if he can by any chance match our sum/size = that's incorrect to anything around there. >>>=20 >>> Any chance you or anyone else have the 'bad' distfiles available on = their system for inspection? >>=20 >> I have the original 2.0 (One of the ones upstream says never = existed): >> http://muscles.dragonflybsd.org/misc/demjson-2.0.tar.gz >> 189103 May 26 13:15 demjson-2.0.tar.gz >>=20 >> So 2.0 built once, but then the distfile changed not once but twice = and >> the 115k version is the at least the 3rd iteration. I never got the >> intermediate iteration. >>=20 >> Regards, >> John >>=20 >=20 > Thanks - I've passed that to the author and I am waiting for his = thoughts on what's happening here. I'll inspect the distfile on my own = as soon as possible, most probably tomorrow - I'll update you if I find = anything. >=20 > Kind regards, > Bartek Rutkowski John, would you still have the logs showing from which distribution = channgel this file was fetched on your system? That would help to figure = out what's happening, if we could track down where it is happening.=20 So far the author said your distfile 'looks like his code with some = additional debug files included, that should not be there'. Kind regards, Bartek Rutkowski= From owner-freebsd-python@FreeBSD.ORG Mon May 26 23:04:53 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A6BFF0E for <freebsd-python@freebsd.org>; Mon, 26 May 2014 23:04:53 +0000 (UTC) Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C0E48242E for <freebsd-python@freebsd.org>; Mon, 26 May 2014 23:04:51 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id w62so8585792wes.2 for <freebsd-python@freebsd.org>; Mon, 26 May 2014 16:04:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=8jHX94Det+nJCpxq5uPjoXmMN2RLTCN6uc2GPxzBF8w=; b=amq3m8kT+hqtqzfWeNGnhnuvfA0k4XeQtyOfav4L9n8ezXmvkNOkb087se4zcO8IKo sUDTtuGBtkw8p8+Pa590qbht9Yn8QyxSPmNsD3/5pt+WktwSNqeWZJoFLMII0Mye3BSP VULGCbA1JpijNo/9AhZ5eEuavVK4UAAcgbc+Vw1nv6oDpa0lKZxHp0scewFrNZ118jGg tInpo9zRqjygQwPeq+A1G3742I/frNMmuiYS7Rc4YX8V+z+9wCRNXXR1CYWgTXO3/ybe lmihWPPurrXDbw22GtPQYokuZvML4Gxa9byfKhz23JtGvO5v6GaG6ZZ+1p56K7qM3Lxk CWgw== X-Gm-Message-State: ALoCoQmDnedi6vPt//cX+wO7X1cLjfhCec0+Uav1ZCNFyntfGIZpdtKhgejc6YEyorqOSeWjhSvK X-Received: by 10.194.79.36 with SMTP id g4mr31350217wjx.71.1401141813769; Mon, 26 May 2014 15:03:33 -0700 (PDT) Received: from [10.1.1.2] ([78.133.179.174]) by mx.google.com with ESMTPSA id m5sm3028750wie.23.2014.05.26.15.03.32 for <multiple recipients> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 26 May 2014 15:03:32 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball From: =?utf-8?Q?Bart=C5=82omiej_Rutkowski?= <r@robakdesign.com> In-Reply-To: <5383A6CA.9090004@marino.st> Date: Tue, 27 May 2014 00:03:30 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <2AA2639A-AF81-44E3-9686-23615C27696C@robakdesign.com> References: <201405260846.s4Q8kUdC079970@freefall.freebsd.org> <C6C210C7-53CE-4185-8624-CE3737598A4F@robakdesign.com> <53839C13.4040405@marino.st> <FD39A570-A261-45FA-B98D-A31E9316C9DD@robakdesign.com> <C4008D82-1C3A-46E5-943E-1F1EB87CBB86@robakdesign.com> <5383A1B3.9070501@marino.st> <320E544D-4247-48D0-B3A6-E2471B36ED7D@robakdesign.com> <03A1FF33-BC5E-40B4-9742-575C9B38D439@robakdesign.com> <5383A6CA.9090004@marino.st> To: marino@freebsd.org X-Mailer: Apple Mail (2.1878.2) Cc: ports@robakdesign.com, freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 26 May 2014 23:04:53 -0000 Wiadomo=C5=9B=C4=87 napisana przez John Marino = <freebsd.contact@marino.st> w dniu 26 maj 2014, o godz. 22:40: > On 5/26/2014 22:31, Bart=C5=82omiej Rutkowski wrote: >>=20 >> Wiadomo=C5=9B=C4=87 napisana przez Bart=C5=82omiej Rutkowski = <r@robakdesign.com> w dniu 26 maj 2014, o godz. 22:23: >>=20 >>>=20 >>> Wiadomo=C5=9B=C4=87 napisana przez John Marino = <freebsd.contact@marino.st> w dniu 26 maj 2014, o godz. 22:18: >>>=20 >>>> On 5/26/2014 22:12, Bart=C5=82omiej Rutkowski wrote: >>>>> SHA256 (demjson-2.0.tar.gz) =3D = 24f638daa0c28a9d44db2282d46ea3edfd4c7d11a656e38677b741620bf1483d >>>>> SIZE (demjson-2.0.tar.gz) =3D 115914 >>>>>=20 >>>>> what perfectly matches what the author says it should be. I've = asked him if he can check his release system and distfiles providers to = see if he can spot any changes and if he can by any chance match our = sum/size that's incorrect to anything around there. >>>>>=20 >>>>> Any chance you or anyone else have the 'bad' distfiles available = on their system for inspection? >>>>=20 >>>> I have the original 2.0 (One of the ones upstream says never = existed): >>>> http://muscles.dragonflybsd.org/misc/demjson-2.0.tar.gz >>>> 189103 May 26 13:15 demjson-2.0.tar.gz >>>>=20 >>>> So 2.0 built once, but then the distfile changed not once but twice = and >>>> the 115k version is the at least the 3rd iteration. I never got = the >>>> intermediate iteration. >>>>=20 >>>> Regards, >>>> John >>>>=20 >>>=20 >>> Thanks - I've passed that to the author and I am waiting for his = thoughts on what's happening here. I'll inspect the distfile on my own = as soon as possible, most probably tomorrow - I'll update you if I find = anything. >>>=20 >>> Kind regards, >>> Bartek Rutkowski >>=20 >> John, would you still have the logs showing from which distribution = channgel this file was fetched on your system? That would help to figure = out what's happening, if we could track down where it is happening.=20 >>=20 >> So far the author said your distfile 'looks like his code with some = additional debug files included, that should not be there'. >>=20 >=20 > This is the distinfo file that is *currently* listed in the port: > http://www.freshports.org/devel/py-demjson > = http://svnweb.freebsd.org/ports/head/devel/py-demjson/distinfo?revision=3D= 353206&view=3Dco >=20 > it was introduced by you: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/189442 >=20 > It was the standard "make fetch" command that retrieved it. > I may or may not have a log, I don't think it will be interesting. It > came from the MASTER_SITES. It clearly was distributed by upstream. > Somebody's left hand isn't talking to their right hand. >=20 > John Here's the final explanation from the author: *** This almost certainly was an unintentional error on my part when = interacting with the PyPI repository. A pre-release snapshot must have = somehow gotten published just prior to the final version being uploaded. I think this may have been due to Python's MANIFEST.in using wildcards = and picking up some stray working copies of files that were not part of = the official distribution. There may have been 2 or 3 minutes between = the pypi register step and the file upload step during which time an = incorrect version may have appeared in the index ... though PyPI doesn't = seem to provide any way for me to look at the history in enough detail = to know for sure. I am prepared to make version 2.0.1 *** I've asked him for confirmation if what's up there now = (24f638daa0c28a9d44db2282d46ea3edfd4c7d11a656e38677b741620bf1483d) is = what he wants it to be, and it if is, then we'll get distfiles fixed, = hopefully, for the last time, as I've also asked him for caution when = releasing the code and at least minor version bumps, when he wants to = push anything new. He's been very cooperative so far. Kind regards, Bartek Rutkowski From owner-freebsd-python@FreeBSD.ORG Tue May 27 11:38:30 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F95E113; Tue, 27 May 2014 11:38:30 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4294C2E85; Tue, 27 May 2014 11:38:29 +0000 (UTC) Received: from [192.168.0.21] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id CF52643B4A; Tue, 27 May 2014 06:38:07 -0500 (CDT) Message-ID: <5384790D.602@marino.st> Date: Tue, 27 May 2014 13:37:49 +0200 From: John Marino <freebsd.contact@marino.st> Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: =?UTF-8?B?QmFydMWCb21pZWogUnV0a293c2tp?= <r@robakdesign.com>, marino@freebsd.org Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball References: <201405260846.s4Q8kUdC079970@freefall.freebsd.org> <C6C210C7-53CE-4185-8624-CE3737598A4F@robakdesign.com> <53839C13.4040405@marino.st> <FD39A570-A261-45FA-B98D-A31E9316C9DD@robakdesign.com> <C4008D82-1C3A-46E5-943E-1F1EB87CBB86@robakdesign.com> <5383A1B3.9070501@marino.st> <320E544D-4247-48D0-B3A6-E2471B36ED7D@robakdesign.com> <03A1FF33-BC5E-40B4-9742-575C9B38D439@robakdesign.com> <5383A6CA.9090004@marino.st> <2AA2639A-AF81-44E3-9686-23615C27696C@robakdesign.com> In-Reply-To: <2AA2639A-AF81-44E3-9686-23615C27696C@robakdesign.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: ports@robakdesign.com, freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 27 May 2014 11:38:30 -0000 On 5/27/2014 00:03, BartÅ‚omiej Rutkowski wrote: > > I've asked him for confirmation if what's up there now > (24f638daa0c28a9d44db2282d46ea3edfd4c7d11a656e38677b741620bf1483d) is > what he wants it to be, and it if is, then we'll get distfiles fixed, > hopefully, for the last time, as I've also asked him for caution when > releasing the code and at least minor version bumps, when he wants to > push anything new. He's been very cooperative so far. Okay, sounds great. Version 2.0.1 would be ideal, but if he confirms the hash of the 115k distfile we can accept that. John From owner-freebsd-python@FreeBSD.ORG Tue May 27 11:43:26 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 451AF199 for <freebsd-python@freebsd.org>; Tue, 27 May 2014 11:43:26 +0000 (UTC) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C65DE2F22 for <freebsd-python@freebsd.org>; Tue, 27 May 2014 11:43:25 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id bs8so1520582wib.12 for <freebsd-python@freebsd.org>; Tue, 27 May 2014 04:43:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=W24qTW+elk0c/bugjNupWNSX40MMAHOBhHE7+My1VfM=; b=ZPVkC0CUWM3Rtg6UBbAMENo7lnVWupoP3NMP0r0IyupmwyOX0Mug9kmDBVXJjhIxfO DbJZQ97aRqVVgHMxzdBA1EK1x7nV6V5ouOqwjgOCyyRD9ByA4vyrZ3a8wuWunangMZl2 QaByqAevX5JI4zkQT7swUCDj4YOLYsH++DtamQ9xbinX9r85O8FvjavL7MzVBFFIc6rm WcymG30MRxu69kvbF8BU7rLypKVSgKv1Etq5ZQT+l6wkrZrlQ9fEoEWavZtfr/2i485g oI3240nCl9r3WMZouNc2LF/8e2tFMGYtANcV7UwojvUH8Xu0BAwTzAfPSO81nKrDfMlm s5ng== X-Gm-Message-State: ALoCoQlkWw1/KAwTc/W4Iip0WvwcXxp+rojvfZQnOkgp4dQU4Xp8tJHK7YBVPgfsO1IoaIaNxJoq X-Received: by 10.180.210.174 with SMTP id mv14mr37426276wic.47.1401190997784; Tue, 27 May 2014 04:43:17 -0700 (PDT) Received: from [10.1.1.2] ([78.133.179.174]) by mx.google.com with ESMTPSA id d6sm34422685wjb.4.2014.05.27.04.43.16 for <multiple recipients> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 27 May 2014 04:43:17 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball From: =?utf-8?Q?Bart=C5=82omiej_Rutkowski?= <r@robakdesign.com> In-Reply-To: <5384790D.602@marino.st> Date: Tue, 27 May 2014 13:43:15 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <2B0EFD8A-6E6D-4144-8600-7E4F7EEB1820@robakdesign.com> References: <201405260846.s4Q8kUdC079970@freefall.freebsd.org> <C6C210C7-53CE-4185-8624-CE3737598A4F@robakdesign.com> <53839C13.4040405@marino.st> <FD39A570-A261-45FA-B98D-A31E9316C9DD@robakdesign.com> <C4008D82-1C3A-46E5-943E-1F1EB87CBB86@robakdesign.com> <5383A1B3.9070501@marino.st> <320E544D-4247-48D0-B3A6-E2471B36ED7D@robakdesign.com> <03A1FF33-BC5E-40B4-9742-575C9B38D439@robakdesign.com> <5383A6CA.9090004@marino.st> <2AA2639A-AF81-44E3-9686-23615C27696C@robakdesign.com> <5384790D.602@marino.st> To: marino@freebsd.org X-Mailer: Apple Mail (2.1878.2) Cc: ports@robakdesign.com, freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 27 May 2014 11:43:26 -0000 Wiadomo=C5=9B=C4=87 napisana przez John Marino = <freebsd.contact@marino.st> w dniu 27 maj 2014, o godz. 13:37: > On 5/27/2014 00:03, Bart=C5=82omiej Rutkowski wrote: >>=20 >> I've asked him for confirmation if what's up there now >> (24f638daa0c28a9d44db2282d46ea3edfd4c7d11a656e38677b741620bf1483d) is >> what he wants it to be, and it if is, then we'll get distfiles fixed, >> hopefully, for the last time, as I've also asked him for caution when >> releasing the code and at least minor version bumps, when he wants to >> push anything new. He's been very cooperative so far. >=20 > Okay, sounds great. > Version 2.0.1 would be ideal, but if he confirms the hash of the 115k > distfile we can accept that. >=20 > John The 2.0.1 version was released instead, and I am sending the PR with = update tonight, so, please, close the current PR as we're doing proper = version bump. Kind regards, Bartek Rutkowski= From owner-freebsd-python@FreeBSD.ORG Tue May 27 11:51:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E24815A2 for <freebsd-python@FreeBSD.org>; Tue, 27 May 2014 11:51:04 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B43392FB2 for <freebsd-python@FreeBSD.org>; Tue, 27 May 2014 11:51:04 +0000 (UTC) Received: from [192.168.0.21] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 0C0C8438BC; Tue, 27 May 2014 06:50:48 -0500 (CDT) Message-ID: <53847C08.6060506@marino.st> Date: Tue, 27 May 2014 13:50:32 +0200 From: John Marino <freebsd.contact@marino.st> Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: =?UTF-8?B?QmFydMWCb21pZWogUnV0a293c2tp?= <r@robakdesign.com> Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball References: <201405260846.s4Q8kUdC079970@freefall.freebsd.org> <C6C210C7-53CE-4185-8624-CE3737598A4F@robakdesign.com> <53839C13.4040405@marino.st> <FD39A570-A261-45FA-B98D-A31E9316C9DD@robakdesign.com> <C4008D82-1C3A-46E5-943E-1F1EB87CBB86@robakdesign.com> <5383A1B3.9070501@marino.st> <320E544D-4247-48D0-B3A6-E2471B36ED7D@robakdesign.com> <03A1FF33-BC5E-40B4-9742-575C9B38D439@robakdesign.com> <5383A6CA.9090004@marino.st> <2AA2639A-AF81-44E3-9686-23615C27696C@robakdesign.com> <5384790D.602@marino.st> <2B0EFD8A-6E6D-4144-8600-7E4F7EEB1820@robakdesign.com> In-Reply-To: <2B0EFD8A-6E6D-4144-8600-7E4F7EEB1820@robakdesign.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: ports@robakdesign.com, freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 27 May 2014 11:51:05 -0000 On 5/27/2014 13:43, BartÅ‚omiej Rutkowski wrote: > > The 2.0.1 version was released instead, and I am sending the PR with > update tonight, so, please, close the current PR as we're doing > proper version bump. Okay, but I prefer to keep everything on the same PR. Can you just mail the patches as an attachment to mailto:bug-followup@FreeBSD.org,freebsd@marino.st?subject=Re:%20ports/189666:%20devel%2Fpy-demjson%3A%20unfetchable%20due%20to%20rerolled%20tarball (same as going to http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189666 then clicking on "submit followup" link at bottom which launches your mail client. It's totally legitimate to update a port in response to a PR on the same PR. Thanks, John From owner-freebsd-python@FreeBSD.ORG Tue May 27 17:15:09 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B27DDA37 for <freebsd-python@freebsd.org>; Tue, 27 May 2014 17:15:09 +0000 (UTC) Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46E1E206A for <freebsd-python@freebsd.org>; Tue, 27 May 2014 17:15:08 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id k48so10033819wev.3 for <freebsd-python@freebsd.org>; Tue, 27 May 2014 10:15:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:message-id:mime-version :subject:date:references:cc:to; bh=dVsstg47P1D/Y22gKjVHZgbE86Ydb+MFe9jf/xqxHdY=; b=DwB0DrQxmiABTOSYl9ppFkL2bBWb1rz/TgXycv1NCc/eeaDsbqgDUucecNWyMFAvlO BVGhkdAm0CiYx2/u7AAxE3gfdofwKKUV4vku89H+dczBm4FbcBx/yyKWrsfA7DttmB4/ kjPmefowu36vQCistzwaRsxZf9RXhUm9C+YjrPV54mAaDdokEZ1OPaisOtSLBRGXYU5O X20XWs8hvwNIB28bTJp13F92awU6yZN330Cm2rXxYTs3X9Jlbpr5Sq7+VnpvxgSps1AH ev1sJeyQYxr1y15fCRl5Vo+4R+yDDmGu7qe0hJ835gKFznA7IIK6FiFPwnb4Gc+ALnrY EEXQ== X-Gm-Message-State: ALoCoQkBJMeoX6NicA8/FZHwj+GrTDW+Jtkp40Tl8242hIinxdRQ1mqWMBC89UIiR5fdASVEAwrL X-Received: by 10.180.94.226 with SMTP id df2mr40075481wib.1.1401210906731; Tue, 27 May 2014 10:15:06 -0700 (PDT) Received: from [10.1.1.2] ([78.133.179.174]) by mx.google.com with ESMTPSA id p18sm9866954wik.3.2014.05.27.10.15.05 for <multiple recipients> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 27 May 2014 10:15:05 -0700 (PDT) From: =?utf-8?Q?Bart=C5=82omiej_Rutkowski?= <r@robakdesign.com> Content-Type: multipart/mixed; boundary="Apple-Mail=_ADB69F15-B1A7-4BAF-8AEC-AFCA3D70C9F3" Message-Id: <7616B579-D922-4481-B07F-A0CA31121596@robakdesign.com> Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Fwd: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball Date: Tue, 27 May 2014 19:15:03 +0200 References: <EBCEF69C-D7F4-4095-82B7-96A4D7435328@robakdesign.com> To: marino@FreeBSD.org X-Mailer: Apple Mail (2.1878.2) Cc: freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 27 May 2014 17:15:09 -0000 --Apple-Mail=_ADB69F15-B1A7-4BAF-8AEC-AFCA3D70C9F3 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Pocz=C4=85tek przekazywanej wiadomo=C5=9Bci: > Please, see the patch attached to update the port to 2.0.1 version. >=20 > = http://pd.valinor.palantiri.org:8080/latest-per-pkg/py27-demjson/2.0.1/ >=20 > Kind regards, > Bartek Rutkowski >=20 --Apple-Mail=_ADB69F15-B1A7-4BAF-8AEC-AFCA3D70C9F3 Content-Disposition: attachment; filename=py-demjson.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="py-demjson.patch" Content-Transfer-Encoding: 7bit diff -ruN /usr/ports/devel/py-demjson/Makefile py-demjson/Makefile --- /usr/ports/devel/py-demjson/Makefile 2014-05-22 14:32:41.772564631 +0200 +++ py-demjson/Makefile 2014-05-27 17:08:48.332526401 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/py-demjson/Makefile 353208 2014-05-07 21:01:36Z swills $ PORTNAME= demjson -PORTVERSION= 2.0 +PORTVERSION= 2.0.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ http://deron.meranda.us/python/demjson/dist/ diff -ruN /usr/ports/devel/py-demjson/distinfo py-demjson/distinfo --- /usr/ports/devel/py-demjson/distinfo 2014-05-22 14:32:41.872564205 +0200 +++ py-demjson/distinfo 2014-05-27 17:08:54.947494423 +0200 @@ -1,2 +1,2 @@ -SHA256 (demjson-2.0.tar.gz) = 75b54ccb07b2f08f336cc053b358b0fe2e87c50763b45ad5f4791b7d4a3f0976 -SIZE (demjson-2.0.tar.gz) = 189103 +SHA256 (demjson-2.0.1.tar.gz) = 572c755df5aec7ac3fde5535795b8bf71f54e4681196c97a7a97d81916293504 +SIZE (demjson-2.0.1.tar.gz) = 116093 root@poudriere:/pd/ports/default/devel # --Apple-Mail=_ADB69F15-B1A7-4BAF-8AEC-AFCA3D70C9F3 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii > Followup submitted. Thank you for your assistance on that issue. Kind regards, Bartek Rutkowski --Apple-Mail=_ADB69F15-B1A7-4BAF-8AEC-AFCA3D70C9F3-- From owner-freebsd-python@FreeBSD.ORG Wed May 28 11:58:25 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74053B73; Wed, 28 May 2014 11:58:25 +0000 (UTC) Received: from homiemail-a74.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by mx1.freebsd.org (Postfix) with ESMTP id 4AFAB2DAD; Wed, 28 May 2014 11:58:24 +0000 (UTC) Received: from homiemail-a74.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a74.g.dreamhost.com (Postfix) with ESMTP id 372D467C06E; Wed, 28 May 2014 04:58:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=saltant.com; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to: content-type; s=saltant.com; bh=2ZAqD5qiEFdu1nVrR+5HbwLB7Mc=; b= IWFlhKzQv5UWcq5rEAo8PyAZKaGwwbflgOgWUltx8W5Q3vHREnVK6EPS4BQkYU9r e0W37cWW9UBdTFP0NI4GWfseepXPh7dfaiqUX/hhkPpxaQox6g9JhtZ4zZtMLYLB u8cd79IOWu+C+zaOUA9+12x5IGnLRWEMvysM++XMBiU= Received: from dreck.saltant.net (dreck.saltant.net [72.78.188.150]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: john@saltant.com) by homiemail-a74.g.dreamhost.com (Postfix) with ESMTPSA id D4D2A67C06B; Wed, 28 May 2014 04:58:17 -0700 (PDT) Message-ID: <5385CF53.10608@saltant.com> Date: Wed, 28 May 2014 07:58:11 -0400 From: "John W. O'Brien" <john@saltant.com> Organization: Saltant Solutions User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Irjohn Junus <i.junus@gmail.com> Subject: Re: math/py-numpy cannot satisfy libgfortran dependency on libgcc_s/GCC_4.6.0 [WAS: Re: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4] References: <CALXkR+8ivP3m2aJN+m88Sz+4BodAxnYioBvgUotFZf_-TVPLgg@mail.gmail.com> <536C40B0.2060705@saltant.com> <CALXkR+_r4kG8CHO8R2MOsGHK4JDeEMa28MN4rzZ1hAtd+zAu4g@mail.gmail.com> <53718C14.1040807@saltant.com> <CALXkR+-6_2k4pD7-Ln6e-PbgFTKriRXSrqOpd=UVbwppi=dpvg@mail.gmail.com> In-Reply-To: <CALXkR+-6_2k4pD7-Ln6e-PbgFTKriRXSrqOpd=UVbwppi=dpvg@mail.gmail.com> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="QLPrh6JwJHKsEpdsil8auDjr0ExSmxXob" Cc: python@freebsd.org, Jimmy Olgeni <olgeni@freebsd.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 28 May 2014 11:58:25 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --QLPrh6JwJHKsEpdsil8auDjr0ExSmxXob Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 5/18/14 12:30 AM, Irjohn Junus wrote: > Thank you for looking at this. Apologies for my late reply it's been > crazy busy at work lately. I completely understand. As you can probably tell, my situation is simila= r. > Here's answers to your questions: >> 1. What is the rpath stored in your copy of those numpy files? >> That is, what is the output from >> >> cd /usr/local/lib/python2.7/site-packages/numpy/linalg >> readelf -d _umath_linalg.so | grep RPATH >> readelf -d lapack_lite.so | grep RPATH >> >> ? > readelf -d _umath_linalg.so | grep RPATH > 0x000000000000000f (RPATH) Library rpath: > [/usr/local/lib/gcc47] > readelf -d lapack_lite.so | grep RPATH > 0x000000000000000f (RPATH) Library rpath: > [/usr/local/lib/gcc47] That looks correct to me. >> 2. What is the contents of >> /usr/local/lib/python2.7/site-packages/numpy/distutils/site.cfg on = your >> machine? > cat /usr/local/lib/python2.7/site-packages/numpy/distutils/site.cfg > [DEFAULT] > lapack_type=3Datlas > library_dirs =3D > /usr/lib:/usr/local/lib:/usr/local/lib/gcc47/gcc/x86_64-portbld-freebsd= 9.1/4.7.3/../../../ > include_dirs =3D > /usr/include:/usr/local/include:/usr/local/include/suitesparse > src_dirs =3D /usr/local/src > # search static libraries (.a) in preference to shared ones (.so) > search_static_first =3D 0 > [atlas] > library_dirs =3D > /usr/local/lib:/usr/local/lib/gcc47/gcc/x86_64-portbld-freebsd9.1/4.7.3= /../../../ > atlas_libs =3D lapack, blas Just like mine. >> 2. What is the contents of /etc/make.conf on your machine? > cat /etc/make.conf > # added by use.perl 2013-03-25 18:12:09 > PERL_VERSION=3D5.12.4 > #WITH_MPM=3Dworker Totally innocuous. >> 4. How to you install and upgrade your ports? Build from source >> by hand? Build from source with the help of portmaster, >> poudriere, etc? >> Install binary packages with pkg_* or ports-mgmt/pkg (pkgng)? > 4. > I use portmaster exclusively, to install: > portmaster --packages-build --delete-build-only port-name > to upgrade: > portmaster --dwv port-name I'm taking a stab in the dark here. Based on the '-w' option, might there be any stale libs hanging around in /usr/local/lib/compat/pkg? I haven't been able to reproduce this, so I'm not sure which tree to bark up next. -John --QLPrh6JwJHKsEpdsil8auDjr0ExSmxXob Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBCgAGBQJThc9XAAoJEORay8JGGICYjwoIAJoMRU8woJaMx6S4lM4y1XUm KwNyW4wltLRnPijz5tInWOapd6ZtM2Nd+INpFmxCfgFs6mrUmaW79bPEINl761XI Oh3KgYaKhULEXFsOBXqWpABxDl9vJuY7ogf6rYemXedmZ0CO15CKT9sFEhUKLpjW 7xBqi10nGI7CFzpAmkOiFxwfQqox+enQDcA3DqcYDRhp+jeLWwDRW8JTFRZcx+Q9 FZYJiscgH5v4idISJS+rG/rjixgwfxjMDqslPu1iTvmz14NlgegVffrObELLsIiS qmjdxg+DFvL2eLezzISnCdsyTrePHWHf2BWu9J7G6VQ1TbB4LXlGZJ+a385d61k= =x50t -----END PGP SIGNATURE----- --QLPrh6JwJHKsEpdsil8auDjr0ExSmxXob-- From owner-freebsd-python@FreeBSD.ORG Thu May 29 10:12:45 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15E25208 for <freebsd-python@freebsd.org>; Thu, 29 May 2014 10:12:45 +0000 (UTC) Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.31.38]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9D73277D for <freebsd-python@freebsd.org>; Thu, 29 May 2014 10:12:44 +0000 (UTC) Received: from [89.182.48.251] (helo=localhost) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from <mva@FreeBSD.org>) id 1WpxHt-0004vy-S3 for freebsd-python@freebsd.org; Thu, 29 May 2014 12:10:18 +0200 Date: Thu, 29 May 2014 12:10:18 +0200 From: Marcus von Appen <mva@FreeBSD.org> To: freebsd-python@freebsd.org Subject: Enable PYDISTUTILS_SETUP to deal with different encodings in a setup.py file Message-ID: <20140529101018.GA847@medusa.sysfault.org> Reply-To: Marcus von Appen <mva@FreeBSD.org> Mail-Followup-To: freebsd-python@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Df-Sender: MTEyNTc0Mg== X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 29 May 2014 10:12:45 -0000 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Dear all, when trying to update graphics/py-PyX I stumbled across a unicode decode error on reading the setup.py file for PyX version 0.13. Our current approach is to read setup.py into a string buffer, to replace the line endings and pass the result to compile() and exec(). This works great as long as * the execution environment is configured to deal with matching encodings properly (so that locale.getpreferredencoding() returns a file-compatible encoding) * the setup.py file features a proper encoding so that the execution environment can deal with it (see above) The majority of ports uses setup.py files, which use ASCII only. PyX 0.13 however contains some UTF-8 codepoints (umlauts), which causes the error above, if the execution environment does not use some UTF-8 locale. To work around that issue, we just need to read the file contents into a byte buffer instead of converting the file contents to a string buffer: -PYDISTUTILS_SETUP?= -c "import setuptools; __file__='${PYSETUP}'; exec(compile(open(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))" +PYDISTUTILS_SETUP?= -c "import setuptools; __file__='${PYSETUP}'; exec(compile(open(__file__, 'rb').read().replace(b'\\r\\n', b'\\n'), __file__, 'exec'))" If there are no concerns, I'll commit the change this weekend. Cheers Marcus --azLHFNyN32YCQGCU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlOHB4oACgkQi68/ErJnpkcmOQCeLJEMJNCRLvPZBe7oWIJyfkeE 2wwAn2UldMCjgUIgxkdGX1wX5XnoZA9e =9pe6 -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- From owner-freebsd-python@FreeBSD.ORG Thu May 29 16:30:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A20AEB81; Thu, 29 May 2014 16:30:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A1762BD1; Thu, 29 May 2014 16:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TGU4Aq054658; Thu, 29 May 2014 16:30:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4TGU41k054657; Thu, 29 May 2014 16:30:04 GMT (envelope-from edwin) Date: Thu, 29 May 2014 16:30:04 GMT Message-Id: <201405291630.s4TGU41k054657@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190374: [patch] Add staging support to www/py-HTMLgen X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 29 May 2014 16:30:04 -0000 Synopsis: [patch] Add staging support to www/py-HTMLgen Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu May 29 16:30:04 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190374 From owner-freebsd-python@FreeBSD.ORG Thu May 29 18:43:22 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22E86114 for <python@FreeBSD.org>; Thu, 29 May 2014 18:43:22 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1060F2AAE for <python@FreeBSD.org>; Thu, 29 May 2014 18:43:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TIhLCa003051 for <python@FreeBSD.org>; Thu, 29 May 2014 18:43:21 GMT (envelope-from portmgr-feedback@FreeBSD.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4TIhLVM003050; Thu, 29 May 2014 13:43:21 -0500 (CDT) (envelope-from portmgr-feedback@FreeBSD.org) Date: Thu, 29 May 2014 13:43:21 -0500 (CDT) From: portmgr-feedback@FreeBSD.org Message-Id: <201405291843.s4TIhLVM003050@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: bdrewery set sender to portmgr-feedback@FreeBSD.org using -f To: python@FreeBSD.org Subject: FreeBSD ports that you maintain require staging updates X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 29 May 2014 18:43:22 -0000 Hi, You are receiving this mail as a port that you maintain does not support STAGEDIR. Please convert the port to support staging, or reset maintainer if you no longer wish to maintain it, and submit a PR to have it updated. On June 30 all unstaged ports will be DEPRECATED and have their MAINTAINER reset to ports@FreeBSD.org. These ports will be set to EXPIRE on August 31. For more details see: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html Ports that you maintain that are currently unstaged (NO_STAGE=yes): www/py-HTMLgen www/py-imdbpy x11-toolkits/py-gui You will continue to receive these mails once a week until all ports you maintain are either staged or maintainer is reset. Thanks for your efforts to help improve FreeBSD. Regards, FreeBSD ports management team. From owner-freebsd-python@FreeBSD.ORG Sat May 31 19:15:42 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3995BF70 for <python@freebsd.org>; Sat, 31 May 2014 19:15:42 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 26E66251E for <python@freebsd.org>; Sat, 31 May 2014 19:15:41 +0000 (UTC) Received: from Alfreds-MacBook-Pro-9.local (c-76-21-10-192.hsd1.ca.comcast.net [76.21.10.192]) by elvis.mu.org (Postfix) with ESMTPSA id BD8111A3C49 for <python@freebsd.org>; Sat, 31 May 2014 12:15:40 -0700 (PDT) Message-ID: <538A2A5F.2000601@freebsd.org> Date: Sat, 31 May 2014 12:15:43 -0700 From: Alfred Perlstein <alfred@freebsd.org> User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: python@freebsd.org Subject: Question on virtualenv (python) and FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 31 May 2014 19:15:42 -0000 Hey folks, First off, thank you all very much for all the work being put into the Python ports infrastructure. We are using it extensively in our project and it's been a huge boon to us. I do have a question about how Python is setup on FreeBSD by default and it has to do with "virtualenv". http://docs.python-guide.org/en/latest/dev/virtualenvs/ Virtualenv allows you to make almost a python "chroot" to keep all your dependencies together so that tracking your deps is very easy. It's very much like Ruby's rvm. From the site: > A Virtual Environment, put simply, is an isolated working copy of Python which allows you to work on a specific project without worry of affecting other projects. > > For example, you can work on a project which requires Django 1.3 while also maintaining a project which requires Django 1.0. It's very cool and useful for allowing multiple apps to exist on a box with different deps. The problem I came across is that it seems "broken" if you are coming from OS X or Linux. Specifically it seems like FreeBSD is shipping a relatively stripped down version of Python that makes using virtualenv not work. > ~/gitbridge/app % python db_repo/manage.py version_control sqlite:///db.db db_repo > Traceback (most recent call last): > File "db_repo/manage.py", line 5, in <module> > main(debug='False') > File "/home/alfred/gitbridge/lib/python2.7/site-packages/migrate/versioning/shell.py", line 207, in main > ret = command_func(**kwargs) > File "<string>", line 2, in version_control > File "/home/alfred/gitbridge/lib/python2.7/site-packages/migrate/versioning/util/__init__.py", line 155, in with_engine > engine = construct_engine(url, **kw) > File "/home/alfred/gitbridge/lib/python2.7/site-packages/migrate/versioning/util/__init__.py", line 140, in construct_engine > return create_engine(engine, **kwargs) > File "/home/alfred/gitbridge/lib/python2.7/site-packages/sqlalchemy/engine/__init__.py", line 344, in create_engine > return strategy.create(*args, **kwargs) > File "/home/alfred/gitbridge/lib/python2.7/site-packages/sqlalchemy/engine/strategies.py", line 73, in create > dbapi =dialect_cls.dbapi(**dbapi_args) > File "/home/alfred/gitbridge/lib/python2.7/site-packages/sqlalchemy/dialects/sqlite/pysqlite.py", line 297, in dbapi > raise e > ImportError: No module named pysqlite2 > I have details and a workaround on my blog here (less messy than pasting the entire 200+ lines of info into this message): http://splbio.wordpress.com/2014/04/19/using-djangosqlalchemy-and-virtualenv-on-freebsd/ Basically it seems that because we don't by default ship sqlite with Python we wind up with this odd situation where the virtualenv'd Python can't be used for the apps that I tend to use. I'm wondering can something be done to make virtualenv work better out of the box for people? -Alfred From owner-freebsd-python@FreeBSD.ORG Sat May 31 20:08:37 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B2BDD45; Sat, 31 May 2014 20:08:37 +0000 (UTC) Received: from smtprelay05.ispgateway.de (smtprelay05.ispgateway.de [80.67.31.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0623628D1; Sat, 31 May 2014 20:08:36 +0000 (UTC) Received: from [89.182.124.148] (helo=localhost) by smtprelay05.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from <mva@FreeBSD.org>) id 1WqpIV-00009U-LE; Sat, 31 May 2014 21:50:31 +0200 Date: Sat, 31 May 2014 21:50:31 +0200 From: Marcus von Appen <mva@FreeBSD.org> To: Alfred Perlstein <alfred@freebsd.org> Subject: Re: Question on virtualenv (python) and FreeBSD Message-ID: <20140531195031.GA854@medusa.sysfault.org> Reply-To: Marcus von Appen <mva@FreeBSD.org> Mail-Followup-To: Alfred Perlstein <alfred@freebsd.org>, python@freebsd.org References: <538A2A5F.2000601@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline In-Reply-To: <538A2A5F.2000601@freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Df-Sender: MTEyNTc0Mg== Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 31 May 2014 20:08:37 -0000 --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On, Sat May 31, 2014, Alfred Perlstein wrote: [...] > Specifically it seems like FreeBSD is shipping a relatively stripped > down version of Python that makes using virtualenv not work. Please be precise here. It does not work for your specific use case. > > ~/gitbridge/app % python db_repo/manage.py version_control sqlite:///db.db db_repo > > Traceback (most recent call last): > > File "db_repo/manage.py", line 5, in <module> > > main(debug='False') > > File "/home/alfred/gitbridge/lib/python2.7/site-packages/migrate/versioning/shell.py", line 207, in main > > ret = command_func(**kwargs) > > File "<string>", line 2, in version_control > > File "/home/alfred/gitbridge/lib/python2.7/site-packages/migrate/versioning/util/__init__.py", line 155, in with_engine > > engine = construct_engine(url, **kw) > > File "/home/alfred/gitbridge/lib/python2.7/site-packages/migrate/versioning/util/__init__.py", line 140, in construct_engine > > return create_engine(engine, **kwargs) > > File "/home/alfred/gitbridge/lib/python2.7/site-packages/sqlalchemy/engine/__init__.py", line 344, in create_engine > > return strategy.create(*args, **kwargs) > > File "/home/alfred/gitbridge/lib/python2.7/site-packages/sqlalchemy/engine/strategies.py", line 73, in create > > dbapi =dialect_cls.dbapi(**dbapi_args) > > File "/home/alfred/gitbridge/lib/python2.7/site-packages/sqlalchemy/dialects/sqlite/pysqlite.py", line 297, in dbapi > > raise e > > ImportError: No module named pysqlite2 > > > > I have details and a workaround on my blog here (less messy than pasting > the entire 200+ lines of info into this message): > http://splbio.wordpress.com/2014/04/19/using-djangosqlalchemy-and-virtualenv-on-freebsd/ > > Basically it seems that because we don't by default ship sqlite with > Python we wind up with this odd situation where the virtualenv'd Python > can't be used for the apps that I tend to use. > > I'm wondering can something be done to make virtualenv work better out > of the box for people? Shouldn't that be rephrased to "make virtualenv work better out of the box with my applications requiring package X?" Sorry for nit-picking here. We strip certain parts of a Python default installation, which others might or might not do. One could create a FAQ, what to watch or which additional packages are recommended for installation. Right now, I do not see a huge issue here, though. If this is a problem that someone sees as more critical for users, we should rethink the customized Python installation process, which however also means that users would have to install more dependencies, when they just want a simple Python interpreter. Cheers Marcus --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlOKMoYACgkQi68/ErJnpkc8HQCfV/10p7/dyawMLGxq+dFavO9k X4AAoIPfEuplwaNUtB8s0DxPAPHS/VoM =n1Va -----END PGP SIGNATURE----- --5mCyUwZo2JvN/JJP-- From owner-freebsd-python@FreeBSD.ORG Sat May 31 20:55:47 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C152F69D; Sat, 31 May 2014 20:55:47 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id A21D62CA9; Sat, 31 May 2014 20:55:47 +0000 (UTC) Received: from Alfreds-MacBook-Pro-9.local (c-76-21-10-192.hsd1.ca.comcast.net [76.21.10.192]) by elvis.mu.org (Postfix) with ESMTPSA id 327C71A3D1F; Sat, 31 May 2014 13:55:46 -0700 (PDT) Message-ID: <538A41D5.8020203@freebsd.org> Date: Sat, 31 May 2014 13:55:49 -0700 From: Alfred Perlstein <alfred@freebsd.org> User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: python@freebsd.org Subject: Re: Question on virtualenv (python) and FreeBSD References: <538A2A5F.2000601@freebsd.org> <20140531195031.GA854@medusa.sysfault.org> In-Reply-To: <20140531195031.GA854@medusa.sysfault.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Marcus von Appen <mva@FreeBSD.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 31 May 2014 20:55:47 -0000 On 5/31/14 12:50 PM, Marcus von Appen wrote: > On, Sat May 31, 2014, Alfred Perlstein wrote: > >> I have details and a workaround on my blog here (less messy than pasting >> the entire 200+ lines of info into this message): >> http://splbio.wordpress.com/2014/04/19/using-djangosqlalchemy-and-virtualenv-on-freebsd/ >> >> Basically it seems that because we don't by default ship sqlite with >> Python we wind up with this odd situation where the virtualenv'd Python >> can't be used for the apps that I tend to use. >> >> I'm wondering can something be done to make virtualenv work better out >> of the box for people? > Shouldn't that be rephrased to "make virtualenv work better out of the box > with my applications requiring package X?" > > Sorry for nit-picking here. We strip certain parts of a Python default > installation, which others might or might not do. One could create a FAQ, what > to watch or which additional packages are recommended for installation. Right > now, I do not see a huge issue here, though. > > If this is a problem that someone sees as more critical for users, we should > rethink the customized Python installation process, which however also means > that users would have to install more dependencies, when they just want a > simple Python interpreter. No problem with nit-picking here. In the opposite direction I wouldn't say "my", I would say "the majority of people using python in web stacks" which is huge these days. Basically the suggested way of setting up django and sqlalchemy does not work via the HOWTOs for Linux and OS X that are out there without what appears to be somewhat hard to figure out commands to "fixup" the virtualenv install. As far as a huge issue, I actually see one, the recommended way to do apps these days is using these virtual containers, that being virtualenv under python and rvm under ruby. In fact it's the best way to make your apps easily distributable across your org. At the end of the day taking a look at what other OS's are doing and how the HOWTOs are structured would go a long way to getting FreeBSD more traction in the webstack community, this is not only my opnion, but the opinion of the younger people on my team who suggested that I bring this up. They, the younger devs on my team would not have the time nor inclination to debug this and would simply say "lol, I guess it's time to download ubuntu where this howto will work". For them the OS is a tool that should just work, not really what they are all that interested in for day to day. The fact that I get to hack on FreeBSD is a product of FreeBSD being a great platform for these python apps. Sorry for the harsh words, it's not intended, I'm just not sure how to otherwise express the need here for us to support these stacks out of the box. A few questions, but feel free to comments on all: 1) Does the concept of a "python-lite" port make sense where the default is a larger subset of the default python packages you get on other machines? -Or- 2) perhaps we should simply just add sqlite as that seems to be the only blocker I've seen thus far to get this working for the two important web stacks? 3) do we care about making it out-of-the-box easy for people running web services/stacks like django and sqlalchemy+flask on FreeBSD in the recommended fashion? 3) other? thank you Marcus. -Alfred From owner-freebsd-python@FreeBSD.ORG Sat May 31 22:57:20 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C87FAE6; Sat, 31 May 2014 22:57:20 +0000 (UTC) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.31.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B4E62584; Sat, 31 May 2014 22:57:19 +0000 (UTC) Received: from [89.182.124.148] (helo=localhost) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from <mva@FreeBSD.org>) id 1Wqs7I-0006gm-DX; Sun, 01 Jun 2014 00:51:08 +0200 Date: Sun, 1 Jun 2014 00:51:07 +0200 From: Marcus von Appen <mva@FreeBSD.org> To: Alfred Perlstein <alfred@freebsd.org> Subject: Re: Question on virtualenv (python) and FreeBSD Message-ID: <20140531225107.GA56181@medusa.sysfault.org> Reply-To: Marcus von Appen <mva@FreeBSD.org> Mail-Followup-To: Alfred Perlstein <alfred@freebsd.org>, python@freebsd.org References: <538A2A5F.2000601@freebsd.org> <20140531195031.GA854@medusa.sysfault.org> <538A41D5.8020203@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline In-Reply-To: <538A41D5.8020203@freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Df-Sender: MTEyNTc0Mg== Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 31 May 2014 22:57:20 -0000 --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On, Sat May 31, 2014, Alfred Perlstein wrote: > On 5/31/14 12:50 PM, Marcus von Appen wrote: > > On, Sat May 31, 2014, Alfred Perlstein wrote: > > > >> I have details and a workaround on my blog here (less messy than pasting > >> the entire 200+ lines of info into this message): > >> http://splbio.wordpress.com/2014/04/19/using-djangosqlalchemy-and-virtualenv-on-freebsd/ > >> > >> Basically it seems that because we don't by default ship sqlite with > >> Python we wind up with this odd situation where the virtualenv'd Python > >> can't be used for the apps that I tend to use. > >> > >> I'm wondering can something be done to make virtualenv work better out > >> of the box for people? > > Shouldn't that be rephrased to "make virtualenv work better out of the box > > with my applications requiring package X?" > > > > Sorry for nit-picking here. We strip certain parts of a Python default > > installation, which others might or might not do. One could create a FAQ, what > > to watch or which additional packages are recommended for installation. Right > > now, I do not see a huge issue here, though. > > > > If this is a problem that someone sees as more critical for users, we should > > rethink the customized Python installation process, which however also means > > that users would have to install more dependencies, when they just want a > > simple Python interpreter. > > No problem with nit-picking here. In the opposite direction I wouldn't > say "my", I would say "the majority of people using python in web > stacks" which is huge these days. Basically the suggested way of > setting up django and sqlalchemy does not work via the HOWTOs for Linux > and OS X that are out there without what appears to be somewhat hard to > figure out commands to "fixup" the virtualenv install. They target Linux and OS X, not BSD and not Windows, either ;-). > As far as a huge issue, I actually see one, the recommended way to do > apps these days is using these virtual containers, that being virtualenv > under python and rvm under ruby. > > In fact it's the best way to make your apps easily distributable across > your org. This depends on the org and distribution method. > At the end of the day taking a look at what other OS's are doing and how > the HOWTOs are structured would go a long way to getting FreeBSD more > traction in the webstack community, this is not only my opnion, but the > opinion of the younger people on my team who suggested that I bring this up. > > They, the younger devs on my team would not have the time nor > inclination to debug this and would simply say "lol, I guess it's time > to download ubuntu where this howto will work". For them the OS is a I could write a lot in response to that... > tool that should just work, not really what they are all that interested > in for day to day. The fact that I get to hack on FreeBSD is a product > of FreeBSD being a great platform for these python apps. The problem is not about the OS, but about a *tool* they want to use. That's a huge difference, when it comes to maintenance. Our py-sqlite3 installation depends on databases/sqlite3, which is highly configurable and, depending on the purpose of the host and other applications, may need special care. Given your venv approach, the admin might update sqlite3 in a slightly different way, effectively breaking your app - since you lack control over it, even with venv (I won't mention installing django from ports, since you know that way well enough and probably evaluated the pros and cons against venv and your production and dev environments already). > Sorry for the harsh words, it's not intended, I'm just not sure how to > otherwise express the need here for us to support these stacks out of > the box. Create a toolchain for them, which deals with all necessary bits, e.g. a shell script, doing something like the following: 1) check for pythonXX and py-sqlite3 being installed on the host 2) create venv 3) copy/link the py-sqlite3 bindings into venv (or adjust venv's path), if necessary > A few questions, but feel free to comments on all: > 1) Does the concept of a "python-lite" port make sense where the default > is a larger subset of the default python packages you get on other > machines? We have the python-lite port already as default, if one may say so. sqlite3, gdbm, tkinter and bsdbb are stripped from it. How about adjusting your server or dev host installations and to add sqlite3 and friends to the installation? Would that be sufficient or otherwise problematic? > -Or- > 2) perhaps we should simply just add sqlite as that seems to be the only > blocker I've seen thus far to get this working for the two important web > stacks? See above for the dependency chain. I see a risk here for pythonXX to be updated on every sqlite update. Is that really necessary, if we only speak about a single port to be installed on the host? > 3) do we care about making it out-of-the-box easy for people running web > services/stacks like django and sqlalchemy+flask on FreeBSD in the > recommended fashion? Define "recommended fashion". According to [1] I do not see any contradiction in your method to install everything. In fact, one recommended way on FreeBSD is to use the ports. > 3) other? > > thank you Marcus. I won't block the process in either direction here, since I am generally pretty indifferent about pulling in sqlite3 as dependency for lang/python. It is wide-spread enough that it would end up on a majority of web application systems anyway (although most large-scale web apps probably will use a scalable database back-end, such as mysql, pg or oracle). Which brings me to the target group for your request: it'd be (mostly) developers, not? Which would bring me to the toolchain script and FAQ and responsibility over the dev machines again :-). [1] https://docs.djangoproject.com/en/dev/intro/install/ Cheers Marcus --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlOKXNsACgkQi68/ErJnpkczMACeIUustyO9NY2trqBYd2+eDDdQ bYEAoK68pg+e/zs429nBQ1IGZJj+vYCC =Cd0v -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s-- From owner-freebsd-python@FreeBSD.ORG Sat May 31 23:16:41 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E99EBF0B; Sat, 31 May 2014 23:16:41 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id D595D26D7; Sat, 31 May 2014 23:16:41 +0000 (UTC) Received: from Alfreds-MacBook-Pro-9.local (c-76-21-10-192.hsd1.ca.comcast.net [76.21.10.192]) by elvis.mu.org (Postfix) with ESMTPSA id 27F841A3D1F; Sat, 31 May 2014 16:16:39 -0700 (PDT) Message-ID: <538A62DA.2020608@freebsd.org> Date: Sat, 31 May 2014 16:16:42 -0700 From: Alfred Perlstein <alfred@freebsd.org> User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: python@freebsd.org, Marcus von Appen <mva@FreeBSD.org> Subject: Re: Question on virtualenv (python) and FreeBSD References: <538A2A5F.2000601@freebsd.org> <20140531195031.GA854@medusa.sysfault.org> <538A41D5.8020203@freebsd.org> <20140531225107.GA56181@medusa.sysfault.org> In-Reply-To: <20140531225107.GA56181@medusa.sysfault.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 31 May 2014 23:16:42 -0000 On 5/31/14 3:51 PM, Marcus von Appen wrote: > On, Sat May 31, 2014, Alfred Perlstein wrote: > > >> 3) other? >> >> thank you Marcus. > I won't block the process in either direction here, since I am generally > pretty indifferent about pulling in sqlite3 as dependency for lang/python. It > is wide-spread enough that it would end up on a majority of web application > systems anyway (although most large-scale web apps probably will use a > scalable database back-end, such as mysql, pg or oracle). > > Which brings me to the target group for your request: it'd be (mostly) > developers, not? Which would bring me to the toolchain script and FAQ and > responsibility over the dev machines again :-). > > [1] https://docs.djangoproject.com/en/dev/intro/install/ Sure, that's how to install it onto the host when using a single version of django AND it requires root for that. Virtualenv (once installed) lets people install almost all packages as non-root and leaves the worry off of the sysadmin. If you google "django virtualenv" you'll get this list of links: http://www.jeffknupp.com/blog/2012/02/09/starting-a-django-project-the-right-way/ http://thecodeship.com/deployment/deploy-django-apache-virtualenv-and-mod_wsgi/ https://docs.djangoproject.com/en/1.6/topics/install/ : "(optional) Take a look at virtualenv and virtualenvwrapper. These tools provide isolated Python environments, which are more practical than installing packages systemwide. They also allow installing packages without administrator privileges. It’s up to you to decide if you want to learn and use them." http://www.tonido.com/blog/index.php/2013/11/25/working-with-virtualenv-on-django-projects/#.U4phVZRdX2g https://community.webfaction.com/questions/4253/simple-virtualenv-usage-with-django I really believe the only blocker is sqlite right now. What I really want is people to be able to use virtualenv without having to switch OS, because the method I recommend is way complex. Both python and ruby teams are heavily recommending these "virtual environments" we should support it out of the box, particularly since the change seems very light. -Alfred From owner-freebsd-python@FreeBSD.ORG Mon Jun 2 08:32:33 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F1D0948 for <freebsd-python@FreeBSD.org>; Mon, 2 Jun 2014 08:32:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0672428EE for <freebsd-python@FreeBSD.org>; Mon, 2 Jun 2014 08:32:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s528WW0G024192 for <freebsd-python@FreeBSD.org>; Mon, 2 Jun 2014 09:32:32 +0100 (BST) (envelope-from no-reply-bugzilla-daemon@freebsd.org) From: no-reply-bugzilla-daemon@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 190374] [patch] Add staging support to www/py-HTMLgen Date: Mon, 02 Jun 2014 08:32:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: miwi@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: miwi@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: <bug-190374-17421-2yzKWnbM1v@http.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190374-17421@http.bugs.freebsd.org/bugzilla/> References: <bug-190374-17421@http.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Jun 2014 08:32:33 -0000 http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190374 Martin Wilke <miwi@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |miwi@FreeBSD.org Assignee|freebsd-python@FreeBSD.org |miwi@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jun 2 10:02:34 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39865A1B for <python@freebsd.org>; Mon, 2 Jun 2014 10:02:34 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25C4B205B for <python@freebsd.org>; Mon, 2 Jun 2014 10:02:34 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s52A2Y5H003011 for <python@freebsd.org>; Mon, 2 Jun 2014 10:02:34 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s52A2Yaf003010; Mon, 2 Jun 2014 10:02:34 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201406021002.s52A2Yaf003010@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 2 Jun 2014 10:02:34 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Jun 2014 10:02:34 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/mercurial | 3.0 | 3.0.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 4.0 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 4.0 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 4.0 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 2.0.1 | 4.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Mon Jun 2 15:34:08 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72F828DD for <python@freebsd.org>; Mon, 2 Jun 2014 15:34:08 +0000 (UTC) Received: from mail-yk0-x22f.google.com (mail-yk0-x22f.google.com [IPv6:2607:f8b0:4002:c07::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C88E2357 for <python@freebsd.org>; Mon, 2 Jun 2014 15:34:08 +0000 (UTC) Received: by mail-yk0-f175.google.com with SMTP id 131so3779892ykp.20 for <python@freebsd.org>; Mon, 02 Jun 2014 08:34:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=V8Krtl8gZnJK5d4CrEwyQnKAjOOlqe6MyBenEz4xLj4=; b=c0jC/5+BXMTisOsRmP5mMQyakY2I3REoz4I3W/s9sj7a7Jjae/uvJlWfeKtmdv0KEE GfI1r8gv2x4G20jrNA2rxTCHdWQfjxaLw+TG5HITyllSQqewmHOttNoMkRVle/HFGRP3 PMERFtHgMYPcfxPN2MWfkkZ+NgjgfLqU72NzhXMHjumZ3jJVa1q50pBHfh12bwip280V +5/5kPDLxOc5mqBE18n2mMLDrtzIAXUsSjOEJcLNw/6CWoHXeevaXYaMFB1eRJEXnesN w8kRvfIDEaQqxlVLWNSI6/03yVjTZ/3uCl3bWH6qEzmTDXY7g8T72Pppq+msGJdceq5V DgCA== MIME-Version: 1.0 X-Received: by 10.236.157.40 with SMTP id n28mr53477524yhk.29.1401723247410; Mon, 02 Jun 2014 08:34:07 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.50.80 with HTTP; Mon, 2 Jun 2014 08:34:07 -0700 (PDT) Date: Mon, 2 Jun 2014 17:34:07 +0200 X-Google-Sender-Auth: Gf73v3dD8_X1VDmIj4LuC4LhdLM Message-ID: <CAALwa8kPCwXiF=KArN2S4Mz6HuVKzdwfW+FZU9VRgMifPTiyyg@mail.gmail.com> Subject: python3 meta port and python34 From: Antoine Brodin <antoine@FreeBSD.org> To: python@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Jun 2014 15:34:08 -0000 Hi there, I see that the default version of python 3 has been switched to 3.4. There are a few issues with the python3 meta port: /usr/local/bin/python-shared3@ -> python-shared3.4 /usr/local/bin/python-shared3-config@ -> python-shared3.4-config /usr/local/bin/python3@ -> python3.4 /usr/local/bin/python3-config@ -> python3.4-config /usr/local/bin/python3.4* /usr/local/bin/python3.4m* /usr/local/bin/python3.4m-config* Cheers, Antoine From owner-freebsd-python@FreeBSD.ORG Mon Jun 2 15:59:34 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 999C86BF for <python@freebsd.org>; Mon, 2 Jun 2014 15:59:34 +0000 (UTC) Received: from mail-yk0-x22d.google.com (mail-yk0-x22d.google.com [IPv6:2607:f8b0:4002:c07::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6108225B3 for <python@freebsd.org>; Mon, 2 Jun 2014 15:59:34 +0000 (UTC) Received: by mail-yk0-f173.google.com with SMTP id 142so3815355ykq.32 for <python@freebsd.org>; Mon, 02 Jun 2014 08:59:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=acQqdFUkpKF2qN0zUg1nNfO528IVNzyFjsuL1LBNejE=; b=BZCWf58f6Ln8SFXSxImYiPE8o48qdkDEvpdJ53GehTTrd3N7MVa46/ju5KBePihPIG 1iVO1zh/6g3uRnylrVWcOg4VEkgj+WGt8JT6wkRryrCEqqabnTG4qsyVyl/GoeUoPGzD 1BIyUrz++yMzkU+UgEnzyzA/Jk6E4Kp62XwKjD0/eF8jdg0VNpWCYr+e2ymNwgNxypTz dq6zOtO/DCsxtfxNaRqRAbuN4uFCkZSRMWiMUPB3sDS9l8UCdFkZKUuiWEubgHPQIQRw 5dCXZqxd7UBGda8HEqv9W6NIglUMC0TiusmqldAjcs+Ic4pJc6jqk6Xd5Zr/uINuheZn ID+A== MIME-Version: 1.0 X-Received: by 10.236.68.196 with SMTP id l44mr18131305yhd.46.1401724773622; Mon, 02 Jun 2014 08:59:33 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.50.80 with HTTP; Mon, 2 Jun 2014 08:59:33 -0700 (PDT) In-Reply-To: <CAALwa8kPCwXiF=KArN2S4Mz6HuVKzdwfW+FZU9VRgMifPTiyyg@mail.gmail.com> References: <CAALwa8kPCwXiF=KArN2S4Mz6HuVKzdwfW+FZU9VRgMifPTiyyg@mail.gmail.com> Date: Mon, 2 Jun 2014 17:59:33 +0200 X-Google-Sender-Auth: _1kkyI910Ky1KsdYwcBJzz9SPwI Message-ID: <CAALwa8kg-z5bfavg6TFoH1UrTfX1EF7N2xaWZq03vTxOjG63Vg@mail.gmail.com> Subject: Re: python3 meta port and python34 From: Antoine Brodin <antoine@FreeBSD.org> To: python@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Jun 2014 15:59:34 -0000 On Mon, Jun 2, 2014 at 5:34 PM, Antoine Brodin <antoine@freebsd.org> wrote: > Hi there, > > I see that the default version of python 3 has been switched to 3.4. > There are a few issues with the python3 meta port: > > /usr/local/bin/python-shared3@ -> python-shared3.4 > /usr/local/bin/python-shared3-config@ -> python-shared3.4-config > /usr/local/bin/python3@ -> python3.4 > /usr/local/bin/python3-config@ -> python3.4-config > /usr/local/bin/python3.4* > /usr/local/bin/python3.4m* > /usr/local/bin/python3.4m-config* I'm also wondering how ${PYTHON_CMD}-config (from bsd.python.mk) can work with version 3.4 Cheers, Antoine From owner-freebsd-python@FreeBSD.ORG Tue Jun 3 09:42:15 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C952BE8B for <python@freebsd.org>; Tue, 3 Jun 2014 09:42:15 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B57DB2443 for <python@freebsd.org>; Tue, 3 Jun 2014 09:42:15 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s539gFCH080596 for <python@freebsd.org>; Tue, 3 Jun 2014 09:42:15 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s539gFPv080595; Tue, 3 Jun 2014 09:42:15 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201406030942.s539gFPv080595@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 3 Jun 2014 09:42:15 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Jun 2014 09:42:15 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 4.0.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 4.0.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 4.0.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 2.0.1 | 4.0.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Tue Jun 3 19:12:26 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C97ACEB5 for <freebsd-python@FreeBSD.org>; Tue, 3 Jun 2014 19:12:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF6EC2C7A for <freebsd-python@FreeBSD.org>; Tue, 3 Jun 2014 19:12:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s53JCQWI050824 for <freebsd-python@FreeBSD.org>; Tue, 3 Jun 2014 20:12:26 +0100 (BST) (envelope-from no-reply-bugzilla-daemon@freebsd.org) From: no-reply-bugzilla-daemon@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 178242] bsd.python.mk injection of @exec easy_install to PLIST creates inappropriate post-install scripts for pkgng Date: Tue, 03 Jun 2014 19:12:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mva@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: <bug-178242-17421-TonH5M0brS@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-178242-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-178242-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Jun 2014 19:12:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178242 Marcus von Appen <mva@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Issue Resolved CC| |mva@FreeBSD.org Resolution|--- |As Intended --- Comment #6 from Marcus von Appen <mva@FreeBSD.org> --- Closed due to missing feedback. If the issue still exists for you, please reopen this bug. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Jun 3 21:27:09 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC719F25 for <freebsd-python@freebsd.org>; Tue, 3 Jun 2014 21:27:09 +0000 (UTC) Received: from sdf.lonestar.org (mx.sdf.org [192.94.73.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.sdf.org", Issuer "SDF.ORG" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 762D62C90 for <freebsd-python@freebsd.org>; Tue, 3 Jun 2014 21:27:08 +0000 (UTC) Received: from sdf.org (IDENT:hhh@sdf.lonestar.org [192.94.73.15]) by sdf.lonestar.org (8.14.8/8.14.5) with ESMTP id s53LQs8d029515 (using TLSv1/SSLv3 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO) for <freebsd-python@freebsd.org>; Tue, 3 Jun 2014 21:26:55 GMT Received: (from hhh@localhost) by sdf.org (8.14.8/8.12.8/Submit) id s53LQsxg024895 for freebsd-python@freebsd.org; Tue, 3 Jun 2014 21:26:54 GMT From: hhh@sdf.org To: freebsd-python@freebsd.org Subject: games/py-mnemosyne update Date: Tue, 03 Jun 2014 23:26:41 +0200 Message-ID: <87fvjlsmzy.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Jun 2014 21:27:09 -0000 Hi, I would like to ask, if someone could have a look on PR ports/188930. The attached patched updates the port to the newest version. I also would like to take the maintainship. Thank you in advance. Henryk From owner-freebsd-python@FreeBSD.ORG Thu Jun 5 10:20:00 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37B7649A for <python@freebsd.org>; Thu, 5 Jun 2014 10:20:00 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2497327FC for <python@freebsd.org>; Thu, 5 Jun 2014 10:20:00 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s55AK0Qf099111 for <python@freebsd.org>; Thu, 5 Jun 2014 10:20:00 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s55AK0OS099108; Thu, 5 Jun 2014 10:20:00 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201406051020.s55AK0OS099108@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 5 Jun 2014 10:20:00 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Jun 2014 10:20:00 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ lang/python27 | 2.7.6 | 2.7.7 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Thu Jun 5 23:06:53 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54E402CA for <freebsd-python@freebsd.org>; Thu, 5 Jun 2014 23:06:53 +0000 (UTC) Received: from hoffman.proper.com (IPv6.Hoffman.Proper.COM [IPv6:2605:8e00:100:41::81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E9CA25CA for <freebsd-python@freebsd.org>; Thu, 5 Jun 2014 23:06:53 +0000 (UTC) Received: from [10.20.30.90] (50-1-51-90.dsl.dynamic.fusionbroadband.com [50.1.51.90]) (authenticated bits=0) by hoffman.proper.com (8.14.8/8.14.7) with ESMTP id s55N6o0x017569 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for <freebsd-python@freebsd.org>; Thu, 5 Jun 2014 16:06:51 -0700 (MST) (envelope-from phoffman@proper.com) X-Authentication-Warning: hoffman.proper.com: Host 50-1-51-90.dsl.dynamic.fusionbroadband.com [50.1.51.90] claimed to be [10.20.30.90] From: Paul Hoffman <phoffman@proper.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: pip for v3? Message-Id: <052060CA-75A8-43A2-BC2E-95C44EF59423@proper.com> Date: Thu, 5 Jun 2014 16:06:49 -0700 To: freebsd-python@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) X-Mailer: Apple Mail (2.1878.2) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Jun 2014 23:06:53 -0000 Greetings. In the package system for FreeBSD 10, pip seems to only exist = for Python 2.7: # pkg search pip- grepip-1.0_2 p5-pip-1.19 phpip-200611081420_1 py27-pip-1.5.6 vdr-plugin-osdpip-0.1.1_6 # I have installed both Python 2.7 and 3.3 from pkg: # pkg info | grep python python2-2_2 The \"meta-port\" for version 2 of the = Python interpreter python27-2.7.6_4 Interpreted object-oriented programming = language python3-3_1 The \"meta-port\" for version 3 of the = Python interpreter python33-3.3.5_1 Interpreted object-oriented programming = language What is the best way for me to install pip for Python 3 if not from pkg? --Paul Hoffman= From owner-freebsd-python@FreeBSD.ORG Fri Jun 6 21:43:25 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23A0C566 for <freebsd-python@freebsd.org>; Fri, 6 Jun 2014 21:43:25 +0000 (UTC) Received: from hoffman.proper.com (IPv6.Hoffman.Proper.COM [IPv6:2605:8e00:100:41::81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1E3D229E for <freebsd-python@freebsd.org>; Fri, 6 Jun 2014 21:43:24 +0000 (UTC) Received: from [10.20.30.90] (50-1-51-90.dsl.dynamic.fusionbroadband.com [50.1.51.90]) (authenticated bits=0) by hoffman.proper.com (8.14.8/8.14.7) with ESMTP id s56LhLZb068303 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for <freebsd-python@freebsd.org>; Fri, 6 Jun 2014 14:43:23 -0700 (MST) (envelope-from phoffman@proper.com) X-Authentication-Warning: hoffman.proper.com: Host 50-1-51-90.dsl.dynamic.fusionbroadband.com [50.1.51.90] claimed to be [10.20.30.90] From: Paul Hoffman <phoffman@proper.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: NUDGE: pip for v3? Message-Id: <36444A45-D079-411F-9871-8B0E79F069F3@proper.com> Date: Fri, 6 Jun 2014 14:43:20 -0700 To: freebsd-python@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) X-Mailer: Apple Mail (2.1878.2) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Jun 2014 21:43:25 -0000 Greetings. In the package system for FreeBSD 10, pip seems to only exist = for Python 2.7: # pkg search pip- grepip-1.0_2 p5-pip-1.19 phpip-200611081420_1 py27-pip-1.5.6 vdr-plugin-osdpip-0.1.1_6 # I have installed both Python 2.7 and 3.3 from pkg: # pkg info | grep python python2-2_2 The \"meta-port\" for version 2 of the = Python interpreter python27-2.7.6_4 Interpreted object-oriented programming = language python3-3_1 The \"meta-port\" for version 3 of the = Python interpreter python33-3.3.5_1 Interpreted object-oriented programming = language What is the best way for me to install pip for Python 3 if not from pkg? --Paul Hoffman= From owner-freebsd-python@FreeBSD.ORG Sat Jun 7 01:16:53 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D06696D3 for <freebsd-python@freebsd.org>; Sat, 7 Jun 2014 01:16:53 +0000 (UTC) Received: from mail-pd0-x22b.google.com (mail-pd0-x22b.google.com [IPv6:2607:f8b0:400e:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4C13252A for <freebsd-python@freebsd.org>; Sat, 7 Jun 2014 01:16:53 +0000 (UTC) Received: by mail-pd0-f171.google.com with SMTP id y13so3074742pdi.2 for <freebsd-python@freebsd.org>; Fri, 06 Jun 2014 18:16:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Lw8m9XLdCLVscZZmB8J8KXed2xeR3YdB4izymVwAKzQ=; b=Udi/k2YHDIvEko+AJ+HXZOaRj2L57KtFTwDNWcGYDyMVh/AhVJKtANmGtGAbFRsbKq f8FJHaSXc85jHX70sQ6xIzwWkUfmrfIKdIYozHKnp6qBjxO52fRzzojkhzcInX/wvLpQ jqz03nXdvXhz0Eq+QXcgcD/eUuHmUUVobcPGB1lqorE1TcabIg74NLLWfXMV7jZlr3qa R1cgB+URKwirtdw+VqnSFmHJHG6m/wbF0dgiaROM9C1BVEFYpOnUKD6u2xkcogmShrTp c8/EdAzbrZOjDowpsBxxP9dgM27mPZKIgKHAp30wM4s7snl/iYA0T+UVXj6dXqcTt9NK rwMw== X-Received: by 10.68.134.101 with SMTP id pj5mr6521521pbb.62.1402103813314; Fri, 06 Jun 2014 18:16:53 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id bz4sm41535641pbb.12.2014.06.06.18.16.51 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Jun 2014 18:16:52 -0700 (PDT) Sender: Kubilay Kocak <koobs.freebsd@gmail.com> Message-ID: <539267F5.6040906@FreeBSD.org> Date: Sat, 07 Jun 2014 11:16:37 +1000 From: Kubilay Kocak <koobs@FreeBSD.org> Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Thunderbird/30.0 MIME-Version: 1.0 To: Paul Hoffman <phoffman@proper.com>, freebsd-python@freebsd.org Subject: Re: NUDGE: pip for v3? References: <36444A45-D079-411F-9871-8B0E79F069F3@proper.com> In-Reply-To: <36444A45-D079-411F-9871-8B0E79F069F3@proper.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Jun 2014 01:16:53 -0000 On 7/06/2014 7:43 AM, Paul Hoffman wrote: > Greetings. In the package system for FreeBSD 10, pip seems to only exist for Python 2.7: > > # pkg search pip- > grepip-1.0_2 > p5-pip-1.19 > phpip-200611081420_1 > py27-pip-1.5.6 > vdr-plugin-osdpip-0.1.1_6 > # > > I have installed both Python 2.7 and 3.3 from pkg: > > # pkg info | grep python > python2-2_2 The \"meta-port\" for version 2 of the Python interpreter > python27-2.7.6_4 Interpreted object-oriented programming language > python3-3_1 The \"meta-port\" for version 3 of the Python interpreter > python33-3.3.5_1 Interpreted object-oriented programming language > > What is the best way for me to install pip for Python 3 if not from pkg? > > --Paul Hoffman > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > Hi Paul, You may use the Ports framework DEFAULT_VERSIONS mechanism to build any python port (that supports 2 *and* 3) with a non-default version of Python. Also a quick note that while we (Team Python) are aiming for multiple concurrently installed versions of python packages in a single environment, there are some rough edges which precludes some scenarios. Have a play and let us know what works and what doesn't, and we're always available on #freebsd-python (freenode IRC) if you'd like to have a chat -- Koobs From owner-freebsd-python@FreeBSD.ORG Sat Jun 7 01:23:26 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4116B7DD; Sat, 7 Jun 2014 01:23:26 +0000 (UTC) Received: from hoffman.proper.com (IPv6.Hoffman.Proper.COM [IPv6:2605:8e00:100:41::81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1ADD225D3; Sat, 7 Jun 2014 01:23:26 +0000 (UTC) Received: from [10.20.30.90] (50-1-51-90.dsl.dynamic.fusionbroadband.com [50.1.51.90]) (authenticated bits=0) by hoffman.proper.com (8.14.8/8.14.7) with ESMTP id s571NM3X074039 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Fri, 6 Jun 2014 18:23:24 -0700 (MST) (envelope-from phoffman@proper.com) X-Authentication-Warning: hoffman.proper.com: Host 50-1-51-90.dsl.dynamic.fusionbroadband.com [50.1.51.90] claimed to be [10.20.30.90] Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: NUDGE: pip for v3? From: Paul Hoffman <phoffman@proper.com> In-Reply-To: <539267F5.6040906@FreeBSD.org> Date: Fri, 6 Jun 2014 18:23:22 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <C62003DE-CCD5-4D6D-BE5A-693367F481F5@proper.com> References: <36444A45-D079-411F-9871-8B0E79F069F3@proper.com> <539267F5.6040906@FreeBSD.org> To: koobs@FreeBSD.org X-Mailer: Apple Mail (2.1878.2) Cc: freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Jun 2014 01:23:26 -0000 On Jun 6, 2014, at 6:16 PM, Kubilay Kocak <koobs@FreeBSD.org> wrote: > You may use the Ports framework DEFAULT_VERSIONS mechanism to build = any > python port (that supports 2 *and* 3) with a non-default version of = Python. Noted, but I have gotten quite attached to the pkg interface and = simplicity. > Also a quick note that while we (Team Python) are aiming for multiple > concurrently installed versions of python packages in a single > environment, there are some rough edges which precludes some = scenarios. Is there a list of those somewhere? I would maybe be able to put in some = development time on smoothing. > Have a play and let us know what works and what doesn't, and we're > always available on #freebsd-python (freenode IRC) if you'd like to = have > a chat Will do, thanks! --Paul Hoffman= From owner-freebsd-python@FreeBSD.ORG Sat Jun 7 01:36:26 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D7F2BAD; Sat, 7 Jun 2014 01:36:26 +0000 (UTC) Received: from mail-pb0-x22d.google.com (mail-pb0-x22d.google.com [IPv6:2607:f8b0:400e:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B16126E7; Sat, 7 Jun 2014 01:36:26 +0000 (UTC) Received: by mail-pb0-f45.google.com with SMTP id um1so3166791pbc.4 for <multiple recipients>; Fri, 06 Jun 2014 18:36:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=/BaX7aMqNVbzDrUiA2VIoIxTWhocyuz+H2SJgjYv1qw=; b=gPcWnvhADni746yTzXcv5QEhY4CjWmJaJel2W8YJTh6Z3UrhHgBKtVYte+W9pOxOlk dBsn+PoEXPe9jBwPKKl1LaNK1aRloq0bnjFC0d1aSYTcJHt6lQAPeMKeboNYrpJsP1+a 4NdMqx5tFUpLxar7lBd70BGCO7jyJzMLiOgQxgV4GXPqiXjzEmzoiv+5ILAcGibpQzx/ ne5PZ9v3Y8RMIWQYu8aeSnhLwxI9t7XiRCuabm7NIE9rc8CkT5AsHRzUQCj7olOV+nmH KhIcFFdx6ekzyTYaCzfNhkXpXmhrOEhROnPH6OHjTLyQgQn1qP1hS5JAm1pJHQrFCVD+ gHdA== X-Received: by 10.68.130.38 with SMTP id ob6mr22835pbb.141.1402104985984; Fri, 06 Jun 2014 18:36:25 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id tg9sm41651517pbc.29.2014.06.06.18.36.24 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Jun 2014 18:36:25 -0700 (PDT) Sender: Kubilay Kocak <koobs.freebsd@gmail.com> Message-ID: <53926C89.7080806@FreeBSD.org> Date: Sat, 07 Jun 2014 11:36:09 +1000 From: Kubilay Kocak <koobs@FreeBSD.org> Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Thunderbird/30.0 MIME-Version: 1.0 To: Paul Hoffman <phoffman@proper.com> Subject: Re: NUDGE: pip for v3? References: <36444A45-D079-411F-9871-8B0E79F069F3@proper.com> <539267F5.6040906@FreeBSD.org> <C62003DE-CCD5-4D6D-BE5A-693367F481F5@proper.com> In-Reply-To: <C62003DE-CCD5-4D6D-BE5A-693367F481F5@proper.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Marcus von Appen <mva@FreeBSD.org>, freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Jun 2014 01:36:26 -0000 On 7/06/2014 11:23 AM, Paul Hoffman wrote: > On Jun 6, 2014, at 6:16 PM, Kubilay Kocak <koobs@FreeBSD.org> wrote: > >> You may use the Ports framework DEFAULT_VERSIONS mechanism to build any >> python port (that supports 2 *and* 3) with a non-default version of Python. > > Noted, but I have gotten quite attached to the pkg interface and simplicity. A pkg repository that builds for Python != 2.7 is whats needed. Longer term provided by the project, but in the meantime something a contributor could easily provide as a service to the community with poudriere (and dogfood themselves) If bandwidth might be a concern, come and talk to us on IRC. I have a few ideas on how we might be able to help someone like that :) >> Also a quick note that while we (Team Python) are aiming for multiple >> concurrently installed versions of python packages in a single >> environment, there are some rough edges which precludes some scenarios. > > Is there a list of those somewhere? I would maybe be able to put in some development time on smoothing. Issues have revolved mostly around: - Conflicting files in doc/share/etc (need to be prefixed) - mva@ (cc'd) has had a patch in the works for this - Depending (directly or indirectly) on a PythonXY version of a port that doesnt support XY There are likely some other related issues listed here on our FreeBSD Python wiki page: https://wiki.freebsd.org/Python Any extra eyes & help would be appreciated, there's plenty of low effort high value things people can do in team Python@ at the moment to make the ecosystem better for everyone. >> Have a play and let us know what works and what doesn't, and we're >> always available on #freebsd-python (freenode IRC) if you'd like to have >> a chat > > Will do, thanks! You're welcome, thanks for the nudging :) > --Paul Hoffman > -- Koobs From owner-freebsd-python@FreeBSD.ORG Sat Jun 7 16:26:48 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CAD84A9; Sat, 7 Jun 2014 16:26:48 +0000 (UTC) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.31.35]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E2C42BDD; Sat, 7 Jun 2014 16:26:44 +0000 (UTC) Received: from [89.182.86.32] (helo=localhost) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from <mva@FreeBSD.org>) id 1WtJOR-0000qP-6d; Sat, 07 Jun 2014 18:22:55 +0200 Date: Sat, 7 Jun 2014 18:22:55 +0200 From: Marcus von Appen <mva@FreeBSD.org> To: freebsd-ports@freebsd.org, freebsd-pkg@freebsd.org, ports-announce@freebsd.org Subject: [HEADS UP]: Conflict-free python packages for different python versions Message-ID: <20140607162255.GA862@medusa.sysfault.org> Reply-To: Marcus von Appen <mva@FreeBSD.org> Mail-Followup-To: freebsd-ports@freebsd.org, freebsd-pkg@freebsd.org, ports-announce@freebsd.org, freebsd-python@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Df-Sender: MTEyNTc0Mg== Cc: freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Jun 2014 16:26:48 -0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On behalf of the FreeBSD python team, I'd like to announce the availability of concurrent, conflict-free python package support in the ports tree. Why? FreeBSD supports different python versions and flavours to be installed at the same time, such as e.g. Python 2.7 and Python 3.3. Ports installing python modules however always assume that that they are installed for only one python version. To overcome the flaw in the ports tree that a single port, which is about to be installed for different python versions at the same time, will install conflicting files into the same directories, a change in how those ports are built and installed was necessary. What does that mean for port and pkg users? If you are using the ports tree to build your own ports from scratch, it won't have any impact as of now, since the underlying package installers, be it pkg or the pkg_* tools, can't install multiple packages from the same source port yet. If you are using pkg or the pkg_* tools to install binary packages, it won't have any impact as well, since they can't install multiple packages from the same source port yet. You should be aware of some directory and file name changes, though, that eventually will occur on updates. A python module may use the python version prefix for the doc and example directories and create scripts and binaries with a python version suffix. Right now, a port devel/py-foo might install * documentation into/usr/local/share/doc/foo, * examples into /usr/local/share/examples/foo, * a script /usr/local/bin/foo The announced change (along with an update to the port) will cause it to use a python version prefix for the directories and a version suffix for the scripts (and binaries). This means, that the port will install * documentation into /usr/local/share/doc/py27-foo (for lang/python27) * documentation into /usr/local/share/doc/py32-foo (for lang/python32) * documentation into /usr/local/share/doc/py33-foo (for lang/python33) ... * examples into /usr/local/share/examples/py27-foo (for lang/python27) * examples into /usr/local/share/examples/py32-foo (for lang/python32) * examples into /usr/local/share/examples/py33-foo (for lang/python33) ... * a script /usr/local/bin/foo-2.7 (for lang/python27) * a script /usr/local/bin/foo-3.2 (for lang/python32) * a script /usr/local/bin/foo-3.3 (for lang/python33) * a symlink /usr/local/bin/foo pointing to the script for the current default python version (e.g. foo-2.7 or foo-3.3) Please note that the current installation behaviour will not be changed automatically. Ports that shall support conflict-free packages, must receive an update first. If you are not a port maintainer, committer or developer, you can stop reading now. What about maintainers and port developers? Please read the CHANGES. The change makes use of USES=uniquefiles:dirs. Thus, if you are maintaining a port, which shall become conflict-free, set the new PYTHON_CONCURRENT_INSTALL knob to yes. The port must be stage-safe to use the knob. Please ensure that you do not set DATADIR, DOCSDIR, WWWDIR, EXAMPLESDIR or ETCDIR explicitly in the port Makefile, since the uniquefiles USES will try to prefix those. The change will also add a suffix to binaries and scripts that will be installed into ${PREFIX}/bin, ${PREFIX}/sbin, ${PREFIX}/libexec and create a symlink for the default python version on demand. If you are using a manually maintained pkg-plist, you may need to adjust it using the PYTHON_PKGNAMEPREFIX and PYTHON_VER variables to properly substitute plist entries. If you are using PYDISTUTILS_AUTOPLIST, you usually do not have take care of any plist modifications. The rule of thumb is that most end-user applications, service daemons and similar tools do not need to be installed concurrently for different python versions. Python modules however will gain an immediate benefit, since they can be provided for different python versions at the same time without forcing the user to install them manually from another location. We chose the knob to be an opt-in, rather than an opt-out solution, due to various constraints, such as a full package rebuild, the requirement to check all python-related ports prior to the commit and to keep the immediate impact for users as small as possible. If you have any specific questions about how to update your port, do not hesitate to ask the FreeBSD python team. Cheers Marcus --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlOTPF8ACgkQi68/ErJnpkdRsgCfRtNWS2X2oC9iu480f4NQ6DB7 +ssAn048LP3Ah5PcU5zXWTE9t9k5gc3b =ioXM -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI-- From owner-freebsd-python@FreeBSD.ORG Sun Jun 8 15:03:35 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8038C825 for <freebsd-python@FreeBSD.org>; Sun, 8 Jun 2014 15:03:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66EA22C5E for <freebsd-python@FreeBSD.org>; Sun, 8 Jun 2014 15:03:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s58F3Z4h096612 for <freebsd-python@FreeBSD.org>; Sun, 8 Jun 2014 16:03:35 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 185884] [patch] Miscellaneous ports fixes for python 3 Date: Sun, 08 Jun 2014 15:03:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: nwhitehorn@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: <bug-185884-17421-lyaZQinPuh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-185884-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-185884-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 08 Jun 2014 15:03:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185884 Nathan Whitehorn <nwhitehorn@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #139600|0 |1 is obsolete| | Attachment #139601|0 |1 is obsolete| | Attachment #139602|0 |1 is obsolete| | Attachment #139603|0 |1 is obsolete| | --- Comment #5 from Nathan Whitehorn <nwhitehorn@FreeBSD.org> --- Created attachment 143532 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=143532&action=edit Updated Patch Newer version of this patch. Also see bug 180467. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sun Jun 8 19:55:37 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2403E6 for <freebsd-python@FreeBSD.org>; Sun, 8 Jun 2014 19:55:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A91C3234A for <freebsd-python@FreeBSD.org>; Sun, 8 Jun 2014 19:55:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s58JtbnT088376 for <freebsd-python@FreeBSD.org>; Sun, 8 Jun 2014 20:55:37 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 190076] x11-toolkits/py-wxPython28: Update py-wxPython28 Ports for staging Date: Sun, 08 Jun 2014 19:55:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: staging X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: eadler@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords Message-ID: <bug-190076-17421-SUi8qCrfGw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190076-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-190076-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 08 Jun 2014 19:55:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190076 Eitan Adler <eadler@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |staging -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jun 9 15:18:45 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0356E6D6 for <python@FreeBSD.org>; Mon, 9 Jun 2014 15:18:45 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E47302144 for <python@FreeBSD.org>; Mon, 9 Jun 2014 15:18:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s59FIitc040087 for <python@FreeBSD.org>; Mon, 9 Jun 2014 15:18:44 GMT (envelope-from portmgr-feedback@FreeBSD.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s59FIi9X040086; Mon, 9 Jun 2014 10:18:44 -0500 (CDT) (envelope-from portmgr-feedback@FreeBSD.org) Date: Mon, 9 Jun 2014 10:18:44 -0500 (CDT) From: portmgr-feedback@FreeBSD.org Message-Id: <201406091518.s59FIi9X040086@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: bdrewery set sender to portmgr-feedback@FreeBSD.org using -f To: python@FreeBSD.org Subject: FreeBSD ports that you maintain require staging updates X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 09 Jun 2014 15:18:45 -0000 Hi, You are receiving this mail as a port that you maintain does not support STAGEDIR. Please submit a PR to either stage the port or to reset maintainer to ports@FreeBSD.org if you no longer with to maintain it. If you have already submitted a PR, please ignore this mail. It is possible that someone else has done the work to update some of yours ports already but it is your responsibility as maintainer to ensure the port is staged and kept up-to-date with the ports framework. On June 30 all unstaged ports without PR will be DEPRECATED and have their MAINTAINER reset to ports@FreeBSD.org. These ports will be set to EXPIRE on August 31. For more details see: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html Ports that you maintain that are currently unstaged (NO_STAGE=yes): www/py-imdbpy x11-toolkits/py-gui You will continue to receive these mails once a week until all ports you maintain are either staged or maintainer is reset. Thanks for your efforts to help improve FreeBSD. Regards, FreeBSD ports management team. From owner-freebsd-python@FreeBSD.ORG Mon Jun 9 21:15:52 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEC922BC for <freebsd-python@FreeBSD.org>; Mon, 9 Jun 2014 21:15:52 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5F4A238E for <freebsd-python@FreeBSD.org>; Mon, 9 Jun 2014 21:15:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s59LFqgP008999 for <freebsd-python@FreeBSD.org>; Mon, 9 Jun 2014 22:15:52 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 190847] New: [PATCH] PYTHON_PY3K_PLIST_HACK: Take @dirrmtry entries into account as well. Date: Mon, 09 Jun 2014 21:15:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Infrastructure X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rakuco@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc blocked attachments.created Message-ID: <bug-190847-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 09 Jun 2014 21:15:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190847 Bug ID: 190847 Summary: [PATCH] PYTHON_PY3K_PLIST_HACK: Take @dirrmtry entries into account as well. Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Infrastructure Assignee: freebsd-python@FreeBSD.org Reporter: rakuco@FreeBSD.org CC: koobs@FreeBSD.org, mva@FreeBSD.org Blocks: 180467 Created attachment 143581 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=143581&action=edit Proposed patch This was first sent to Phabricator (https://phabric.freebsd.org/D191), so trying here as well. When using the plist hack to add __pycache__ entries for Python >= 3.2.0, take @dirrmtry entries into account as well, otherwise if those directories happen to contain __pycache__ subdirectories the latter will not be removed. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jun 9 21:16:19 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10F8F2E1 for <freebsd-python@FreeBSD.org>; Mon, 9 Jun 2014 21:16:19 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC93F239B for <freebsd-python@FreeBSD.org>; Mon, 9 Jun 2014 21:16:18 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s59LGIH9017964 for <freebsd-python@FreeBSD.org>; Mon, 9 Jun 2014 22:16:18 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 190847] [PATCH] PYTHON_PY3K_PLIST_HACK: Take @dirrmtry entries into account as well. Date: Mon, 09 Jun 2014 21:16:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Infrastructure X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rakuco@FreeBSD.org X-Bugzilla-Status: Approval Needed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: <bug-190847-17421-qPOJsPFHWz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190847-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-190847-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 09 Jun 2014 21:16:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190847 Raphael Kubo da Costa <rakuco@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |Approval Needed -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Jun 10 00:44:13 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84712998 for <freebsd-python@FreeBSD.org>; Tue, 10 Jun 2014 00:44:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C77D2414 for <freebsd-python@FreeBSD.org>; Tue, 10 Jun 2014 00:44:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5A0iDen041976 for <freebsd-python@FreeBSD.org>; Tue, 10 Jun 2014 01:44:13 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 190850] New: [MAINTAINER] math/py-pandas: Update to 0.14.0 Date: Tue, 10 Jun 2014 00:44:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc attachments.created Message-ID: <bug-190850-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 10 Jun 2014 00:44:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190850 Bug ID: 190850 Summary: [MAINTAINER] math/py-pandas: Update to 0.14.0 Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: Normal Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: john@saltant.com CC: freebsd-python@FreeBSD.org Created attachment 143585 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=143585&action=edit Update math/py-pandas to 0.14.0 Change log ========== * Update to 0.14.0 * Integrate all recommended adjuncts as optional RUN_DEPENDS * Add missing newline escape to fix broken regression-test target * Update TEST_DEPENDS to depend on textproc/py-openpyxl1 to accommodate backwards incompatible changes in textproc/py-openpyxl * Restore misplaced auxiliary test script used by regression-test target -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Jun 10 17:54:03 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F2662BC; Tue, 10 Jun 2014 17:54:03 +0000 (UTC) Received: from mail-qc0-x231.google.com (mail-qc0-x231.google.com [IPv6:2607:f8b0:400d:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4558A20C5; Tue, 10 Jun 2014 17:54:03 +0000 (UTC) Received: by mail-qc0-f177.google.com with SMTP id i17so2649481qcy.8 for <multiple recipients>; Tue, 10 Jun 2014 10:54:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=o7tERFSvg5OLRaD0UfCeB+Zx+B64wtqMy5VC1woCUso=; b=VP1CAt7Q1wYS4bnpYuNhlyJW8rReTGc/ccTfAr9SxYb+wJ462eTt4asc5/rSv2Bqv+ Wt25ZEmKLm1fSCLS1z1luAAb40793Q/gZObWLgiNRd0ov2oosN3DryPi4syNOoPxLWyQ gGPLXpzNSyq9ACyuD+wk1YJ2ROT9+5CZgJ6meZrHPC1tUiBIFUcJpJr78rN//b2ZY6aE ZPif+eq3Hqlbdiuli+bLyXMklQGOM+ZDIxY//C0VYHSLV0l2C6Nbw+SVPRP5Qisf2FEU mSpdEEw/t0/cqcM0SEMeRcIi36wlfdy9MchhVHUSF7uLch90RKPlH/UBVzzDJvKlqLNV OsaQ== MIME-Version: 1.0 X-Received: by 10.224.130.136 with SMTP id t8mr45811266qas.49.1402422842421; Tue, 10 Jun 2014 10:54:02 -0700 (PDT) Received: by 10.140.105.230 with HTTP; Tue, 10 Jun 2014 10:54:01 -0700 (PDT) Date: Tue, 10 Jun 2014 13:54:01 -0400 Message-ID: <CA+QLa9DSsirAaP8F3NfmzaPWw2ChHYsJ5Xqg6q14V=HeKLjWUA@mail.gmail.com> Subject: Python 2.7.7 From: Robert Simmons <rsimmons0@gmail.com> To: freebsd-ports@freebsd.org, python@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 10 Jun 2014 17:54:03 -0000 Is there an ETA for updating the python27 port to 2.7.7? From owner-freebsd-python@FreeBSD.ORG Tue Jun 10 17:54:12 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5241B35E; Tue, 10 Jun 2014 17:54:12 +0000 (UTC) Received: from mail-qc0-x236.google.com (mail-qc0-x236.google.com [IPv6:2607:f8b0:400d:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0828C20C8; Tue, 10 Jun 2014 17:54:11 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id m20so2745904qcx.27 for <multiple recipients>; Tue, 10 Jun 2014 10:54:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=o7tERFSvg5OLRaD0UfCeB+Zx+B64wtqMy5VC1woCUso=; b=tLKF1fcBW+VSic/A76g3hqt+TrnDEbYhbbUkGD3PaRIXFPfsLGYNTbBMeGJqyfQscs hAO13Qy3vqXqe4X5z4WZhsMl73p+m9pQoLxr+K0ZLwPcakdYHyN7P9JnMafi495B278Q 8DvoAYqqCfwH8C+vVK+x8C9FarrbNkiH2qLmFUw3m2s6VwZAXONCvxW06X9g0TP4Eyb7 Mq88FyFLhomADKdfmeSnaKWppcQpxYucXrkw5DoM4PcLAc/vbY0MwUiTVvXXmi8xxlJu k5O2Tdx4BOztbovqtxKVosIYwSXkcMr/eTsXR4OZLdZeBZnXQiGDSUGJy8z+0wPMT58W juQw== MIME-Version: 1.0 X-Received: by 10.224.67.201 with SMTP id s9mr44347880qai.29.1402422851158; Tue, 10 Jun 2014 10:54:11 -0700 (PDT) Received: by 10.140.105.230 with HTTP; Tue, 10 Jun 2014 10:54:11 -0700 (PDT) Date: Tue, 10 Jun 2014 13:54:11 -0400 Message-ID: <CA+QLa9AJD6b=SF7enB-YQFDw=p=ChLS6eExkH9WEsoz2rvJ3Pg@mail.gmail.com> Subject: Python 2.7.7 From: Robert Simmons <rsimmons0@gmail.com> To: freebsd-ports@freebsd.org, python@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 10 Jun 2014 17:54:12 -0000 Is there an ETA for updating the python27 port to 2.7.7? From owner-freebsd-python@FreeBSD.ORG Tue Jun 10 19:00:15 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFDBE821 for <freebsd-python@freebsd.org>; Tue, 10 Jun 2014 19:00:15 +0000 (UTC) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5349627E2 for <freebsd-python@freebsd.org>; Tue, 10 Jun 2014 19:00:15 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id k14so6854263wgh.6 for <freebsd-python@freebsd.org>; Tue, 10 Jun 2014 12:00:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-type; bh=B2Nuh0zWLQitHEiOj0xrBryV7FmNw3NTIKENfDO1LzA=; b=VoRs0kI+w4gTLVqnP8qYiCpUYtAGqneGcLi3MbAGx07XZliAemZ9d1awGsK7tqeZg2 PMEq6dce+48IpAx1zJ3VN3G/z46cV2/F/6hIXITLtGGWuxhl4c6TVDP5DGvGZw3sNJWW X/rUpmW2tYypAPvPSJKLsZj7yZ37geA1gxPKND5iSXXbpHj6Z/hhisGrbbuAck8PgnHh 46qkql5YoXz0OK//y3nrB72KZR6frDBNnbmF0xS7CCZlDyaMPNoz9Iy+JRXgjYS7wBh5 kGTpa9c9esY6x2lwnhMlbwRcI3ZEjvo+Tldn0N7vaeFe19+RfJ+PtOMBl/K20FpZr5q5 oN4g== X-Received: by 10.180.81.1 with SMTP id v1mr3438390wix.10.1402426813489; Tue, 10 Jun 2014 12:00:13 -0700 (PDT) Received: from dragon.dg ([197.87.118.14]) by mx.google.com with ESMTPSA id na4sm22460895wic.21.2014.06.10.12.00.11 for <freebsd-python@freebsd.org> (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 10 Jun 2014 12:00:12 -0700 (PDT) Sender: David Naylor <naylor.b.david@gmail.com> From: David Naylor <dbn@freebsd.org> To: freebsd-python@freebsd.org Subject: Request for assistance [WAS: svn commit: r357358 - head/lang/pypy-devel] Date: Tue, 10 Jun 2014 21:00:05 +0300 Message-ID: <1440206.UFO2V20WWb@dragon.dg> Organization: FreeBSD User-Agent: KMail/4.10.5 (FreeBSD/9.2-STABLE; KDE/4.10.5; amd64; ; ) In-Reply-To: <201406101812.s5AICtvn039725@svn.freebsd.org> References: <201406101812.s5AICtvn039725@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart13887233.Ucx0oukzqm"; micalg="pgp-sha512"; protocol="application/pgp-signature" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 10 Jun 2014 19:00:15 -0000 --nextPart13887233.Ucx0oukzqm Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Hi list, I have updated pypy-devel to the latest stable release of PyPy however I don't have time, at the moment, to do the full QA to ensure it runs properly on FreeBSD. Is someone willing to do the following (in a clean environment): 1) Build and install pypy-devel using PYTHON to translate 2) Build pypy-devel using PYPY (from step 1) to translate 3) Build pypy-devel using PYPY_MINMEM (from step 1) to translate 4) Do steps 1-3 for both i386 and amd64 [1]. Bonus points for ARM (or any other system) [2]. 5) Record the memory and wall-time for the translation[3] and build[3] stage. 6) For bonus points, run the unit tests and report (or fix) any failures to upstream [4]. To summarise, please collect information to update the Wiki's[5] ``Memory Requirements'' and ``Compilation Time'' sections. The Makefile also requires information about memory requires[6]. Patches for updates also welcome :-) Thank you, David NOTES: [1] For both I use a chroot from an i386 system. [2] I don't have access to other architectures so these step has never been taken before. [3] The translation and build stage are run separately, using time(1) -l. Just scan the logs (or provide the scan logs and I can find them). [4] Due to limited time I have never undertaken this task. [5] https://wiki.freebsd.org/Python/PyPy [6] Due to PyPy's GC, if there is insufficient memory a perpetual cycling of swap thrashing ensues (due to the garbage collector repeatedly traversing the entire memory set). On Tuesday, 10 June 2014 18:12:55 David Naylor wrote: > Author: dbn > Date: Tue Jun 10 18:12:55 2014 > New Revision: 357358 > URL: http://svnweb.freebsd.org/changeset/ports/357358 > QAT: https://qat.redports.org/buildarchive/r357358/ > > Log: > Update lang/pypy-devel to 2.3.1. > > ChangeLog: > * The built-in struct module was renamed to _struct, solving issues with > IDLE and other modules > * Support for compilation with gcc-4.9 > * A CFFI-based version of the gdbm module is now included in our binary > bundle * Many issues were resolved since the 2.3 release on May 8 > > Modified: > head/lang/pypy-devel/Makefile > head/lang/pypy-devel/distinfo > head/lang/pypy-devel/pkg-plist > > Modified: head/lang/pypy-devel/Makefile > ============================================================================ > == --- head/lang/pypy-devel/Makefile Tue Jun 10 18:05:41 2014 (r357357) +++ > head/lang/pypy-devel/Makefile Tue Jun 10 18:12:55 2014 (r357358) @@ -2,11 > +2,12 @@ > # $FreeBSD$ > > PORTNAME= pypy > -DISTVERSION= 2.3 > +DISTVERSION= 2.3.1 > CATEGORIES= lang python > -MASTER_SITES= http://cdn.bitbucket.org/pypy/pypy/downloads/ > https://bitbucket.org/pypy/pypy/downloads/ > +MASTER_SITES= http://cdn.bitbucket.org/pypy/pypy/get/ > https://bitbucket.org/pypy/pypy/get/ PKGNAMESUFFIX= -devel > -DISTNAME= ${PORTNAME}-${DISTVERSION}-src > +DISTNAME= release-${DISTVERSION} > +DIST_SUBDIR= pypy > > MAINTAINER= dbn@FreeBSD.org > COMMENT= Fast, compliant implementation of the Python language > @@ -43,7 +44,7 @@ USES= compiler:c11 gettext iconv tar:bz > MAKEFILE= ${FILESDIR}/Makefile > PKGINSTALL= ${WRKDIR}/pkg-install > PKGDEINSTALL= ${WRKDIR}/pkg-deinstall > -WRKSRC= ${WRKDIR}/pypy-pypy-394146e9bb67 > +WRKSRC= ${WRKDIR}/pypy-pypy-32f35069a16d > > PYPY_VER= ${DISTVERSION:C|([0-9])\.([0-9]).*|\1.\2|} > PYTHON_IMPL_VER= 2.7 > > Modified: head/lang/pypy-devel/distinfo > ============================================================================ > == --- head/lang/pypy-devel/distinfo Tue Jun 10 18:05:41 2014 (r357357) +++ > head/lang/pypy-devel/distinfo Tue Jun 10 18:12:55 2014 (r357358) @@ -1,2 > +1,2 @@ > -SHA256 (pypy-2.3-src.tar.bz2) = > be2c271e7f9d7c0059a551ba1501713c00336e551e7f13107f0f34c721d95b0c -SIZE > (pypy-2.3-src.tar.bz2) = 14658373 > +SHA256 (pypy/release-2.3.1.tar.bz2) = > 3fd10d97c0177c33ed358a78eb26f5bf1f91b266af853564b1a9d8c310a1e439 +SIZE > (pypy/release-2.3.1.tar.bz2) = 15225332 > > Modified: head/lang/pypy-devel/pkg-plist > ============================================================================ > == --- head/lang/pypy-devel/pkg-plist Tue Jun 10 18:05:41 2014 (r357357) +++ > head/lang/pypy-devel/pkg-plist Tue Jun 10 18:12:55 2014 (r357358) @@ > -1578,6 +1578,7 @@ > %%PYPY_LIBDIR%%/lib_pypy/_tkinter/__init__.pyc > %%PYPY_LIBDIR%%/lib_pypy/_tkinter/app.py > %%PYPY_LIBDIR%%/lib_pypy/_tkinter/app.pyc > +%%PYPY_LIBDIR%%/lib_pypy/_tkinter/license.terms > %%PYPY_LIBDIR%%/lib_pypy/_tkinter/tclobj.py > %%PYPY_LIBDIR%%/lib_pypy/_tkinter/tclobj.pyc > %%PYPY_LIBDIR%%/lib_pypy/_tkinter/tklib.py > @@ -1673,6 +1674,8 @@ > %%PYPY_LIBDIR%%/lib_pypy/dbm.pyc > %%PYPY_LIBDIR%%/lib_pypy/future_builtins.py > %%PYPY_LIBDIR%%/lib_pypy/future_builtins.pyc > +%%PYPY_LIBDIR%%/lib_pypy/gdbm.py > +%%PYPY_LIBDIR%%/lib_pypy/gdbm.pyc > %%PYPY_LIBDIR%%/lib_pypy/greenlet.egg-info > %%PYPY_LIBDIR%%/lib_pypy/greenlet.py > %%PYPY_LIBDIR%%/lib_pypy/greenlet.pyc --nextPart13887233.Ucx0oukzqm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQJ8BAABCgBmBQJTl1W4XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5NDhFQzUxMUEyN0YwMzAyRTc5OUI1M0FB RDYzRkE4REQ2QjJEQTU1AAoJEK1j+o3WstpVSZkP/2VNgoOLLNWLMj/t0WOvGT14 CwwRgT/pj9eEO5n0TPnrS7jpXIl4neccrPU4v0xPV+Wq5hUX4hwNbsMI9sMRiQWY WxbaZn3JuA+nhYoaW51/GWoMm+Ul6HXaWlmg2rglyQo6++fT9BPBje2c2JXaOgtf aH2K5LgfqQgvPUcOcRjtx3GU9C/tFg61Q75PZ/5lErC1OkWVYKPvlUFu3cGRXBTh I7yU6Gsk3+URhLiYLHiJzJuUwLWCGGdqcsDcVq2emEGiJQdMX+CWDN0tedLtzDP1 mDyygEAEv0FO2t/cmrjnuioZ4swKiMvX+TNB8nPz9QRJKr4REntnvql7i1n5T8rV LDmS6cCjplY0Ws7wCXjLZbc9HTeEazPPhPv7W4DF9nuB+ppfHRs7nE7hd/cy+OxT 3FwzrhcjUoQKejASpiBt/itcJmzsoxWACq8JSIhqkuCGBIzC30z2Vxs1lmdtqKIB B0k1Q4DRXXjtt/3z8yqtJgS6jmkW8PMRAqyKiaQVRGVlANi12O7E6oxXBnvnhhno JFObrG9c0PE8bzlTrqJTu6GLakGIHy1S7X3qK0wmWD/S2nK9Dm24IjmzMO4WVoAA UuTGQP214UfaG51tPhn9VO1FBKDZAoS73FSABmxJ32F9w2EMqwx1X75bonu+O6qo MKg5eOl0fD6ekQJnN+KS =PGCs -----END PGP SIGNATURE----- --nextPart13887233.Ucx0oukzqm-- From owner-freebsd-python@FreeBSD.ORG Fri Jun 13 03:42:55 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C28FA72 for <freebsd-python@FreeBSD.org>; Fri, 13 Jun 2014 03:42:55 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 033AF2983 for <freebsd-python@FreeBSD.org>; Fri, 13 Jun 2014 03:42:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5D3gsTZ074925 for <freebsd-python@FreeBSD.org>; Fri, 13 Jun 2014 04:42:54 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 190847] [PATCH] Mk/bsd.python.mk: PYTHON_PY3K_PLIST_HACK: Take @dirrmtry entries into account as well. Date: Fri, 13 Jun 2014 03:42:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Infrastructure X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Approval Needed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: <bug-190847-17421-4nEx3SYbUg@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190847-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-190847-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Jun 2014 03:42:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190847 Mark Linimon <linimon@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[PATCH] |[PATCH] Mk/bsd.python.mk: |PYTHON_PY3K_PLIST_HACK: |PYTHON_PY3K_PLIST_HACK: |Take @dirrmtry entries into |Take @dirrmtry entries into |account as well. |account as well. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jun 13 20:04:40 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F752F98 for <freebsd-python@FreeBSD.org>; Fri, 13 Jun 2014 20:04:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45E92212B for <freebsd-python@FreeBSD.org>; Fri, 13 Jun 2014 20:04:40 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5DK4ejX008243 for <freebsd-python@FreeBSD.org>; Fri, 13 Jun 2014 21:04:40 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 190847] [PATCH] Mk/bsd.python.mk: PYTHON_PY3K_PLIST_HACK: Take @dirrmtry entries into account as well. Date: Fri, 13 Jun 2014 20:04:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Infrastructure X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rakuco@FreeBSD.org X-Bugzilla-Status: Approval Needed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: <bug-190847-17421-qmvK5Ntvvs@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190847-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-190847-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Jun 2014 20:04:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190847 Raphael Kubo da Costa <rakuco@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #143581|0 |1 is obsolete| | --- Comment #1 from Raphael Kubo da Costa <rakuco@FreeBSD.org> --- Created attachment 143752 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=143752&action=edit Patch v2 Sync patch with the version in Phabricator, as updating the bug here seems to be the easiest way to trigger activity there... -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sun Jun 15 02:24:18 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F2796C0; Sun, 15 Jun 2014 02:24:18 +0000 (UTC) Received: from mail-ve0-x233.google.com (mail-ve0-x233.google.com [IPv6:2607:f8b0:400c:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC3BC2477; Sun, 15 Jun 2014 02:24:17 +0000 (UTC) Received: by mail-ve0-f179.google.com with SMTP id sa20so2894489veb.38 for <multiple recipients>; Sat, 14 Jun 2014 19:24:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kiUd6Q2Ec1lMYee/7LvQN2rW/fCorSz+bEWkWPOrpwA=; b=PoJOFvh6PJ5QYNpR0oRbGwK9drZdrNE6J5ZAxBXZGsDFSvJrw8qS4IN7fJRzHc5Utv 5BXDSUNCwEEJCqIYR/xPHNGfr9CQpIYDtmsxQdzFBhtVWoFaQ85wTAiMCuQ9J9h9lPi+ gP6xmWr6l+EOcPpVEj14nz9KnFSuB1Gc1PdTMHASZsNJon5Q1UGLNDQWun3OG2yTSD2G Z3Lc3XBJD6+DbyzJSgn8FZAFGnh40UPXRAL/hTh2QWrCYdZ2d2imEuqXHlYX8g0TmkdX q8XwK6wxf0XLMYIsXPdOEpoLgK/Yza8qk9ObkVN3Utp2ZH0tyvsBOAyynCML+v5c7IHf O83A== MIME-Version: 1.0 X-Received: by 10.52.248.146 with SMTP id ym18mr2028283vdc.8.1402799056649; Sat, 14 Jun 2014 19:24:16 -0700 (PDT) Received: by 10.58.80.38 with HTTP; Sat, 14 Jun 2014 19:24:16 -0700 (PDT) In-Reply-To: <5385CF53.10608@saltant.com> References: <CALXkR+8ivP3m2aJN+m88Sz+4BodAxnYioBvgUotFZf_-TVPLgg@mail.gmail.com> <536C40B0.2060705@saltant.com> <CALXkR+_r4kG8CHO8R2MOsGHK4JDeEMa28MN4rzZ1hAtd+zAu4g@mail.gmail.com> <53718C14.1040807@saltant.com> <CALXkR+-6_2k4pD7-Ln6e-PbgFTKriRXSrqOpd=UVbwppi=dpvg@mail.gmail.com> <5385CF53.10608@saltant.com> Date: Sun, 15 Jun 2014 10:24:16 +0800 Message-ID: <CALXkR+9Va2zs15oTQP7BPcv4NaZotvkE4aorg=CMDatn4Zi8fg@mail.gmail.com> Subject: Re: math/py-numpy cannot satisfy libgfortran dependency on libgcc_s/GCC_4.6.0 [WAS: Re: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4] From: Irjohn Junus <i.junus@gmail.com> To: "John W. O'Brien" <john@saltant.com> Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: python@freebsd.org, Jimmy Olgeni <olgeni@freebsd.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 15 Jun 2014 02:24:18 -0000 John, Here's my /usr/local/lib/compat/pkg: [ijunus@mars /]$ ls /usr/local/lib/compat/pkg libXau.so.0 libgd.so.4 libxcb-sync.so.0 libaprutil-1.so.3 libpcre.so.1 libxcb-xkb.so.0 libatalk.so.3 libpcre16.so.0 libxcb.so.2 libffi.so.5 libpixman-1.so.30 lxml-3.1.0-py2.7.egg-info libfreetype.so.9 libsvn_ra_neon-1.so.0 libgcrypt.so.18 libxcb-randr.so.1 Thanks, Irjohn On Wed, May 28, 2014 at 7:58 PM, John W. O'Brien <john@saltant.com> wrote: > On 5/18/14 12:30 AM, Irjohn Junus wrote: > > Thank you for looking at this. Apologies for my late reply it's been > > crazy busy at work lately. > > I completely understand. As you can probably tell, my situation is similar. > > > Here's answers to your questions: > > >> 1. What is the rpath stored in your copy of those numpy files? > >> That is, what is the output from > >> > >> cd /usr/local/lib/python2.7/site-packages/numpy/linalg > >> readelf -d _umath_linalg.so | grep RPATH > >> readelf -d lapack_lite.so | grep RPATH > >> > >> ? > > > readelf -d _umath_linalg.so | grep RPATH > > 0x000000000000000f (RPATH) Library rpath: > > [/usr/local/lib/gcc47] > > readelf -d lapack_lite.so | grep RPATH > > 0x000000000000000f (RPATH) Library rpath: > > [/usr/local/lib/gcc47] > > That looks correct to me. > > >> 2. What is the contents of > >> /usr/local/lib/python2.7/site-packages/numpy/distutils/site.cfg on > your > >> machine? > > > cat /usr/local/lib/python2.7/site-packages/numpy/distutils/site.cfg > > [DEFAULT] > > lapack_type=atlas > > library_dirs = > > > /usr/lib:/usr/local/lib:/usr/local/lib/gcc47/gcc/x86_64-portbld-freebsd9.1/4.7.3/../../../ > > include_dirs = > > /usr/include:/usr/local/include:/usr/local/include/suitesparse > > src_dirs = /usr/local/src > > # search static libraries (.a) in preference to shared ones (.so) > > search_static_first = 0 > > [atlas] > > library_dirs = > > > /usr/local/lib:/usr/local/lib/gcc47/gcc/x86_64-portbld-freebsd9.1/4.7.3/../../../ > > atlas_libs = lapack, blas > > Just like mine. > > >> 2. What is the contents of /etc/make.conf on your machine? > > > cat /etc/make.conf > > # added by use.perl 2013-03-25 18:12:09 > > PERL_VERSION=5.12.4 > > #WITH_MPM=worker > > Totally innocuous. > > >> 4. How to you install and upgrade your ports? Build from source > >> by hand? Build from source with the help of portmaster, > >> poudriere, etc? > >> Install binary packages with pkg_* or ports-mgmt/pkg (pkgng)? > > > 4. > > I use portmaster exclusively, to install: > > portmaster --packages-build --delete-build-only port-name > > to upgrade: > > portmaster --dwv port-name > > I'm taking a stab in the dark here. Based on the '-w' option, might > there be any stale libs hanging around in /usr/local/lib/compat/pkg? > > I haven't been able to reproduce this, so I'm not sure which tree to > bark up next. > > -John > > From owner-freebsd-python@FreeBSD.ORG Sun Jun 15 08:37:26 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2AA10DAB for <freebsd-python@FreeBSD.org>; Sun, 15 Jun 2014 08:37:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 122D32EA7 for <freebsd-python@FreeBSD.org>; Sun, 15 Jun 2014 08:37:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5F8bPWp001406 for <freebsd-python@FreeBSD.org>; Sun, 15 Jun 2014 09:37:25 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 190850] [MAINTAINER] math/py-pandas: Update to 0.14.0 Date: Sun, 15 Jun 2014 08:37:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-190850-17421-1OKRp1U6FW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190850-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-190850-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 15 Jun 2014 08:37:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190850 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: miwi Date: Sun Jun 15 08:37:04 UTC 2014 New revision: 357841 URL: http://svnweb.freebsd.org/changeset/ports/357841 Log: - Update to 0.14.0 PR: 190850 Changes: head/math/py-pandas/Makefile head/math/py-pandas/distinfo head/math/py-pandas/files/pkg-message.in -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Sun Jun 15 08:37:39 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7DDDDFA for <freebsd-python@FreeBSD.org>; Sun, 15 Jun 2014 08:37:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF95E2EB0 for <freebsd-python@FreeBSD.org>; Sun, 15 Jun 2014 08:37:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5F8bdHW003832 for <freebsd-python@FreeBSD.org>; Sun, 15 Jun 2014 09:37:39 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 190850] [MAINTAINER] math/py-pandas: Update to 0.14.0 Date: Sun, 15 Jun 2014 08:37:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: miwi@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: <bug-190850-17421-ORghm9seDP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190850-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-190850-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 15 Jun 2014 08:37:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190850 Martin Wilke <miwi@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |Issue Resolved CC| |miwi@FreeBSD.org Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Sun Jun 15 09:50:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50718BA3 for <python@freebsd.org>; Sun, 15 Jun 2014 09:50:04 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D0DE2421 for <python@freebsd.org>; Sun, 15 Jun 2014 09:50:04 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s5F9o4mX065944 for <python@freebsd.org>; Sun, 15 Jun 2014 09:50:04 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s5F9o4eV065943; Sun, 15 Jun 2014 09:50:04 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201406150950.s5F9o4eV065943@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sun, 15 Jun 2014 09:50:04 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 15 Jun 2014 09:50:04 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 5.0.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 5.0.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 5.0.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 2.0.1 | 5.0.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Sun Jun 15 13:00:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDEE8178 for <freebsd-python@FreeBSD.org>; Sun, 15 Jun 2014 13:00:51 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6486283B for <freebsd-python@FreeBSD.org>; Sun, 15 Jun 2014 13:00:51 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5FD0peg037510 for <freebsd-python@FreeBSD.org>; Sun, 15 Jun 2014 14:00:51 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 190850] [MAINTAINER] math/py-pandas: Update to 0.14.0 Date: Sun, 15 Jun 2014 13:00:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-190850-17421-sMkup0AmBq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190850-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-190850-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 15 Jun 2014 13:00:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190850 --- Comment #2 from john@saltant.com --- Martin, Thank you for the commit. Can you help me understand why you omitted this part of the patch? * Restore misplaced auxiliary test script used by regression-test target -John -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jun 16 09:38:33 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89D7D5FB for <python@freebsd.org>; Mon, 16 Jun 2014 09:38:33 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75D5A2BDB for <python@freebsd.org>; Mon, 16 Jun 2014 09:38:33 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s5G9cXBC082280 for <python@freebsd.org>; Mon, 16 Jun 2014 09:38:33 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s5G9cX0K082279; Mon, 16 Jun 2014 09:38:33 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201406160938.s5G9cX0K082279@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 16 Jun 2014 09:38:33 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 16 Jun 2014 09:38:33 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 5.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 5.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 5.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 2.0.1 | 5.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Mon Jun 16 14:20:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81FE5B66 for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 14:20:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 697FC265C for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 14:20:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GEK43K046479 for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 15:20:04 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 190267] [PATCH] www/py-django-ldapdb: update to 0.3.2 Date: Mon, 16 Jun 2014 14:20:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wg@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: wg@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: <bug-190267-17421-dwEn7rqUHp@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190267-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-190267-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 16 Jun 2014 14:20:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190267 William Grzybowski <wg@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wg@FreeBSD.org Assignee|freebsd-python@FreeBSD.org |wg@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jun 16 14:45:22 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36CEA8D2 for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 14:45:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E4A6287B for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 14:45:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GEjLcR090806 for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 15:45:21 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 190132] [Patch] update port www/py-selenium to 2.42.0 Date: Mon, 16 Jun 2014 14:45:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wg@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: <bug-190132-17421-qHXeB728AG@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190132-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-190132-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 16 Jun 2014 14:45:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190132 William Grzybowski <wg@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Issue Resolved CC| |wg@FreeBSD.org Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jun 16 15:10:45 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3928F640 for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 15:10:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20A342AF9 for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 15:10:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GFAinc015359 for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 16:10:44 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 188930] [maintainer update] games/py-mnemosyne (2.3) Date: Mon, 16 Jun 2014 15:10:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wg@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: wg@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: <bug-188930-17421-ZZZVNnNl8e@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-188930-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-188930-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 16 Jun 2014 15:10:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188930 William Grzybowski <wg@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wg@FreeBSD.org Assignee|freebsd-python@FreeBSD.org |wg@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jun 16 15:36:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 495BD33C for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 15:36:51 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30D122DAD for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 15:36:51 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GFap7u020681 for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 16:36:51 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 186842] [Maintainer Update] devel/py-robotframework-ride 1.2.3 -> 1.3 Date: Mon, 16 Jun 2014 15:36:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wg@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: wg@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: <bug-186842-17421-CGqIxwuoYw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-186842-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-186842-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 16 Jun 2014 15:36:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186842 William Grzybowski <wg@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wg@FreeBSD.org Assignee|freebsd-python@FreeBSD.org |wg@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jun 16 15:54:16 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CB16898 for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 15:54:16 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E83012F83 for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 15:54:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GFsFYI077604 for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 16:54:15 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 186866] [patch] print/py-reportlab2 Update from 2.5 to 2.7 Date: Mon, 16 Jun 2014 15:54:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wg@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: wg@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: <bug-186866-17421-68NSF86k3N@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-186866-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-186866-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 16 Jun 2014 15:54:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186866 William Grzybowski <wg@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wg@FreeBSD.org Assignee|freebsd-python@FreeBSD.org |wg@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jun 16 18:05:23 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7415AF for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 18:05:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEBDE2C5A for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 18:05:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GI5NMN096440 for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 19:05:23 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 187956] [PATCH] devel/py-bcdoc: update to 0.12.2 Date: Mon, 16 Jun 2014 18:05:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-187956-17421-Tg8uaF6vMX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-187956-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-187956-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 16 Jun 2014 18:05:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187956 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: wg Date: Mon Jun 16 18:04:54 UTC 2014 New revision: 358031 URL: http://svnweb.freebsd.org/changeset/ports/358031 Log: devel/py-bcdoc: update to 0.12.2 PR: 187956 Submitted by: takumiiinn gmail com Approved by: maintainer (timeout) Changes: head/devel/py-bcdoc/Makefile head/devel/py-bcdoc/distinfo -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jun 16 18:06:50 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A697FF for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 18:06:50 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 622322C77 for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 18:06:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GI6oWD097402 for <freebsd-python@FreeBSD.org>; Mon, 16 Jun 2014 19:06:50 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 187956] [PATCH] devel/py-bcdoc: update to 0.12.2 Date: Mon, 16 Jun 2014 18:06:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wg@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: wg@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: <bug-187956-17421-OjpHtXeGza@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-187956-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-187956-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 16 Jun 2014 18:06:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187956 William Grzybowski <wg@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wg@FreeBSD.org Assignee|freebsd-python@FreeBSD.org |wg@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Jun 17 10:31:38 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE1B7439; Tue, 17 Jun 2014 10:31:38 +0000 (UTC) Received: from mail-pb0-x22c.google.com (mail-pb0-x22c.google.com [IPv6:2607:f8b0:400e:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C25C42EBE; Tue, 17 Jun 2014 10:31:38 +0000 (UTC) Received: by mail-pb0-f44.google.com with SMTP id md12so4712672pbc.17 for <multiple recipients>; Tue, 17 Jun 2014 03:31:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=a+6kY6MAGNBH008SRbmkmvJy2vUwZjDekUnvTqiXS6g=; b=Bq2kDh69tow6Cowpq+DGCecma/BoGbOva7D4tT2oLla6paPFJ/DnceaAAURTEBb0fE PYM9ORa3ZALviNXFx4H8tox1JjauN9QjXJM+WnyCyxtnvttRLgsOmfrhH9PhYFLYsaRs tljutxY0A3nEsL1TYRyXG4z73hj2ZkRoRvYsCo1LObp316/DOtUVr/KwSsqzVobs/xju mQbGAgXwTTRj1bEsptpQ4RRdkTDcRQV2U3k5Zntb9aGNBoYFZ8KY77sX4l2i0TXzIFMb +lhjtXiveJ7heNo+5bjaPGxhNFW5TsoBmcc74e+5aiyxOzBYhSU3JtW9yldPdZZ/GyUn Upgg== MIME-Version: 1.0 X-Received: by 10.66.162.74 with SMTP id xy10mr20590449pab.4.1403001098483; Tue, 17 Jun 2014 03:31:38 -0700 (PDT) Sender: lwhsu.freebsd@gmail.com Received: by 10.70.65.71 with HTTP; Tue, 17 Jun 2014 03:31:38 -0700 (PDT) In-Reply-To: <CA+QLa9AJD6b=SF7enB-YQFDw=p=ChLS6eExkH9WEsoz2rvJ3Pg@mail.gmail.com> References: <CA+QLa9AJD6b=SF7enB-YQFDw=p=ChLS6eExkH9WEsoz2rvJ3Pg@mail.gmail.com> Date: Tue, 17 Jun 2014 18:31:38 +0800 X-Google-Sender-Auth: Cw178Y4dt7-RppCROLF8kV7HpZY Message-ID: <CAKBkRUy6hr2bNVudF3+zzvDiMiWStPLD6c1R1w1JH_+OKcJxJA@mail.gmail.com> Subject: Re: Python 2.7.7 From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: Robert Simmons <rsimmons0@gmail.com> Content-Type: text/plain; charset=UTF-8 Cc: python <python@freebsd.org>, FreeBSD Ports ML <freebsd-ports@freebsd.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 17 Jun 2014 10:31:39 -0000 On Wed, Jun 11, 2014 at 1:54 AM, Robert Simmons <rsimmons0@gmail.com> wrote: > Is there an ETA for updating the python27 port to 2.7.7? I just made a patch for updating python27: https://people.freebsd.org/~lwhsu/patch/python-2.7.7.diff If the tests are fine and there is no exp-run needed (I suppose no?), I plan to commit it next week. BTW, I will not be available on 6/19~22, if anyone wants to pick it up and commit it, you're welcomed! Li-Wen -- Li-Wen Hsu http://lwhsu.org From owner-freebsd-python@FreeBSD.ORG Tue Jun 17 11:23:26 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 41C26F7C for <freebsd-python@freebsd.org>; Tue, 17 Jun 2014 11:23:26 +0000 (UTC) Received: from smtprelay05.ispgateway.de (smtprelay05.ispgateway.de [80.67.31.97]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F38AE237F for <freebsd-python@freebsd.org>; Tue, 17 Jun 2014 11:23:25 +0000 (UTC) Received: from [80.67.16.121] (helo=webmailfront01.ispgateway.de) by smtprelay05.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from <mva@freebsd.org>) id 1WwrSy-0005jD-HL for freebsd-python@freebsd.org; Tue, 17 Jun 2014 13:22:16 +0200 Received: from his1.his.de (his1.his.de [192.124.237.237]) by webmail.df.eu (Horde Framework) with HTTP; Tue, 17 Jun 2014 13:22:16 +0200 Date: Tue, 17 Jun 2014 13:22:16 +0200 Message-ID: <20140617132216.Horde.Lce6wqtFBWF13HgfAJ18Sg1@webmail.df.eu> From: Marcus von Appen <mva@freebsd.org> To: freebsd-python@freebsd.org Subject: Re: Python 2.7.7 References: <CA+QLa9AJD6b=SF7enB-YQFDw=p=ChLS6eExkH9WEsoz2rvJ3Pg@mail.gmail.com> <CAKBkRUy6hr2bNVudF3+zzvDiMiWStPLD6c1R1w1JH_+OKcJxJA@mail.gmail.com> In-Reply-To: <CAKBkRUy6hr2bNVudF3+zzvDiMiWStPLD6c1R1w1JH_+OKcJxJA@mail.gmail.com> Reply-to: mva@freebsd.org User-Agent: Internet Messaging Program (IMP) H5 (6.0.4) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-Df-Sender: ZnJlZWJzZEBzeXNmYXVsdC5vcmc= X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 17 Jun 2014 11:23:26 -0000 Li-Wen Hsu <lwhsu@freebsd.org>: > On Wed, Jun 11, 2014 at 1:54 AM, Robert Simmons <rsimmons0@gmail.com> wrote: >> Is there an ETA for updating the python27 port to 2.7.7? > > I just made a patch for updating python27: > > https://people.freebsd.org/~lwhsu/patch/python-2.7.7.diff lang/python27/files/patch-Lib__distutils__unixccompiler.py should be kept. http://bugs.python.org/issue20767 has not been closed yet and the 2.7.7 source code does not incorporate the change nor does the NEWS file indicate anything related to the issue. I'm also unsure about the fcntl.ioctl() patch change. The 2.7.6 patch used an unsigned long on purpose, since we are not limited to 32 bit. The 2.7.7 patch however seems to revert this behaviour, limiting ioctl() to 32 bit, which will most likely have an impact on ports using ioctl(). I can't find a related python issue - did we ever report our change upstream? Cheers Marcus From owner-freebsd-python@FreeBSD.ORG Tue Jun 17 11:34:34 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D440213; Tue, 17 Jun 2014 11:34:34 +0000 (UTC) Received: from mail-pb0-x236.google.com (mail-pb0-x236.google.com [IPv6:2607:f8b0:400e:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CEF062474; Tue, 17 Jun 2014 11:34:33 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id un15so2523736pbc.13 for <multiple recipients>; Tue, 17 Jun 2014 04:34:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=c5Spj0ymx6IFybxL4vLF4gtyCl7TlgtFFu4ByG9WnXc=; b=u6RGG8b80TIUkISeYOuS61Xgm/UYdkiydvh0aqR37KSCNUC2obH+upEgat7oKUMe7s LZZaMoR2BB7Tum+u5Uzf3+Ln3TOvstUuiYgmLB1XofYZguhvEKv0xmJNsb7x2vvfjKo7 /Le9UB+8kjWDyxPQogK7gFecmo7qyjF4pvQ1H/p9m9R4o0yXEfEpCEWbwETiB5te/vgL o6nfqV/gwgQ2xQmP8hdc7ROZEmfOzKpzYGum65pY3s/u8M2cDFDYb6kK/7rmciU/rpTz X9eBcO2oUZNB/lPqh4Qp2StGNV5tl5FtMIbZoFYDbfE1LHkD5k8d6bmqU4fy8/Z4eIdK dy0Q== X-Received: by 10.66.136.103 with SMTP id pz7mr32210033pab.140.1403004873345; Tue, 17 Jun 2014 04:34:33 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id si8sm83873485pab.27.2014.06.17.04.34.31 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Jun 2014 04:34:32 -0700 (PDT) Sender: Kubilay Kocak <koobs.freebsd@gmail.com> Message-ID: <53A027BD.2030203@FreeBSD.org> Date: Tue, 17 Jun 2014 21:34:21 +1000 From: Kubilay Kocak <koobs@FreeBSD.org> Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: mva@freebsd.org, freebsd-python@freebsd.org Subject: Re: Python 2.7.7 References: <CA+QLa9AJD6b=SF7enB-YQFDw=p=ChLS6eExkH9WEsoz2rvJ3Pg@mail.gmail.com> <CAKBkRUy6hr2bNVudF3+zzvDiMiWStPLD6c1R1w1JH_+OKcJxJA@mail.gmail.com> <20140617132216.Horde.Lce6wqtFBWF13HgfAJ18Sg1@webmail.df.eu> In-Reply-To: <20140617132216.Horde.Lce6wqtFBWF13HgfAJ18Sg1@webmail.df.eu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 17 Jun 2014 11:34:34 -0000 On 17/06/2014 9:22 PM, Marcus von Appen wrote: > Li-Wen Hsu <lwhsu@freebsd.org>: > >> On Wed, Jun 11, 2014 at 1:54 AM, Robert Simmons <rsimmons0@gmail.com> >> wrote: >>> Is there an ETA for updating the python27 port to 2.7.7? >> >> I just made a patch for updating python27: >> >> https://people.freebsd.org/~lwhsu/patch/python-2.7.7.diff > > lang/python27/files/patch-Lib__distutils__unixccompiler.py should be kept. > http://bugs.python.org/issue20767 has not been closed yet and the 2.7.7 > source > code does not incorporate the change nor does the NEWS file indicate > anything related > to the issue. > > I'm also unsure about the fcntl.ioctl() patch change. The 2.7.6 patch > used an > unsigned long on purpose, since we are not limited to 32 bit. The 2.7.7 > patch however > seems to revert this behaviour, limiting ioctl() to 32 bit, which will > most likely > have an impact on ports using ioctl(). I can't find a related python > issue - did we > ever report our change upstream? > > Cheers > Marcus > > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" I don't recall coming across one, but I could be wrong. If I understood the change (and its background/context), I'd upstream it in a heartbeat given its simplicity. Is the change conditional on FreeBSD? What might be required to get it upstream ready? koobs From owner-freebsd-python@FreeBSD.ORG Tue Jun 17 12:24:19 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70B4B9CD for <freebsd-python@freebsd.org>; Tue, 17 Jun 2014 12:24:19 +0000 (UTC) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.31.29]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D07A29A4 for <freebsd-python@freebsd.org>; Tue, 17 Jun 2014 12:24:18 +0000 (UTC) Received: from [80.67.16.121] (helo=webmailfront01.ispgateway.de) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from <mva@freebsd.org>) id 1WwsKF-000591-S0 for freebsd-python@freebsd.org; Tue, 17 Jun 2014 14:17:19 +0200 Received: from his1.his.de (his1.his.de [192.124.237.237]) by webmail.df.eu (Horde Framework) with HTTP; Tue, 17 Jun 2014 14:17:19 +0200 Date: Tue, 17 Jun 2014 14:17:19 +0200 Message-ID: <20140617141719.Horde.bY9jQiZwT232o0HYSxD0_w5@webmail.df.eu> From: Marcus von Appen <mva@freebsd.org> To: freebsd-python@freebsd.org Subject: Re: Python 2.7.7 References: <CA+QLa9AJD6b=SF7enB-YQFDw=p=ChLS6eExkH9WEsoz2rvJ3Pg@mail.gmail.com> <CAKBkRUy6hr2bNVudF3+zzvDiMiWStPLD6c1R1w1JH_+OKcJxJA@mail.gmail.com> <20140617132216.Horde.Lce6wqtFBWF13HgfAJ18Sg1@webmail.df.eu> <53A027BD.2030203@FreeBSD.org> In-Reply-To: <53A027BD.2030203@FreeBSD.org> Reply-to: mva@freebsd.org User-Agent: Internet Messaging Program (IMP) H5 (6.0.4) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-Df-Sender: ZnJlZWJzZEBzeXNmYXVsdC5vcmc= X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 17 Jun 2014 12:24:19 -0000 Kubilay Kocak <koobs@freebsd.org>: > On 17/06/2014 9:22 PM, Marcus von Appen wrote: >> Li-Wen Hsu <lwhsu@freebsd.org>: >> >>> On Wed, Jun 11, 2014 at 1:54 AM, Robert Simmons <rsimmons0@gmail.com> >>> wrote: >>>> Is there an ETA for updating the python27 port to 2.7.7? >>> >>> I just made a patch for updating python27: >>> >>> https://people.freebsd.org/~lwhsu/patch/python-2.7.7.diff >> >> lang/python27/files/patch-Lib__distutils__unixccompiler.py should be kept. >> http://bugs.python.org/issue20767 has not been closed yet and the 2.7.7 >> source >> code does not incorporate the change nor does the NEWS file indicate >> anything related >> to the issue. >> >> I'm also unsure about the fcntl.ioctl() patch change. The 2.7.6 patch >> used an >> unsigned long on purpose, since we are not limited to 32 bit. The 2.7.7 >> patch however >> seems to revert this behaviour, limiting ioctl() to 32 bit, which will >> most likely >> have an impact on ports using ioctl(). I can't find a related python >> issue - did we >> ever report our change upstream? >> >> Cheers >> Marcus >> >> _______________________________________________ >> freebsd-python@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-python >> To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > > I don't recall coming across one, but I could be wrong. > > If I understood the change (and its background/context), I'd upstream it > in a heartbeat given its simplicity. > > Is the change conditional on FreeBSD? What might be required to get it > upstream ready? > All hail to the revision logs: http://svnweb.freebsd.org/ports?view=revision&revision=257978 Fix fcntl module to accept 'unsigned long' type commands for ioctl(2). Although POSIX says the type is 'int', all BSD variants (including Mac OS X) have been using 'unsigned long' type for very long time and its use predates the standard long enough. For certain commands (e.g., TIOCSWINSZ, FIONBIO), the Python value may get sign-extended on 64-bit platforms (by implicit type promotion) and it causes annoying warnings from kernel such as this: WARNING pid 24509 (python2.6): ioctl sign-extension ioctl ffffffff8004667e -- cut here for more fun -- Cheers Marcus From owner-freebsd-python@FreeBSD.ORG Wed Jun 18 08:27:50 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A62CBA69 for <freebsd-python@freebsd.org>; Wed, 18 Jun 2014 08:27:50 +0000 (UTC) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.31.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63A0B261A for <freebsd-python@freebsd.org>; Wed, 18 Jun 2014 08:27:50 +0000 (UTC) Received: from [80.67.16.118] (helo=webmailfront01.ispgateway.de) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from <mva@freebsd.org>) id 1WxB6u-000891-TI for freebsd-python@freebsd.org; Wed, 18 Jun 2014 10:20:48 +0200 Received: from his1.his.de (his1.his.de [192.124.237.237]) by webmail.df.eu (Horde Framework) with HTTP; Wed, 18 Jun 2014 10:20:48 +0200 Date: Wed, 18 Jun 2014 10:20:48 +0200 Message-ID: <20140618102048.Horde.w1CivWZQea2qzyDdsxrb4w1@webmail.df.eu> From: Marcus von Appen <mva@freebsd.org> To: freebsd-python@freebsd.org Subject: Re: Wrong python_CMD in shebangfix? References: <0AE311F0-87F8-4376-8E24-742C6C54F564@gmail.com> <20140515053140.GA920@medusa.sysfault.org> <E04D7426-A04C-4609-87C7-B789B9E8E6A7@gmail.com> <9A0AFE0A-8150-41F9-962F-274D2C7A5694@gmail.com> In-Reply-To: <9A0AFE0A-8150-41F9-962F-274D2C7A5694@gmail.com> Reply-to: mva@freebsd.org User-Agent: Internet Messaging Program (IMP) H5 (6.0.4) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-Df-Sender: ZnJlZWJzZEBzeXNmYXVsdC5vcmc= X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 18 Jun 2014 08:27:50 -0000 Dmitry Sivachenko <trtrmitya@gmail.com>: > Well, so what is the consensus on this? > > May I commit the proposed patch? > Sorry, I missed the mail completely. The patch should be checked against those ports, which currently use the shebangfix for python files, but do not set python_CMD explicitly. Otherwise, we may break things in a pretty bad way, since the behaviour changes. Cheers Marcus From owner-freebsd-python@FreeBSD.ORG Wed Jun 18 19:38:21 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C04F90 for <freebsd-python@FreeBSD.org>; Wed, 18 Jun 2014 19:38:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3425128DA for <freebsd-python@FreeBSD.org>; Wed, 18 Jun 2014 19:38:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5IJcLN0016821 for <freebsd-python@FreeBSD.org>; Wed, 18 Jun 2014 20:38:21 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 190847] [PATCH] Mk/bsd.python.mk: PYTHON_PY3K_PLIST_HACK: Take @dirrmtry entries into account as well. Date: Wed, 18 Jun 2014 19:38:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Infrastructure X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Approval Needed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-190847-17421-UjLSoBVftd@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190847-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-190847-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 18 Jun 2014 19:38:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190847 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: rakuco Date: Wed Jun 18 19:37:50 UTC 2014 New revision: 358308 URL: http://svnweb.freebsd.org/changeset/ports/358308 Log: PYTHON_PY3K_PLIST_HACK: Take @dirrmtry entries into account as well. When using the plist hack to add __pycache__ entries for Python >= 3.2.0, take @dirrmtry entries into account as well, otherwise if those directories happen to contain __pycache__ subdirectories the latter will not be removed. CR: D191 PR: 190847 Changes: head/Mk/bsd.python.mk -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jun 18 19:39:39 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 669FF1D6 for <freebsd-python@FreeBSD.org>; Wed, 18 Jun 2014 19:39:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E87628F3 for <freebsd-python@FreeBSD.org>; Wed, 18 Jun 2014 19:39:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5IJddTP031362 for <freebsd-python@FreeBSD.org>; Wed, 18 Jun 2014 20:39:39 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 190847] [PATCH] Mk/bsd.python.mk: PYTHON_PY3K_PLIST_HACK: Take @dirrmtry entries into account as well. Date: Wed, 18 Jun 2014 19:39:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Infrastructure X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rakuco@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: <bug-190847-17421-U67yWC5sZ0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190847-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-190847-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 18 Jun 2014 19:39:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190847 Raphael Kubo da Costa <rakuco@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Approval Needed |Issue Resolved Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Thu Jun 19 09:33:59 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0FF1157 for <python@freebsd.org>; Thu, 19 Jun 2014 09:33:59 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE27E2B16 for <python@freebsd.org>; Thu, 19 Jun 2014 09:33:59 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s5J9XxA1092267 for <python@freebsd.org>; Thu, 19 Jun 2014 09:33:59 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s5J9XxuI092264; Thu, 19 Jun 2014 09:33:59 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201406190933.s5J9XxuI092264@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 19 Jun 2014 09:33:59 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 19 Jun 2014 09:33:59 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ www/xist | 3.25 | 5.8.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Thu Jun 19 14:50:56 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05B1B76D; Thu, 19 Jun 2014 14:50:56 +0000 (UTC) Received: from mail-pd0-x229.google.com (mail-pd0-x229.google.com [IPv6:2607:f8b0:400e:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C1E3B284B; Thu, 19 Jun 2014 14:50:55 +0000 (UTC) Received: by mail-pd0-f169.google.com with SMTP id g10so1907087pdj.28 for <multiple recipients>; Thu, 19 Jun 2014 07:50:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=CM3A/Z+k5aySr3Ab2g+CzEBxXIrbCp1oZSH5KiHK0qo=; b=sVjomFoPBJxy2rB9pW84S4EB/vTDdX4bcD5nX6wFWhLk8mAD1tp1Mi0wEQlH4b+jGR zUGoU/Rtcvx4DKYptmZSw7cuRY9UgCXwixRNH/5FcSAGTGQY+Rh100cEl17R2k/4b4R3 ta6d6FjqUfzGa75ouMwhvRSTpeJU05LCOGPCIXl9K1LkOSxfsBs6tMHSPiaGOafQVs1H 3HpNGI1jNyEYv0TdIq2TLtZ3mXFEMx6a97i+BouXSV4aWLLAbmOg9sSIoBazW0ZfAKg7 p8p5VXB86SikHfNKxUnzO9R2sz+ZfAxQdAer42nXjvUHFf55Thw2vA0QbXEZ2QHBDpG5 bAjg== X-Received: by 10.68.200.133 with SMTP id js5mr6298159pbc.138.1403189455425; Thu, 19 Jun 2014 07:50:55 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b00:808b:b4b3:c0a2:5674? (2001-44b8-31ae-7b00-808b-b4b3-c0a2-5674.static.ipv6.internode.on.net. [2001:44b8:31ae:7b00:808b:b4b3:c0a2:5674]) by mx.google.com with ESMTPSA id xk1sm28025488pac.21.2014.06.19.07.50.53 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Jun 2014 07:50:54 -0700 (PDT) Sender: Kubilay Kocak <koobs.freebsd@gmail.com> Message-ID: <53A2F8C3.8020200@FreeBSD.org> Date: Fri, 20 Jun 2014 00:50:43 +1000 From: Kubilay Kocak <koobs@FreeBSD.org> Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Robert Simmons <rsimmons0@gmail.com>, freebsd-ports@freebsd.org, python@FreeBSD.org Subject: Re: Python 2.7.7 References: <CA+QLa9DSsirAaP8F3NfmzaPWw2ChHYsJ5Xqg6q14V=HeKLjWUA@mail.gmail.com> In-Reply-To: <CA+QLa9DSsirAaP8F3NfmzaPWw2ChHYsJ5Xqg6q14V=HeKLjWUA@mail.gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: "lw >> Li-Wen Hsu" <lwhsu@freebsd.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 19 Jun 2014 14:50:56 -0000 On 11/06/2014 3:54 AM, Robert Simmons wrote: > Is there an ETA for updating the python27 port to 2.7.7? > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > Hi Robert, Li-Wen (lwhsu@, cc'd) was almost finished on an update a couple of days ago pending QA. Should be in shortly, thanks for getting in touch :) -- Koobs From owner-freebsd-python@FreeBSD.ORG Sat Jun 21 16:48:37 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F24B94B2 for <freebsd-python@FreeBSD.org>; Sat, 21 Jun 2014 16:48:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9894215B for <freebsd-python@FreeBSD.org>; Sat, 21 Jun 2014 16:48:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5LGmbxA061712 for <freebsd-python@FreeBSD.org>; Sat, 21 Jun 2014 17:48:37 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 190847] [PATCH] Mk/bsd.python.mk: PYTHON_PY3K_PLIST_HACK: Take @dirrmtry entries into account as well. Date: Sat, 21 Jun 2014 16:48:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Infrastructure X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-190847-17421-9dzMzfhzeK@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190847-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-190847-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 21 Jun 2014 16:48:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190847 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: rakuco Date: Sat Jun 21 16:48:02 UTC 2014 New revision: 358717 URL: http://svnweb.freebsd.org/changeset/ports/358717 Log: MFH: r358308 PYTHON_PY3K_PLIST_HACK: Take @dirrmtry entries into account as well. When using the plist hack to add __pycache__ entries for Python >= 3.2.0, take @dirrmtry entries into account as well, otherwise if those directories happen to contain __pycache__ subdirectories the latter will not be removed. CR: D191 PR: 190847 Approved by: portmgr (erwin) Changes: _U branches/2014Q2/ branches/2014Q2/Mk/bsd.python.mk -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sun Jun 22 19:43:20 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75732AFA; Sun, 22 Jun 2014 19:43:20 +0000 (UTC) Received: from lauren.room52.net (lauren.room52.net [210.50.193.198]) by mx1.freebsd.org (Postfix) with ESMTP id 39772207B; Sun, 22 Jun 2014 19:43:20 +0000 (UTC) Received: from lgwl-lstewart2.corp.netflix.com (76-247-182-56.lightspeed.sjcpca.sbcglobal.net [76.247.182.56]) by lauren.room52.net (Postfix) with ESMTPSA id 2B4BF7E8C2; Mon, 23 Jun 2014 05:43:10 +1000 (EST) Message-ID: <53A731CC.1000202@freebsd.org> Date: Sun, 22 Jun 2014 12:43:08 -0700 From: Lawrence Stewart <lstewart@freebsd.org> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: python@FreeBSD.org Subject: [PATCH] devel/mercurial --authormapsuffix X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.3 required=5.0 tests=UNPARSEABLE_RELAY,URI_HEX autolearn=no version=3.3.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lauren.room52.net Cc: Glen Barber <gjb@freebsd.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 22 Jun 2014 19:43:20 -0000 Hi Python team, As part of the set up and ongoing running of hg-beta.freebsd.org, I make use of a patch against devel/mercurial which allows me to append a suffix to author names during the svn -> hg incremental conversion process. clusteradm@ are working to streamline the package management on cluster hosts and it would simplify things for them if the hg-beta.freebsd.org jail did not make use of any custom compiled software. The patch in question is at [1]. and after discussion with upstream [2,3] it was decided not to fold it into the official Mercurial distribution. I'm hoping you would be happy to carry the patch in our mercurial/devel port as an off-by-default option which clusteradm@ can then enable for cluster package builds via poudriere. Thoughts? Cheers, Lawrence [1] http://people.freebsd.org/~lstewart/ports/mercurial/patch-authormapsuffix [2] http://mercurial.808500.n3.nabble.com/PATCH-convert-add-authormapsuffix-to-append-set-text-to-author-names-issue4171-td4007341.html [3] http://bz.selenic.com/show_bug.cgi?id=4171 From owner-freebsd-python@FreeBSD.ORG Sun Jun 22 19:56:16 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from hub.FreeBSD.org (hub.freebsd.org [IPv6:2001:1900:2254:206c::16:88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6D5BC8C; Sun, 22 Jun 2014 19:56:15 +0000 (UTC) Date: Sun, 22 Jun 2014 15:56:11 -0400 From: Glen Barber <gjb@FreeBSD.org> To: Lawrence Stewart <lstewart@freebsd.org> Subject: Re: [PATCH] devel/mercurial --authormapsuffix Message-ID: <20140622195610.GC1218@hub.FreeBSD.org> References: <53A731CC.1000202@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ZgsjCHEQV+PhxuqO" Content-Disposition: inline In-Reply-To: <53A731CC.1000202@freebsd.org> X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event User-Agent: Mutt/1.5.23 (2014-03-12) Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 22 Jun 2014 19:56:16 -0000 --ZgsjCHEQV+PhxuqO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 22, 2014 at 12:43:08PM -0700, Lawrence Stewart wrote: > Hi Python team, >=20 > As part of the set up and ongoing running of hg-beta.freebsd.org, I make > use of a patch against devel/mercurial which allows me to append a > suffix to author names during the svn -> hg incremental conversion proces= s. >=20 > clusteradm@ are working to streamline the package management on cluster > hosts and it would simplify things for them if the hg-beta.freebsd.org > jail did not make use of any custom compiled software. >=20 > The patch in question is at [1]. and after discussion with upstream > [2,3] it was decided not to fold it into the official Mercurial > distribution. >=20 > I'm hoping you would be happy to carry the patch in our mercurial/devel > port as an off-by-default option which clusteradm@ can then enable for > cluster package builds via poudriere. >=20 Something like what devel/bugzilla44 does would be perfect. What that port does is includes an off-by-default FREEBSD option, which we can enable in the cluster, adding the patch in question as EXTRA_PATCHES. % make -C devel/bugzilla44 -V FREEBSD_DESC Patch used internally by the FreeBSD project Glen --ZgsjCHEQV+PhxuqO Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJTpzTaAAoJELls3eqvi17QNHYP/RKyrXGnN6eEoVVoY3GIDtaq 0CQu1H/1hDrlhREdfcMg/EDcy7ZbKGc8s+JRzClGdD4obAYCFwBzcAf/62BecM3/ V5qE2sLel0prB8/aWBrkTUgSnSmJ4tz//+m6JnHWhIcW8VlmKUk6o6y4JUipRTyz Xn3mmJlp2Hxljj63TFg6ekfd1Gf9uZy0x6twBtwkCFRmbGTK1qDv7yelmG3HC8+b LqdLNHNO2NqgBE1JjmIWPvm2iux7nCJ6nCVU/5jYFypk4zjyU4sFd0FIOifM4e1e Dxsg8HGhLa7HhHN8MekJRuigTRX16/93W5UrWgbnNOTwTevcMnBy/CC+LG4GZDy7 FfCPFp0dWDlTZM9Mag/6d8bE7n+cbpkxzBjY8r8tW2z2Byc4OV5Ny2RWaqmHXuSI koYxDaI8HvNR+9t4rzBBnXXQsni+NiS+hjr6Ct1mZCvTz1vp5DkQ/pSXSvACAUBs Ichm6DwLhzEHOQZdx+GCaK3cx7C+OldA8bN3eP+3FUzxetbXd3t+5Lcr9E9lHQPY pLhrX46vaCx3e5RjTTvxzlyAKY6/dUIoL4ERjeXhCTk79pOg6mmiGXRSg5Hq/6ry HocrebmHUgF37ARbQxaIjWgfGV9zAMJw8Y59Iw7awJ7dQYvummF3O1oc1sAiR1ua EBeIrKu7E2GgjPx0BPS5 =nv65 -----END PGP SIGNATURE----- --ZgsjCHEQV+PhxuqO-- From owner-freebsd-python@FreeBSD.ORG Sun Jun 22 20:21:30 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from hub.FreeBSD.org (hub.freebsd.org [IPv6:2001:1900:2254:206c::16:88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3076128D; Sun, 22 Jun 2014 20:21:29 +0000 (UTC) Date: Sun, 22 Jun 2014 16:21:25 -0400 From: Glen Barber <gjb@FreeBSD.org> To: Lawrence Stewart <lstewart@freebsd.org> Subject: Re: [PATCH] devel/mercurial --authormapsuffix Message-ID: <20140622202125.GD1218@hub.FreeBSD.org> References: <53A731CC.1000202@freebsd.org> <20140622195610.GC1218@hub.FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="S3Smgu5mAIHx+YOO" Content-Disposition: inline In-Reply-To: <20140622195610.GC1218@hub.FreeBSD.org> X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event User-Agent: Mutt/1.5.23 (2014-03-12) Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 22 Jun 2014 20:21:30 -0000 --S3Smgu5mAIHx+YOO Content-Type: multipart/mixed; boundary="FyU5fTJCTr/6Eq8v" Content-Disposition: inline --FyU5fTJCTr/6Eq8v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 22, 2014 at 03:56:11PM -0400, Glen Barber wrote: > On Sun, Jun 22, 2014 at 12:43:08PM -0700, Lawrence Stewart wrote: > > Hi Python team, > >=20 > > As part of the set up and ongoing running of hg-beta.freebsd.org, I make > > use of a patch against devel/mercurial which allows me to append a > > suffix to author names during the svn -> hg incremental conversion proc= ess. > >=20 > > clusteradm@ are working to streamline the package management on cluster > > hosts and it would simplify things for them if the hg-beta.freebsd.org > > jail did not make use of any custom compiled software. > >=20 > > The patch in question is at [1]. and after discussion with upstream > > [2,3] it was decided not to fold it into the official Mercurial > > distribution. > >=20 > > I'm hoping you would be happy to carry the patch in our mercurial/devel > > port as an off-by-default option which clusteradm@ can then enable for > > cluster package builds via poudriere. > >=20 >=20 > Something like what devel/bugzilla44 does would be perfect. What that > port does is includes an off-by-default FREEBSD option, which we can > enable in the cluster, adding the patch in question as EXTRA_PATCHES. >=20 > % make -C devel/bugzilla44 -V FREEBSD_DESC > Patch used internally by the FreeBSD project >=20 The attached diff against the devel/mercurial port seems to do what we need. Glen --FyU5fTJCTr/6Eq8v Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="devel-mercurial.diff.txt" Content-Transfer-Encoding: quoted-printable 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 358572) +++ Makefile (working copy) @@ -14,10 +14,11 @@ USE_PYTHON=3D 2 USE_PYDISTUTILS=3Dyes =20 -OPTIONS_DEFINE=3D CA_BUNDLE DATA DOCS EXAMPLES NLS +OPTIONS_DEFINE=3D CA_BUNDLE DATA DOCS EXAMPLES NLS FREEBSD OPTIONS_DEFAULT=3DDATA OPTIONS_SUB=3D yes CA_BUNDLE_DESC=3D Install CA Certificates +FREEBSD_DESC=3D Patches used internally by the FreeBSD Project =20 CONTRIB_FILES=3D bash_completion \ casesmash.py \ @@ -66,6 +67,10 @@ EXTRA_PATCHES+=3D ${FILESDIR}/extra-patch-setup.py .endif =20 +.if ${PORT_OPTIONS:MFREEBSD} +EXTRA_PATCHES+=3D ${FILESDIR}/extra-patch-authormapsuffix +.endif + post-install: ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/doc/*.5 ${STAGEDIR}${PREFIX}/man/man5/ Index: files/extra-patch-authormapsuffix =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/extra-patch-authormapsuffix (revision 0) +++ files/extra-patch-authormapsuffix (working copy) @@ -0,0 +1,166 @@ +--- hgext/convert/__init__.py.orig 2014-06-01 17:15:14.000000000 -0400 ++++ hgext/convert/__init__.py 2014-06-22 16:11:35.609199105 -0400 +@@ -85,6 +85,9 @@ +=20 + Empty lines and lines starting with a ``#`` are ignored. +=20 ++ The authormapsuffix can be used to append set text to each ++ post-authormap-translated author name. ++ + The filemap is a file that allows filtering and remapping of files + and directories. Each line can contain one of the following + directives:: +@@ -314,6 +317,8 @@ + _('import up to source revision REV'), _('REV')), + ('A', 'authormap', '', + _('remap usernames using this file'), _('FILE')), ++ ('', 'authormapsuffix', '', ++ _('append this suffix to remapped author names'), _('SUFFIX')), + ('', 'filemap', '', + _('remap file names using contents of file'), _('FILE')), + ('', 'splicemap', '', +--- hgext/convert/convcmd.py.orig 2014-06-01 17:15:14.000000000 -0400 ++++ hgext/convert/convcmd.py 2014-06-22 16:11:35.610199033 -0400 +@@ -103,12 +103,15 @@ + self.commitcache =3D {} + self.authors =3D {} + self.authorfile =3D None ++ self.authormapsuffix =3D '' +=20 + # Record converted revisions persistently: maps source revision + # ID to target revision ID (both strings). (This is how + # incremental conversions work.) + self.map =3D mapfile(ui, revmapfile) +=20 ++ if opts.get('authormapsuffix'): ++ self.authormapsuffix =3D opts.get('authormapsuffix') + # Read first the dst author map if any + authorfile =3D self.dest.authorfile() + if authorfile and os.path.exists(authorfile): +@@ -356,7 +359,7 @@ + continue +=20 + srcauthor =3D srcauthor.strip() +- dstauthor =3D dstauthor.strip() ++ dstauthor =3D dstauthor.strip() + self.authormapsuffix + if self.authors.get(srcauthor) in (None, dstauthor): + msg =3D _('mapping author %s to %s\n') + self.ui.debug(msg % (srcauthor, dstauthor)) +@@ -370,7 +373,8 @@ +=20 + def cachecommit(self, rev): + commit =3D self.source.getcommit(rev) +- commit.author =3D self.authors.get(commit.author, commit.author) ++ commit.author =3D self.authors.get(commit.author, ++ commit.author + self.authormapsu= ffix) + # If commit.branch is None, this commit is coming from the source + # repository's default branch and destined for the default branch= in the + # destination repository. For such commits, passing a literal "No= ne" +--- tests/test-convert-authormap.t.orig 2014-06-01 17:15:14.000000000 -0400 ++++ tests/test-convert-authormap.t 2014-06-22 16:11:35.610199033 -0400 +@@ -10,6 +10,8 @@ + $ cd orig + $ echo foo > foo + $ HGUSER=3D'user name' hg ci -qAm 'foo' ++ $ echo bar > bar ++ $ HGUSER=3D'user name 2' hg ci -qAm 'bar' + $ cd .. +=20 + Explicit --authors +@@ -26,13 +28,19 @@ + scanning source... + sorting... + converting... +- 0 foo ++ 1 foo ++ 0 bar + writing author map file $TESTTMP/new/.hg/authormap (glob) + $ cat new/.hg/authormap + user name=3DLong User Name + $ hg -Rnew log +- changeset: 0:d89716e88087 ++ changeset: 1:263e7765e4b7 + tag: tip ++ user: user name 2 ++ date: Thu Jan 01 00:00:00 1970 +0000 ++ summary: bar ++ =20 ++ changeset: 0:d89716e88087 + user: Long User Name + date: Thu Jan 01 00:00:00 1970 +0000 + summary: foo +@@ -48,11 +56,72 @@ + scanning source... + sorting... + converting... +- 0 foo ++ 1 foo ++ 0 bar + $ hg -Rnew log +- changeset: 0:d89716e88087 ++ changeset: 1:263e7765e4b7 + tag: tip ++ user: user name 2 ++ date: Thu Jan 01 00:00:00 1970 +0000 ++ summary: bar ++ =20 ++ changeset: 0:d89716e88087 + user: Long User Name + date: Thu Jan 01 00:00:00 1970 +0000 + summary: foo + =20 ++ $ rm -rf new ++ ++Use authormapsuffix together with authormap ++ ++ $ cat > authormap.txt <<EOF ++ > user name =3D username ++ > user name 2 =3D username2 ++ > EOF ++ $ hg convert --authormap authormap.txt --authormapsuffix '@test.org' or= ig new ++ initializing destination new repository ++ scanning source... ++ sorting... ++ converting... ++ 1 foo ++ 0 bar ++ writing author map file $TESTTMP/new/.hg/authormap ++ $ cat new/.hg/authormap ++ user name 2=3Dusername2@test.org ++ user name=3Dusername@test.org ++ $ hg -Rnew log ++ changeset: 1:aeeaab422b32 ++ tag: tip ++ user: username2@test.org ++ date: Thu Jan 01 00:00:00 1970 +0000 ++ summary: bar ++ =20 ++ changeset: 0:51317d63da9e ++ user: username@test.org ++ date: Thu Jan 01 00:00:00 1970 +0000 ++ summary: foo ++ =20 ++ $ rm -rf new ++ ++Use authormapsuffix stand alone ++ ++ $ hg convert --authormapsuffix '@test.org' orig new ++ initializing destination new repository ++ scanning source... ++ sorting... ++ converting... ++ 1 foo ++ 0 bar ++ $ hg -Rnew log ++ changeset: 1:94e0dcfe3b0d ++ tag: tip ++ user: user name 2@test.org ++ date: Thu Jan 01 00:00:00 1970 +0000 ++ summary: bar ++ =20 ++ changeset: 0:e2ff155c86b8 ++ user: user name@test.org ++ date: Thu Jan 01 00:00:00 1970 +0000 ++ summary: foo ++ =20 ++ Property changes on: files/extra-patch-authormapsuffix ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property --FyU5fTJCTr/6Eq8v-- --S3Smgu5mAIHx+YOO Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJTpzrFAAoJELls3eqvi17QpFkQAKKmBW/sPQ1bqsisvgSRQRM7 bAV7+8Fp4Eiu4lSJz4AuwFGZTsljnXwTRejLUr6xrtWao+TYm+DTeoBBpG7ue8G+ ySumaLBWnmKuSrATq2wMFtLkWMr2MJ3jTnbQ16cfnSlH7Z8rrO4tJszjeMDtjSL3 ZpPburG5nXuAAEc6+GQc57egDxQveHakEgQ03Ezm+gIvEQOyEM1hjgzNF+WQ3Wip BnWBH0JO60Pv93+dsV55fuRkfULu2uBY/MI9HQTmnmqWEqhFyL+0NqskV9feQGeA r3xOxv42epOTozhm8OvzY5D4s2knLLUVHKcp4+gswlpryr/Lhodqsa089W+xeVfo FVtHBn1zl6EVC6SucnOMUD4rwwE07aHG5YN60/drQfW55tyyFi/Bn4J4hxN8V9BS CtO5kE3xxwU8zLh8TVwU1kgQe1Ts/YCyFt45nkwq+cfJ++yrp1yjn0gbmvOriS+h hLlfVdnQAyYo/6pOKZ3zmA/zGM0Y9Mo48YpZoHVVjpB/o+nOyTMTmGd89zcfBnuc DxeBtX+aWPd4nliBlyuVZrnn03czqbx8GBLc7gjuAhKEL0TMLMu34uL46GUe+Wph XEOrGWZ0bIit+7dVYhaajFm7WLX/V6dAk31CDh9G9EVj2GQXIT1OgsXfLJaC9aVm L197n3hJ16VjoHPgw5nA =rzjZ -----END PGP SIGNATURE----- --S3Smgu5mAIHx+YOO-- From owner-freebsd-python@FreeBSD.ORG Sun Jun 22 23:16:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71411F75; Sun, 22 Jun 2014 23:16:05 +0000 (UTC) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A9692F67; Sun, 22 Jun 2014 23:16:05 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id fp1so4897265pdb.25 for <multiple recipients>; Sun, 22 Jun 2014 16:16:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=8a9TKH9ipEJJ/9z3QqtozZUWvBhsQvawcQtGaYZ2gAM=; b=IQBUx10dZMyez20vv/KpsgoSkGIIpDiVV/I9pWgr9nrcujakJMblZ41cxGLHSTPths 4JnrJ5OWAGRoZH6QTkxCJte+Bb7Yo5/tAZX4A6pD/56OuY40pCFvMmmIyMMCVtqhmEmj ulABtCE9wFtpkLDJ7fUU+iR/QnPMFnBo/K7qcBmWr+Zxxxczbb5UIqzIagkNqfTsATdo rJpqQ/SVd5s9hUgoMwWwnOueNKdwVmofJ70wuSuayap3WXLpa8dA1mU3nN/iWJgvDK8b HeMfHWgYUHzEd8Gl+ghYY/3U4BivPXVZBT/NUZROXERcdyHUPZaM7nn3nujNQjLgkBQk rzwQ== X-Received: by 10.66.142.73 with SMTP id ru9mr23584941pab.41.1403478964328; Sun, 22 Jun 2014 16:16:04 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id oa3sm23717902pbb.15.2014.06.22.16.16.02 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Jun 2014 16:16:03 -0700 (PDT) Sender: Kubilay Kocak <koobs.freebsd@gmail.com> Message-ID: <53A763AF.9010507@FreeBSD.org> Date: Mon, 23 Jun 2014 09:15:59 +1000 From: Kubilay Kocak <koobs@FreeBSD.org> Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Lawrence Stewart <lstewart@freebsd.org>, python@FreeBSD.org Subject: Re: [PATCH] devel/mercurial --authormapsuffix References: <53A731CC.1000202@freebsd.org> In-Reply-To: <53A731CC.1000202@freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Glen Barber <gjb@freebsd.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 22 Jun 2014 23:16:05 -0000 On 23/06/2014 5:43 AM, Lawrence Stewart wrote: > Hi Python team, > > As part of the set up and ongoing running of hg-beta.freebsd.org, I make > use of a patch against devel/mercurial which allows me to append a > suffix to author names during the svn -> hg incremental conversion process. > > clusteradm@ are working to streamline the package management on cluster > hosts and it would simplify things for them if the hg-beta.freebsd.org > jail did not make use of any custom compiled software. > > The patch in question is at [1]. and after discussion with upstream > [2,3] it was decided not to fold it into the official Mercurial > distribution. > > I'm hoping you would be happy to carry the patch in our mercurial/devel > port as an off-by-default option which clusteradm@ can then enable for > cluster package builds via poudriere. > > Thoughts? > > Cheers, > Lawrence > > [1] > http://people.freebsd.org/~lstewart/ports/mercurial/patch-authormapsuffix > > [2] > http://mercurial.808500.n3.nabble.com/PATCH-convert-add-authormapsuffix-to-append-set-text-to-author-names-issue4171-td4007341.html > > [3] http://bz.selenic.com/show_bug.cgi?id=4171 > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > Sounds fine Lawrence, can you create an issue for it please so we can review/track it -- Koobs From owner-freebsd-python@FreeBSD.ORG Mon Jun 23 01:13:32 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 736645CC; Mon, 23 Jun 2014 01:13:32 +0000 (UTC) Received: from lauren.room52.net (lauren.room52.net [210.50.193.198]) by mx1.freebsd.org (Postfix) with ESMTP id 356842B47; Mon, 23 Jun 2014 01:13:31 +0000 (UTC) Received: from lgwl-lstewart2.corp.netflix.com (76-247-182-56.lightspeed.sjcpca.sbcglobal.net [76.247.182.56]) by lauren.room52.net (Postfix) with ESMTPSA id 0C5C07E88F; Mon, 23 Jun 2014 11:13:29 +1000 (EST) Message-ID: <53A77F37.5060900@freebsd.org> Date: Sun, 22 Jun 2014 18:13:27 -0700 From: Lawrence Stewart <lstewart@freebsd.org> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: koobs@FreeBSD.org, python@FreeBSD.org Subject: Re: [PATCH] devel/mercurial --authormapsuffix References: <53A731CC.1000202@freebsd.org> <53A763AF.9010507@FreeBSD.org> In-Reply-To: <53A763AF.9010507@FreeBSD.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lauren.room52.net Cc: Glen Barber <gjb@FreeBSD.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Jun 2014 01:13:32 -0000 On 06/22/14 16:15, Kubilay Kocak wrote: [snip] > > Sounds fine Lawrence, can you create an issue for it please so we can > review/track it https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191294 From owner-freebsd-python@FreeBSD.ORG Tue Jun 24 05:52:00 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2668C415 for <freebsd-python@FreeBSD.org>; Tue, 24 Jun 2014 05:52:00 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F9FE20D4 for <freebsd-python@FreeBSD.org>; Tue, 24 Jun 2014 05:52:00 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5O5pxKe017932 for <freebsd-python@FreeBSD.org>; Tue, 24 Jun 2014 06:51:59 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 190457] lang/python3 unicode fail Date: Tue, 24 Jun 2014 05:52:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: <bug-190457-17421-M2ZfEzpOvz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190457-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-190457-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Jun 2014 05:52:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190457 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koobs@FreeBSD.org --- Comment #2 from Kubilay Kocak <koobs@FreeBSD.org> --- Please include any information that may be relevant for reproduction and analysis: * What version of Python? * Is this issue report different than #171246 ? -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Jun 24 09:27:03 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE3D8CE3 for <python@freebsd.org>; Tue, 24 Jun 2014 09:27:03 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAD4C2249 for <python@freebsd.org>; Tue, 24 Jun 2014 09:27:03 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s5O9R3Lx055251 for <python@freebsd.org>; Tue, 24 Jun 2014 09:27:03 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s5O9R31P055246; Tue, 24 Jun 2014 09:27:03 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201406240927.s5O9R31P055246@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 24 Jun 2014 09:27:03 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Jun 2014 09:27:04 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 5.2 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 5.2 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 5.2 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 2.0.1 | 5.2 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Wed Jun 25 09:26:56 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1900B310 for <python@freebsd.org>; Wed, 25 Jun 2014 09:26:56 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0520B2F4D for <python@freebsd.org>; Wed, 25 Jun 2014 09:26:56 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s5P9Qtgv018821 for <python@freebsd.org>; Wed, 25 Jun 2014 09:26:55 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s5P9QtTQ018815; Wed, 25 Jun 2014 09:26:55 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201406250926.s5P9QtTQ018815@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 25 Jun 2014 09:26:55 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Jun 2014 09:26:56 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-simplejson | 3.5.2 | 3.5.3 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Wed Jun 25 17:48:42 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 860A9AD2; Wed, 25 Jun 2014 17:48:42 +0000 (UTC) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D7FA02233; Wed, 25 Jun 2014 17:48:41 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id mc6so1010362lab.38 for <multiple recipients>; Wed, 25 Jun 2014 10:48:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=ynObKZzrsOdM+0714hrRRiQw7Llh8CjKLoFBvqlYOn8=; b=fLm9vYVYQzX6deE5XXw63+7Uf9AKYgn3zABSsAC98f3kJVXHlvfQJC7Yxt6E3A4jIM ndi9tXfQIZ3Gc5yZ8IRqE3bAVQgIAnWlTE5cTbpYP9bEh3+JxHPgT++GJTm8kqyB6i0k KSCbURli7LtHGFRmlBB8DIFdWHU1lT/xBjGiC0h6Uzl7KjxoK5gD6Ab1rzh2EvbyuHr3 NkylPLxKUCsXqooiCl0HgHRbcBtYxVMAQJtVdMYz9WEODNRRllfzRphTpbjnSel6OxkG QdtEAL006AbSG3tOt5o15y2oBmH5pJXbCe7ml7YOvg+XEQzzn/Lvw36V5Re7OOqxq6t+ gDPw== MIME-Version: 1.0 X-Received: by 10.152.88.41 with SMTP id bd9mr1992067lab.91.1403718519618; Wed, 25 Jun 2014 10:48:39 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.71 with HTTP; Wed, 25 Jun 2014 10:48:39 -0700 (PDT) Date: Wed, 25 Jun 2014 10:48:39 -0700 X-Google-Sender-Auth: Io_rmli2BZ_5eAa5ZBJOad3mehQ Message-ID: <CAG=rPVdYf+aYP72owuaiecKxM7MHoDAioNpMGFJPu1G_S5fUZA@mail.gmail.com> Subject: py-libvirt problems with bhyve From: Craig Rodrigues <rodrigc@FreeBSD.org> To: "freebsd-virtualization@freebsd.org" <freebsd-virtualization@freebsd.org>, freebsd-python@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Jun 2014 17:48:42 -0000 Hi, I did the following: (1) Set up libvirt, taking Roman's latest port, and configuring bhyve support: http://people.freebsd.org/~rodrigc/libvirt/libvirt-bhyve.html (2) Installed the py-libvirt port. I wrote this code: import libvirt import sys conn = libvirt.openReadOnly(None) if conn == None: print 'Failed to open connection to the hypervisor' sys.exit(1) try: print conn.listAllDomains() #print dir(conn) dom0 = conn.lookupByName("bhyve") except: print 'Failed to find the main domain' sys.exit(1) but when I ran the code, I got this error: [] libvirt: QEMU Driver error : Domain not found: no domain with matching name 'bhyve' Failed to find the main domain Can anyone tell me how to write a py-libvirt program to start/stop a bhyve VM? Thanks. -- Craig From owner-freebsd-python@FreeBSD.ORG Wed Jun 25 18:04:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4ECC7110; Wed, 25 Jun 2014 18:04:02 +0000 (UTC) Received: from mail-lb0-x233.google.com (mail-lb0-x233.google.com [IPv6:2a00:1450:4010:c04::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6DF9E2400; Wed, 25 Jun 2014 18:04:01 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id z11so2075811lbi.24 for <multiple recipients>; Wed, 25 Jun 2014 11:03:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=HjlqYnDyIIoOIzqwNcesYbkHayS1GguJg1XuAKg1mP0=; b=VvyEzE9dCUoqEsxcMBa7aFkMHN51xB0nlY7qj5MlbVfI98aM/h88cCMZO3RfKgnlb/ pBJ+mXwUts45mEpaOelJhLOaFXMH3s30tyiCSqFfrpcHoLLANLT/PyFs8tercEaAZKv2 5ddv8KC20PpacXzrrE25215aRMQTOZTPlLFpBWjySgKsWNtpnKJ0QRNKdbwZ1EydYVTc tgP9ZrFSohy7WYS5pGPjhkV9q4DAwaBJu+OMqJgIp++5chtlV/exuCfVhfihevO4I4Pl ov9mP4RhWWzUgBTCBsv36xrdbahJS/WfimT70/TgNlemfL5n02uQPqtPH5EeUDJtyd3H u/yA== X-Received: by 10.112.53.161 with SMTP id c1mr2050733lbp.86.1403719439381; Wed, 25 Jun 2014 11:03:59 -0700 (PDT) Received: from kloomba ([95.104.140.69]) by mx.google.com with ESMTPSA id ba10sm4339535lbc.47.2014.06.25.11.03.57 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Jun 2014 11:03:58 -0700 (PDT) Sender: Roman Bogorodskiy <bogorodskiy@gmail.com> Date: Wed, 25 Jun 2014 22:01:18 +0400 From: Roman Bogorodskiy <novel@FreeBSD.org> To: Craig Rodrigues <rodrigc@FreeBSD.org> Subject: Re: py-libvirt problems with bhyve Message-ID: <20140625180116.GA1304@kloomba> References: <CAG=rPVdYf+aYP72owuaiecKxM7MHoDAioNpMGFJPu1G_S5fUZA@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="h31gzZEtNLTqOjlF" Content-Disposition: inline In-Reply-To: <CAG=rPVdYf+aYP72owuaiecKxM7MHoDAioNpMGFJPu1G_S5fUZA@mail.gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "freebsd-virtualization@freebsd.org" <freebsd-virtualization@freebsd.org>, freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Jun 2014 18:04:02 -0000 --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Craig Rodrigues wrote: > Hi, >=20 > I did the following: >=20 > (1) Set up libvirt, taking Roman's latest port, and configuring bhyve > support: >=20 > http://people.freebsd.org/~rodrigc/libvirt/libvirt-bhyve.html >=20 > (2) Installed the py-libvirt port. >=20 >=20 > I wrote this code: >=20 > import libvirt > import sys >=20 > conn =3D libvirt.openReadOnly(None) ^^^ I think here the URI should be 'bhyve:///system'. Or you could tweak libvirt.conf and assign the bhyve url value to the 'uri_default' parameter. http://libvirt.org/uri.html#URI_default > if conn =3D=3D None: > print 'Failed to open connection to the hypervisor' > sys.exit(1) >=20 > try: > print conn.listAllDomains() > #print dir(conn) > dom0 =3D conn.lookupByName("bhyve") > except: > print 'Failed to find the main domain' > sys.exit(1) >=20 >=20 > but when I ran the code, I got this error: >=20 > [] > libvirt: QEMU Driver error : Domain not found: no domain with matching na= me > 'bhyve' > Failed to find the main domain >=20 >=20 > Can anyone tell me how to write a py-libvirt program to > start/stop a bhyve VM? >=20 > Thanks. > -- > Craig > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@free= bsd.org" Roman Bogorodskiy --h31gzZEtNLTqOjlF Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (FreeBSD) iQEcBAEBAgAGBQJTqw5sAAoJEMltX/4IwiJqRuAH/jkzaoczuYaXU0pED1tfXyUN QRj33ooCdSYxqAYjQwc6YlGN2lVTnB6FVd4Dy1jkxJ+N6xruZ1OShRmEWtDkDmjx Yil0Fp9nm99f6iT/wY+yH1Tmla7MX+Bq/W4h3qAgqUOGUSDA3J35gYFFmBTA26H7 j4Caq8NeiQOxwcG8XC8Sb5h4ES3x9mW8B3f0gPQo8T+wsnsc1S/S1mCBSRh9W9nM /yf1vGLctwanSYAsg2pxw/Db0oFuB1qOdErqTVzNuqa8AVHIJNnLvG4E8DMnfetb /tz1RE0MLdA5CQB9E4HlakscH8s5wH644m9EQ+UQDTPjiM+CffbksXQcqmrZUFA= =QSSM -----END PGP SIGNATURE----- --h31gzZEtNLTqOjlF-- From owner-freebsd-python@FreeBSD.ORG Thu Jun 26 09:35:25 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30063926 for <python@freebsd.org>; Thu, 26 Jun 2014 09:35:25 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C9BB231C for <python@freebsd.org>; Thu, 26 Jun 2014 09:35:25 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s5Q9ZO57061507 for <python@freebsd.org>; Thu, 26 Jun 2014 09:35:24 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s5Q9ZOxq061503; Thu, 26 Jun 2014 09:35:24 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201406260935.s5Q9ZOxq061503@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 26 Jun 2014 09:35:24 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Jun 2014 09:35:25 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools | 5.1 | 5.2 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Thu Jun 26 15:59:58 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03D86225 for <python@FreeBSD.org>; Thu, 26 Jun 2014 15:59:58 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4FC92A5E for <python@FreeBSD.org>; Thu, 26 Jun 2014 15:59:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s5QFxvTi052392 for <python@FreeBSD.org>; Thu, 26 Jun 2014 15:59:57 GMT (envelope-from portmgr-feedback@FreeBSD.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s5QFxvlr052391; Thu, 26 Jun 2014 10:59:57 -0500 (CDT) (envelope-from portmgr-feedback@FreeBSD.org) Date: Thu, 26 Jun 2014 10:59:57 -0500 (CDT) From: portmgr-feedback@FreeBSD.org Message-Id: <201406261559.s5QFxvlr052391@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: bdrewery set sender to portmgr-feedback@FreeBSD.org using -f To: python@FreeBSD.org Subject: FreeBSD ports that you maintain require staging updates X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Jun 2014 15:59:58 -0000 Hi, You are receiving this mail as a port that you maintain does not support STAGEDIR. Please submit a PR to either stage the port or to reset maintainer to ports@FreeBSD.org if you no longer wish to maintain it. If you have already submitted a PR, please ignore this mail. It is possible that someone else has done the work to update some of yours ports already but it is your responsibility as maintainer to ensure the port is staged and kept up-to-date with the ports framework. On June 30 all unstaged ports without PR will be DEPRECATED and have their MAINTAINER reset to ports@FreeBSD.org. These ports will be set to EXPIRE on August 31. For more details see: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html Ports that you maintain that are currently unstaged (NO_STAGE=yes): x11-toolkits/py-gui You will continue to receive these mails once a week until all ports you maintain are either staged or maintainer is reset. Thanks for your efforts to help improve FreeBSD. Regards, FreeBSD ports management team. From owner-freebsd-python@FreeBSD.ORG Thu Jun 26 19:05:08 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13273B75; Thu, 26 Jun 2014 19:05:08 +0000 (UTC) Received: from mail-lb0-x230.google.com (mail-lb0-x230.google.com [IPv6:2a00:1450:4010:c04::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 131152CD0; Thu, 26 Jun 2014 19:05:06 +0000 (UTC) Received: by mail-lb0-f176.google.com with SMTP id w7so3293831lbi.35 for <multiple recipients>; Thu, 26 Jun 2014 12:05:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=tXfKyRGZe4z/JIVa65QQEzSUkViPuwEG973qZ9HBuaI=; b=wgd+WZYr23n35+bzQl450Gndyr8MnkQ2a1sprrm90B/y2krWK0YNWBsOYkylw99hdD XSJ3mbIajrIltd3wrn2q86VWrKbZSb2YHZFzr53EsoQaEnkSV+xqSKk7z/+0h2H77wf9 RrT4lp7OpgYKDlq8gBCzQH0P2kfF1Z/1U+d6AhI0/fgyxTkcSEk51rOcZsGYz2RNz1qq v6zDuzs8g/vwc0Q2DpoHFIbi7TYMeQWoSHzHhTf/DTnX441RaXevS0ExBgeecUOSHNVv v2LNwPjWTJSx0MCQMqtSGoyQGiU7hjYA2FwjR8iehrb9cOrEeonei6X/t6b+tfVm4rrg N3vQ== MIME-Version: 1.0 X-Received: by 10.152.23.6 with SMTP id i6mr12889999laf.24.1403809504933; Thu, 26 Jun 2014 12:05:04 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.71 with HTTP; Thu, 26 Jun 2014 12:05:04 -0700 (PDT) In-Reply-To: <20140625180116.GA1304@kloomba> References: <CAG=rPVdYf+aYP72owuaiecKxM7MHoDAioNpMGFJPu1G_S5fUZA@mail.gmail.com> <20140625180116.GA1304@kloomba> Date: Thu, 26 Jun 2014 12:05:04 -0700 X-Google-Sender-Auth: E17_fAuOIOB-VmbQng4lL9-yGRA Message-ID: <CAG=rPVfN-8uBx-UMF=90jevkP+Ot=i9OL3=rKCBy9B7mfMqr0w@mail.gmail.com> Subject: Re: py-libvirt problems with bhyve From: Craig Rodrigues <rodrigc@FreeBSD.org> To: Roman Bogorodskiy <novel@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: "freebsd-virtualization@freebsd.org" <freebsd-virtualization@freebsd.org>, freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Jun 2014 19:05:08 -0000 On Wed, Jun 25, 2014 at 11:01 AM, Roman Bogorodskiy <novel@freebsd.org> wrote: > Craig Rodrigues wrote: > > > > > conn = libvirt.openReadOnly(None) > ^^^ > > I think here the URI should be 'bhyve:///system'. > Or you could tweak libvirt.conf and assign the bhyve url value to the > 'uri_default' parameter. > > http://libvirt.org/uri.html#URI_default > > Hi OK, I changed my steps a little bit. I did the following: (1) Set up libvirt, taking Roman's latest port, and configuring bhyve support: http://people.freebsd.org/~rodrigc/libvirt/libvirt-bhyve.html (2) Installed the py-libvirt port. I wrote this code: import libvirt import sys # Note we need to specify the URL here conn = libvirt.openReadOnly("bhyve:///system") if conn == None: print 'Failed to open connection to the hypervisor' sys.exit(1) try: print("All domains: ",conn.listAllDomains()) print("Defined domains: ", conn.listDefinedDomains()) #print dir(conn) dom0 = conn.lookupByName("bhyve") except: print 'Failed to find the main domain' sys.exit(1) print("Domain 0: id %d running" % (dom0.ID())) print(dom0.info()) I got this: ('All domains: ', [<libvirt.virDomain object at 0x801f50550>]) ('Defined domains: ', ['bhyve']) Domain 0: id -1 running ('Domain info: ', [5, 2147483L, 0L, 1, 0L]) So that's an improvement. I started reading this tutorial on libvirt and KVM scripting: https://www.ibm.com/developerworks/linux/library/os-python-kvm-scripting1/ In that tutorial, they give an example where it is possible to configure the MAC and IP address of the VM in an XML config file. Is it possible to do that with libvirt and bhyve? Thanks. -- Craig From owner-freebsd-python@FreeBSD.ORG Sun Jun 29 09:47:40 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD787C70 for <python@freebsd.org>; Sun, 29 Jun 2014 09:47:40 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9A792A3E for <python@freebsd.org>; Sun, 29 Jun 2014 09:47:40 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s5T9le3R070110 for <python@freebsd.org>; Sun, 29 Jun 2014 09:47:40 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s5T9lefu070109; Sun, 29 Jun 2014 09:47:40 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201406290947.s5T9lefu070109@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sun, 29 Jun 2014 09:47:40 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 29 Jun 2014 09:47:40 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools | 5.1 | 5.3 ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 5.1 | 5.3 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 5.1 | 5.3 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 5.1 | 5.3 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 5.1 | 5.3 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Sun Jun 29 16:44:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 844131F5; Sun, 29 Jun 2014 16:44:51 +0000 (UTC) Received: from mail-la0-x236.google.com (mail-la0-x236.google.com [IPv6:2a00:1450:4010:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A02FE2757; Sun, 29 Jun 2014 16:44:50 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id mc6so4274606lab.27 for <multiple recipients>; Sun, 29 Jun 2014 09:44:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=nfEjwxXbx97LaEpMZucxMGzcwxTcfZ93Ga6xAgJMfVo=; b=Br6fCKPneLo04k/gnnyuns+n9UIB4Mls/uigzK9Si9Lclp5d6tl4/QEOHtNNNdL4fJ D1IUC7f5CxtIRqQULPXNp+Bw58l4myAYrYjg9pGbHVrfh5Hr0WTkdSgQhrh8ifM9qOt8 XSdWVlpgsBXAN2SxjLAueCa545KsrqFwWuoZi6pXnOaSDKFCZr8+CxJ82YUgFRlwQonv /rH6yjS6aUFjY9N2GW/7NGHC/DeHgbwkuYLeQu44I6QjBgjYmMUvuL8HPAuv0RP9Mxa0 2kL6VWnZYYyW1A/ho94JGS2Qp332z/AL+ke9wqGkjDdXWaQYERr+e1Fy+R4IG+aOaLSS v2GA== X-Received: by 10.152.20.101 with SMTP id m5mr1650118lae.68.1404060288131; Sun, 29 Jun 2014 09:44:48 -0700 (PDT) Received: from kloomba ([217.65.223.117]) by mx.google.com with ESMTPSA id yr11sm20082607lbb.5.2014.06.29.09.44.46 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 29 Jun 2014 09:44:47 -0700 (PDT) Sender: Roman Bogorodskiy <bogorodskiy@gmail.com> Date: Sun, 29 Jun 2014 20:41:58 +0400 From: Roman Bogorodskiy <novel@FreeBSD.org> To: Craig Rodrigues <rodrigc@FreeBSD.org> Subject: Re: py-libvirt problems with bhyve Message-ID: <20140629164157.GA17814@kloomba> References: <CAG=rPVdYf+aYP72owuaiecKxM7MHoDAioNpMGFJPu1G_S5fUZA@mail.gmail.com> <20140625180116.GA1304@kloomba> <CAG=rPVfN-8uBx-UMF=90jevkP+Ot=i9OL3=rKCBy9B7mfMqr0w@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline In-Reply-To: <CAG=rPVfN-8uBx-UMF=90jevkP+Ot=i9OL3=rKCBy9B7mfMqr0w@mail.gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "freebsd-virtualization@freebsd.org" <freebsd-virtualization@freebsd.org>, freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 29 Jun 2014 16:44:51 -0000 --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Craig Rodrigues wrote: > On Wed, Jun 25, 2014 at 11:01 AM, Roman Bogorodskiy <novel@freebsd.org> > wrote: >=20 > > Craig Rodrigues wrote: > > > > > > > > conn =3D libvirt.openReadOnly(None) > > ^^^ > > > > I think here the URI should be 'bhyve:///system'. >=20 >=20 > > Or you could tweak libvirt.conf and assign the bhyve url value to the > > 'uri_default' parameter. > > > > http://libvirt.org/uri.html#URI_default > > > > >=20 > Hi >=20 > OK, I changed my steps a little bit. > I did the following: >=20 > (1) Set up libvirt, taking Roman's latest port, and configuring bhyve > support: >=20 > http://people.freebsd.org/~rodrigc/libvirt/libvirt-bhyve.html >=20 > (2) Installed the py-libvirt port. >=20 >=20 > I wrote this code: >=20 > import libvirt > import sys >=20 > # Note we need to specify the URL here > conn =3D libvirt.openReadOnly("bhyve:///system") > if conn =3D=3D None: > print 'Failed to open connection to the hypervisor' > sys.exit(1) >=20 > try: > print("All domains: ",conn.listAllDomains()) > print("Defined domains: ", conn.listDefinedDomains()) > #print dir(conn) > dom0 =3D conn.lookupByName("bhyve") > except: > print 'Failed to find the main domain' > sys.exit(1) >=20 > print("Domain 0: id %d running" % (dom0.ID())) > print(dom0.info()) >=20 >=20 >=20 > I got this: >=20 > ('All domains: ', [<libvirt.virDomain object at 0x801f50550>]) > ('Defined domains: ', ['bhyve']) > Domain 0: id -1 running > ('Domain info: ', [5, 2147483L, 0L, 1, 0L]) >=20 >=20 > So that's an improvement. >=20 >=20 > I started reading this tutorial on libvirt and KVM scripting: >=20 > https://www.ibm.com/developerworks/linux/library/os-python-kvm-scripting1/ >=20 > In that tutorial, they give an example where it is possible > to configure the MAC and IP address of the VM in an XML config file. >=20 > Is it possible to do that with libvirt and bhyve? Generally, the dnsmasq related code is the same, so it should work. The script in this example seem to operate only on the network definition file, it misses the actual applying of the changes (or maybe I missed that in the article). I didn't try the script itself, but tried the suggested changes for the network definition, i.e. adding stuff like: <host mac=3D'de:af:de:af:00:03' name=3D'vm-2' ip=3D'192.168.100.3' /> do the <dhcp> section. I did 'net-destroy default', then 'net-edit default', made this change, stopped the dnsmasq and did 'net-start default' (I'm not sure if it's a bug or a feature that dnsmasq didn't stop, need to look closer into that) and rebooted a domain. It seemed to work, it got the configured IP address and the hostname. Roman Bogorodskiy --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (FreeBSD) iQEcBAEBAgAGBQJTsEHVAAoJEMltX/4IwiJqatkIAKncQVJGMDsaDsftyLaD5SzY S6Osw/egmVt45BxX9xnscLdbjSK7UxIV301O5j2eNL3FPmnLTscxBNWxND4LcAre NT4ocj1WXslfKful4MQu8x1d+ou6uIZkbZ7wUt6SmuSCh6WmGq/qf8kTpn5gbFJZ 1wb+7ZCXP4/AophbfYwS7A5dNwOWm7XQ9VDEC8VB2QBMDTpqOUjdYdboTRh3vdc6 BjNBHQaerYXxqh7v6QtOhDE50EB/Q8OEGz+D43SjtHioVhfruVGvcNEHSbm3YM+v 647ljViV3QARLhqrYLCd66Z77zPLKACFPjMEcYFYFsqBr7Mq0u4fCjn26YOJvwA= =Vamj -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62-- From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 06:29:10 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBE26DCA for <python@FreeBSD.org>; Thu, 3 Jul 2014 06:29:10 +0000 (UTC) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:8006::18]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CADC8208A for <python@FreeBSD.org>; Thu, 3 Jul 2014 06:29:10 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=ryuu.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.76) (envelope-from <randy@psg.com>) id 1X2aW4-0002Pu-VR for python@FreeBSD.org; Thu, 03 Jul 2014 06:29:09 +0000 Date: Thu, 03 Jul 2014 15:29:08 +0900 Message-ID: <m238ejrm4r.wl%randy@psg.com> From: Randy Bush <randy@psg.com> To: python@FreeBSD.org Subject: ports/169276 User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Jul 2014 06:29:11 -0000 latest python27 on i386 freebsd10 seems to have reopened bug ports/169276 FreeBSD bgpmon0.attn.jp 10.0-RELEASE-p4 FreeBSD 10.0-RELEASE-p4 #0: Tue Jun 3 12:52:18 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 bgpmon0.attn.jp:/usr/ports/lang/python27# make install ===> Installing for python27-2.7.6_4 ===> python27-2.7.6_4 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.9) ===> Checking if lang/python27 already installed ===> Registering installation for python27-2.7.6_4 pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/_elementtree.so): No such file or directory pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/pyexpat.so): No such file or directory *** Error code 74 Stop. make[1]: stopped in /usr/ports/lang/python27 *** Error code 1 randy From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 06:35:48 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD023FFA for <python@freebsd.org>; Thu, 3 Jul 2014 06:35:48 +0000 (UTC) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B120C213E for <python@freebsd.org>; Thu, 3 Jul 2014 06:35:48 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id lj1so13885940pab.15 for <python@freebsd.org>; Wed, 02 Jul 2014 23:35:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=QNnMbilSrikOO2MY8rNBEqGh8Ed/3uc1+1jXBMYdDeA=; b=uB0GPZ0PBWEbzIaT7wuKBvLh7YzSzB5+zRVdj06UR68bQe794+9IXtX32R5xqIwd4u 96G7BIhmOM2pthZJQQsH+hH+jZqYJmZQWvF6RRmgPOk9YYiaVKD8RgJP1Ih3+NdFA6GE q+v4H3fuhM8VJDbCrTzyHzk9FfoWcdoXBXf5TOruJZRb39CDZyfhPSixqaDspUlI56tD fPR2myUozpy2K+gfzszK11vlXEC2+JP2GJrVPwFkX2Xja8zLJe8iuIDzM35vqJ4J2gU6 ow8Y3uguuX5UKj27z67CuZ0Aaac5faBnfMNbIzAtGTSrIIm6HXGeInNAjgyFRbInQ159 YnhA== X-Received: by 10.66.193.5 with SMTP id hk5mr2661489pac.146.1404369348349; Wed, 02 Jul 2014 23:35:48 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b00:1150:8648:fc49:e3e7? (2001-44b8-31ae-7b00-1150-8648-fc49-e3e7.static.ipv6.internode.on.net. [2001:44b8:31ae:7b00:1150:8648:fc49:e3e7]) by mx.google.com with ESMTPSA id nz7sm3789395pdb.48.2014.07.02.23.35.46 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Jul 2014 23:35:47 -0700 (PDT) Sender: Kubilay Kocak <koobs.freebsd@gmail.com> Message-ID: <53B4F9BD.3040605@FreeBSD.org> Date: Thu, 03 Jul 2014 16:35:41 +1000 From: Kubilay Kocak <koobs@FreeBSD.org> Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Randy Bush <randy@psg.com> Subject: Re: ports/169276 References: <m238ejrm4r.wl%randy@psg.com> In-Reply-To: <m238ejrm4r.wl%randy@psg.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Jul 2014 06:35:48 -0000 On 3/07/2014 4:29 PM, Randy Bush wrote: > latest python27 on i386 freebsd10 seems to have reopened bug > ports/169276 > > FreeBSD bgpmon0.attn.jp 10.0-RELEASE-p4 FreeBSD 10.0-RELEASE-p4 #0: Tue Jun 3 12:52:18 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > > bgpmon0.attn.jp:/usr/ports/lang/python27# make install > ===> Installing for python27-2.7.6_4 > ===> python27-2.7.6_4 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.9) > ===> Checking if lang/python27 already installed > ===> Registering installation for python27-2.7.6_4 > pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/_elementtree.so): No such file or directory > pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/pyexpat.so): No such file or directory > *** Error code 74 > > Stop. > make[1]: stopped in /usr/ports/lang/python27 > *** Error code 1 > > > randy > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > Randy, Can you add a comment to the bug you mentioned, including your system information, and attach the full build log output too please. -- Koobs From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 06:46:58 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 055A4296; Thu, 3 Jul 2014 06:46:58 +0000 (UTC) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C81FB2209; Thu, 3 Jul 2014 06:46:57 +0000 (UTC) Received: by mail-pa0-f41.google.com with SMTP id fb1so13852890pad.14 for <multiple recipients>; Wed, 02 Jul 2014 23:46:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=K6ULdT2U4mU7HhvuaPRI0eJnunCNBCRW8ZKLZwluryA=; b=0h/q9R44USAEwN5LZbaccM0qh7obMKNJPmjdXl+AdaRja04C5B4CmGimZqgklvQXXJ c6NCwmqTrpStaTXn24LmmBKE+l2+GVOiqrfDA/PKzh6Ba8BDo9g1LaCy293t1dJlo1WF qweEKwPNo070PMky4pRH5zM9JqUQ8ZuyonIBQVejRjhnodprhgYTuL8WOhS5aNMFxVv9 2xwuuyNLpPOcHCytUjQzO4GJAZ53Wb5cqBqkQ6HwJ85VJDfJDw6IDYFnkyIMD63kvGea XrFIMbq/HN+8Didh2OByQ/6B/7LWUiUNZbAmyLC8GsTzWUwCNTD5jInQJslV1f3S2TXT J4ug== X-Received: by 10.66.102.102 with SMTP id fn6mr2860101pab.6.1404370017392; Wed, 02 Jul 2014 23:46:57 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b00:1150:8648:fc49:e3e7? (2001-44b8-31ae-7b00-1150-8648-fc49-e3e7.static.ipv6.internode.on.net. [2001:44b8:31ae:7b00:1150:8648:fc49:e3e7]) by mx.google.com with ESMTPSA id ox10sm3817507pdb.25.2014.07.02.23.46.55 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Jul 2014 23:46:56 -0700 (PDT) Sender: Kubilay Kocak <koobs.freebsd@gmail.com> Message-ID: <53B4FC59.9000706@FreeBSD.org> Date: Thu, 03 Jul 2014 16:46:49 +1000 From: Kubilay Kocak <koobs@FreeBSD.org> Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Randy Bush <randy@psg.com> Subject: Re: ports/169276 References: <m238ejrm4r.wl%randy@psg.com> In-Reply-To: <m238ejrm4r.wl%randy@psg.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: tijl Coosemans <tijl@FreeBSD.org>, python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Jul 2014 06:46:58 -0000 On 3/07/2014 4:29 PM, Randy Bush wrote: > latest python27 on i386 freebsd10 seems to have reopened bug > ports/169276 > > FreeBSD bgpmon0.attn.jp 10.0-RELEASE-p4 FreeBSD 10.0-RELEASE-p4 #0: Tue Jun 3 12:52:18 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > > bgpmon0.attn.jp:/usr/ports/lang/python27# make install > ===> Installing for python27-2.7.6_4 > ===> python27-2.7.6_4 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.9) > ===> Checking if lang/python27 already installed > ===> Registering installation for python27-2.7.6_4 > pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/_elementtree.so): No such file or directory > pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/pyexpat.so): No such file or directory > *** Error code 74 > > Stop. > make[1]: stopped in /usr/ports/lang/python27 > *** Error code 1 > Randy, This looks like it may be the result of fallout from: http://svnweb.freebsd.org/ports?view=revision&revision=357486 The Python build system is *very* sensitive to environment, make and other build mechanics changes. The ordering of *FLAGS is absolutely required, and in our case needs to be maintained as a workaround to avoid this upstream problem with the bundled expat library. Can you revert the above change and test the build again for us please. CC'ing tijl@ in on this thread for input. -- Koobs From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 06:52:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B0803A1 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 06:52:01 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 229D522B8 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 06:52:01 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s636q1N7009809 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 07:52:01 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 169276] Current lang/python27 fails to build 'pyexpat' and '_elementtree' modules Date: Thu, 03 Jul 2014 06:52:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: randy@psg.com X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.created Message-ID: <bug-169276-17421-Whl1WksGoh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-169276-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-169276-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Jul 2014 06:52:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169276 randy@psg.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |randy@psg.com --- Comment #4 from randy@psg.com --- Created attachment 144366 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144366&action=edit make log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 06:52:57 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BF9050A for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 06:52:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53CC722CE for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 06:52:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s636qvb5020761 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 07:52:57 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 169276] Current lang/python27 fails to build 'pyexpat' and '_elementtree' modules Date: Thu, 03 Jul 2014 06:52:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: randy@psg.com X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-169276-17421-RxUrbQHuDp@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-169276-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-169276-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Jul 2014 06:52:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169276 --- Comment #5 from randy@psg.com --- this has reappeared in FreeBSD bgpmon0.attn.jp 10.0-RELEASE-p4 FreeBSD 10.0-RELEASE-p4 #0: Tue Jun 3 12:52:18 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 06:55:39 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B4FD605 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 06:55:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52D9922EB for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 06:55:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s636tdqK025147 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 07:55:39 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 169276] Current lang/python27 fails to build 'pyexpat' and '_elementtree' modules Date: Thu, 03 Jul 2014 06:55:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: <bug-169276-17421-q3mB7aQuov@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-169276-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-169276-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Jul 2014 06:55:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169276 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Issue Resolved |Open Resolution|FIXED |--- -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 06:56:39 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AB78628 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 06:56:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8214B22F6 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 06:56:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s636udsI025878 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 07:56:39 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 169276] Current lang/python27 fails to build 'pyexpat' and '_elementtree' modules Date: Thu, 03 Jul 2014 06:56:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: <bug-169276-17421-QtdXZP4kq4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-169276-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-169276-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Jul 2014 06:56:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169276 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |In Discussion --- Comment #6 from Kubilay Kocak <koobs@FreeBSD.org> --- Thank you Randy, can you revert the changes in: http://svnweb.freebsd.org/ports/head/lang/python27/Makefile?limit_changes=0&r1=357486&r2=357485&pathrev=357486 And let us know whether that allows those modules to be built again please -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 06:57:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77DF7646 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 06:57:01 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F56722FC for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 06:57:01 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s636v1ku026155 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 07:57:01 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 169276] Current lang/python27 fails to build 'pyexpat' and '_elementtree' modules Date: Thu, 03 Jul 2014 06:57:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_severity Message-ID: <bug-169276-17421-Lcxxrj7AAC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-169276-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-169276-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Jul 2014 06:57:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169276 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Affects Only Me |Affects Many People -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 06:58:07 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60D6467D; Thu, 3 Jul 2014 06:58:07 +0000 (UTC) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:8006::18]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EDC32305; Thu, 3 Jul 2014 06:58:07 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=ryuu.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.76) (envelope-from <randy@psg.com>) id 1X2ay5-0002bm-PE; Thu, 03 Jul 2014 06:58:06 +0000 Date: Thu, 03 Jul 2014 15:58:04 +0900 Message-ID: <m21tu3rksj.wl%randy@psg.com> From: Randy Bush <randy@psg.com> To: Kubilay Kocak <koobs@FreeBSD.org> Subject: Re: ports/169276 In-Reply-To: <53B4F9BD.3040605@FreeBSD.org> References: <m238ejrm4r.wl%randy@psg.com> <53B4F9BD.3040605@FreeBSD.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Jul 2014 06:58:07 -0000 > Can you add a comment to the bug you mentioned, including your system > information, and attach the full build log output too please. done randy From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 08:16:41 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD3C1583 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 08:16:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C487E2948 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 08:16:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s638GfeB073305 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 09:16:41 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 169276] Current lang/python27 fails to build 'pyexpat' and '_elementtree' modules Date: Thu, 03 Jul 2014 08:16:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: randy@psg.com X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-169276-17421-7STE2esQmr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-169276-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-169276-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Jul 2014 08:16:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169276 --- Comment #7 from randy@psg.com --- user error. cflags in make.conf <blush> -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 08:20:24 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23C2F5FB for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 08:20:24 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AD122965 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 08:20:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s638KN7N018385 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 09:20:23 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 169276] Current lang/python27 fails to build 'pyexpat' and '_elementtree' modules Date: Thu, 03 Jul 2014 08:20:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: <bug-169276-17421-Z1ouicgE9X@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-169276-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-169276-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Jul 2014 08:20:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169276 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Open --- Comment #8 from Kubilay Kocak <koobs@FreeBSD.org> --- Not your fault Randy, the Python build system *should* honour user-supplied *CFLAGS correctly, but doesn't. For our future selves, reference that Randy's /etc/make.conf contained the following entry: CFLAGS="-I/usr/local/include" I will be putting the comment back in that was removed in r357486 that mentions that we use CPPFLAGS not CFLAGS specifically for this reason (Include ordering issues) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 08:20:31 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB4BE625 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 08:20:31 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A29C7296B for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 08:20:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s638KV2x019818 for <freebsd-python@FreeBSD.org>; Thu, 3 Jul 2014 09:20:31 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 169276] Current lang/python27 fails to build 'pyexpat' and '_elementtree' modules Date: Thu, 03 Jul 2014 08:20:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: <bug-169276-17421-gF00kKbKYP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-169276-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-169276-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Jul 2014 08:20:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169276 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-python@FreeBSD.org |koobs@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 08:22:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9879F66C for <python@freebsd.org>; Thu, 3 Jul 2014 08:22:04 +0000 (UTC) Received: from mail-pd0-x22e.google.com (mail-pd0-x22e.google.com [IPv6:2607:f8b0:400e:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BBF529ED for <python@freebsd.org>; Thu, 3 Jul 2014 08:22:04 +0000 (UTC) Received: by mail-pd0-f174.google.com with SMTP id y10so13474877pdj.33 for <python@freebsd.org>; Thu, 03 Jul 2014 01:22:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=UdpoBSV+0s/1oaMvKTB2uHmgGZw6EmSV4SkMYY6kQUc=; b=SWfUUa5H+46JkYgdjINY1B5azCZNaGJHMU33ULDUI7ZVdvXxHy9JK+ugvGy43HMnB6 rZukDQy5bHBQBecVJX2Xb18wyiYex7cftZjGYoN1HUxV6T/K5iDPxtdUbh3Tg8lumsCV owye69Sy35rz/BHaJ9Q4c5kwcpNyboeHyKWOpxmgJ2eZ0+9IJnw5jJeu3Odb2VRA+49z xjJr6bpqXV3ENCWR6YdKqRGzoA8fhKNY2Krb7z3bCw3UtnnFb110BIia5PT7b9ZHYhin uXk8Z84P2iMU1gM5zQ2IGMgBA7wYlXcgthUfr4UwMXTwkaAR48SAUYn6L5ei7ZRp6wZa CobQ== X-Received: by 10.70.39.37 with SMTP id m5mr3274688pdk.131.1404375723917; Thu, 03 Jul 2014 01:22:03 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b00:1150:8648:fc49:e3e7? (2001-44b8-31ae-7b00-1150-8648-fc49-e3e7.static.ipv6.internode.on.net. [2001:44b8:31ae:7b00:1150:8648:fc49:e3e7]) by mx.google.com with ESMTPSA id t4sm4071516pds.79.2014.07.03.01.22.02 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Jul 2014 01:22:03 -0700 (PDT) Sender: Kubilay Kocak <koobs.freebsd@gmail.com> Message-ID: <53B512A5.9070802@FreeBSD.org> Date: Thu, 03 Jul 2014 18:21:57 +1000 From: Kubilay Kocak <koobs@FreeBSD.org> Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: python@FreeBSD.org Subject: Re: ports/169276 References: <m238ejrm4r.wl%randy@psg.com> In-Reply-To: <m238ejrm4r.wl%randy@psg.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Randy Bush <randy@psg.com> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Jul 2014 08:22:04 -0000 On 3/07/2014 4:29 PM, Randy Bush wrote: > latest python27 on i386 freebsd10 seems to have reopened bug > ports/169276 > > FreeBSD bgpmon0.attn.jp 10.0-RELEASE-p4 FreeBSD 10.0-RELEASE-p4 #0: Tue Jun 3 12:52:18 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > > bgpmon0.attn.jp:/usr/ports/lang/python27# make install > ===> Installing for python27-2.7.6_4 > ===> python27-2.7.6_4 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.9) > ===> Checking if lang/python27 already installed > ===> Registering installation for python27-2.7.6_4 > pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/_elementtree.so): No such file or directory > pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/pyexpat.so): No such file or directory > *** Error code 74 > > Stop. > make[1]: stopped in /usr/ports/lang/python27 > *** Error code 1 > > > randy > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > Cause identified. For more information see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169276 Thank you for helping us identify the issue Randy -- Koobs From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 09:22:28 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8206722; Thu, 3 Jul 2014 09:22:28 +0000 (UTC) Received: from mailrelay005.isp.belgacom.be (mailrelay005.isp.belgacom.be [195.238.6.171]) by mx1.freebsd.org (Postfix) with ESMTP id 22CA42F1A; Thu, 3 Jul 2014 09:22:27 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AowGAEwgtVNbsUTR/2dsb2JhbABagw1STcYqAYEJF3WEAwEBBTocHgUQCw4KCSUPKh4GE4hGAQjIDxePIgeEQwWWD4RdgUmSQoNFOy8BAQE Received: from 209.68-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.68.209]) by relay.skynet.be with ESMTP; 03 Jul 2014 11:21:14 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s639LDeR003998; Thu, 3 Jul 2014 11:21:13 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Thu, 3 Jul 2014 11:21:12 +0200 From: Tijl Coosemans <tijl@FreeBSD.org> To: Kubilay Kocak <koobs@FreeBSD.org> Subject: Re: ports/169276 Message-ID: <20140703112112.120f0db3@kalimero.tijl.coosemans.org> In-Reply-To: <53B4FC59.9000706@FreeBSD.org> References: <m238ejrm4r.wl%randy@psg.com> <53B4FC59.9000706@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Randy Bush <randy@psg.com>, python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Jul 2014 09:22:28 -0000 On Thu, 03 Jul 2014 16:46:49 +1000 Kubilay Kocak wrote: > On 3/07/2014 4:29 PM, Randy Bush wrote: >> latest python27 on i386 freebsd10 seems to have reopened bug >> ports/169276 >> >> FreeBSD bgpmon0.attn.jp 10.0-RELEASE-p4 FreeBSD 10.0-RELEASE-p4 #0: Tue Jun 3 12:52:18 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >> >> bgpmon0.attn.jp:/usr/ports/lang/python27# make install >> ===> Installing for python27-2.7.6_4 >> ===> python27-2.7.6_4 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.9) >> ===> Checking if lang/python27 already installed >> ===> Registering installation for python27-2.7.6_4 >> pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/_elementtree.so): No such file or directory >> pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/pyexpat.so): No such file or directory >> *** Error code 74 >> >> Stop. >> make[1]: stopped in /usr/ports/lang/python27 >> *** Error code 1 > > This looks like it may be the result of fallout from: > > http://svnweb.freebsd.org/ports?view=revision&revision=357486 > > The Python build system is *very* sensitive to environment, make and > other build mechanics changes. The ordering of *FLAGS is absolutely > required, and in our case needs to be maintained as a workaround to > avoid this upstream problem with the bundled expat library. > > Can you revert the above change and test the build again for us please. > > CC'ing tijl@ in on this thread for input. The package builds fine on recent head: http://beefy1.isc.freebsd.org/bulk/head-i386-default/2014-06-27_05h00m55s/logs/python27-2.7.6_4.log Also, there's this command in the build log: cc -pthread -Wl,--export-dynamic -o python Modules/python.o -L. -lpython2.7 -L/usr/local/lib -lintl -lutil -lm It is important that -L/usr/local/lib appears after -L. because otherwise -lpython2.7 refers to the installed libpython2.7.so instead the freshly built one. This can only be done by adding -L${LOCALBASE}/lib to LIBS, not to LDFLAGS. Can you send me a full build log that shows the problem? From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 09:45:31 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82A75FB0; Thu, 3 Jul 2014 09:45:31 +0000 (UTC) Received: from mail-pd0-x22a.google.com (mail-pd0-x22a.google.com [IPv6:2607:f8b0:400e:c02::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4EF9A219D; Thu, 3 Jul 2014 09:45:31 +0000 (UTC) Received: by mail-pd0-f170.google.com with SMTP id z10so13619248pdj.29 for <multiple recipients>; Thu, 03 Jul 2014 02:45:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=iJGXYkYFqz22m0W05Ra5VBA/kzw+1zb4Pwt+0dec2d0=; b=ygbADjfrWkBN3WG5NhfBcJiAVoSWuLoc9ctKdTLBPdfbg9yscyxkZ2rpMVaD3JV51i /mnGrh6Md7hfrGD00U4caZGxxkZOeoF+CDmCl5e7MXu5TdSVtzhx4T3WieQ35MJlNtxY VnZF0UHwM02iwn+yad0zPSO4VcrvoMq5QGuwlNljtLlBDr5ZC9JkC3YzQw5BlfqFOB/e o9Wy2Su4e70y/oflmmI5pt2xVXxgFbfeYcGaHBlfEnLT+k36FDMQqn4me7XiAzsmkAPH vC7ZWaSil/fnQPKS4oTtzGIWt/tTFx+8eHmwL0NUEY7fm5RBlavzARqv+C6Dw0IlolZi LARA== X-Received: by 10.68.164.67 with SMTP id yo3mr3598596pbb.104.1404380730672; Thu, 03 Jul 2014 02:45:30 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b00:1150:8648:fc49:e3e7? (2001-44b8-31ae-7b00-1150-8648-fc49-e3e7.static.ipv6.internode.on.net. [2001:44b8:31ae:7b00:1150:8648:fc49:e3e7]) by mx.google.com with ESMTPSA id ln2sm140836601pab.35.2014.07.03.02.45.28 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Jul 2014 02:45:30 -0700 (PDT) Sender: Kubilay Kocak <koobs.freebsd@gmail.com> Message-ID: <53B52633.9000000@FreeBSD.org> Date: Thu, 03 Jul 2014 19:45:23 +1000 From: Kubilay Kocak <koobs@FreeBSD.org> Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Tijl Coosemans <tijl@FreeBSD.org> Subject: Re: ports/169276 References: <m238ejrm4r.wl%randy@psg.com> <53B4FC59.9000706@FreeBSD.org> <20140703112112.120f0db3@kalimero.tijl.coosemans.org> In-Reply-To: <20140703112112.120f0db3@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Randy Bush <randy@psg.com>, python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Jul 2014 09:45:31 -0000 On 3/07/2014 7:21 PM, Tijl Coosemans wrote: > On Thu, 03 Jul 2014 16:46:49 +1000 Kubilay Kocak wrote: >> On 3/07/2014 4:29 PM, Randy Bush wrote: >>> latest python27 on i386 freebsd10 seems to have reopened bug >>> ports/169276 >>> >>> FreeBSD bgpmon0.attn.jp 10.0-RELEASE-p4 FreeBSD 10.0-RELEASE-p4 #0: Tue Jun 3 12:52:18 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >>> >>> bgpmon0.attn.jp:/usr/ports/lang/python27# make install >>> ===> Installing for python27-2.7.6_4 >>> ===> python27-2.7.6_4 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.9) >>> ===> Checking if lang/python27 already installed >>> ===> Registering installation for python27-2.7.6_4 >>> pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/_elementtree.so): No such file or directory >>> pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/pyexpat.so): No such file or directory >>> *** Error code 74 >>> >>> Stop. >>> make[1]: stopped in /usr/ports/lang/python27 >>> *** Error code 1 >> >> This looks like it may be the result of fallout from: >> >> http://svnweb.freebsd.org/ports?view=revision&revision=357486 >> >> The Python build system is *very* sensitive to environment, make and >> other build mechanics changes. The ordering of *FLAGS is absolutely >> required, and in our case needs to be maintained as a workaround to >> avoid this upstream problem with the bundled expat library. >> >> Can you revert the above change and test the build again for us please. >> >> CC'ing tijl@ in on this thread for input. > > The package builds fine on recent head: > http://beefy1.isc.freebsd.org/bulk/head-i386-default/2014-06-27_05h00m55s/logs/python27-2.7.6_4.log > > Also, there's this command in the build log: > cc -pthread -Wl,--export-dynamic -o python Modules/python.o -L. -lpython2.7 -L/usr/local/lib -lintl -lutil -lm > > It is important that -L/usr/local/lib appears after -L. because otherwise > -lpython2.7 refers to the installed libpython2.7.so instead the freshly > built one. This can only be done by adding -L${LOCALBASE}/lib to LIBS, > not to LDFLAGS. > > Can you send me a full build log that shows the problem? > Tijl, The cause of the module failures was due to a CFLAGS="-I/usr/local/include" in /etc/make.conf so that parts all sorted. This is why we kept the comment in there about using CPPFLAGS vs CFLAGS (removed in your change) I understand the rationale for the move from LDFLAGS -> LIBS, but I am still concerned due to the plethora of flags based issues we've had with Python in the past This is especially with regards to the right flags turning up in the right places for shared extensions (such as within python-config output) and doubly-so for the substantial number of workarounds that we've had to retain and maintain locally in the port (see the post-configure and pre-patch targets for lang/python27 for example) Thanks for following up -- koobs From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 10:49:31 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ACC9453B; Thu, 3 Jul 2014 10:49:31 +0000 (UTC) Received: from mailrelay004.isp.belgacom.be (mailrelay004.isp.belgacom.be [195.238.6.170]) by mx1.freebsd.org (Postfix) with ESMTP id 2555727FB; Thu, 3 Jul 2014 10:49:30 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AowGAKw0tVNbsUTR/2dsb2JhbABagw2BH8MUgxYBgQgXdYQDAQEEAScTHCMFCwsOCgklDyoeBohNDAHINRePIgeEQwEEmmyUC4NFOw Received: from 209.68-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.68.209]) by relay.skynet.be with ESMTP; 03 Jul 2014 12:47:58 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s63AluWO004738; Thu, 3 Jul 2014 12:47:56 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Thu, 3 Jul 2014 12:47:56 +0200 From: Tijl Coosemans <tijl@FreeBSD.org> To: Kubilay Kocak <koobs@FreeBSD.org> Subject: Re: ports/169276 Message-ID: <20140703124756.5177f63b@kalimero.tijl.coosemans.org> In-Reply-To: <53B52633.9000000@FreeBSD.org> References: <m238ejrm4r.wl%randy@psg.com> <53B4FC59.9000706@FreeBSD.org> <20140703112112.120f0db3@kalimero.tijl.coosemans.org> <53B52633.9000000@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Randy Bush <randy@psg.com>, python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Jul 2014 10:49:31 -0000 On Thu, 03 Jul 2014 19:45:23 +1000 Kubilay Kocak wrote: > The cause of the module failures was due to a > CFLAGS="-I/usr/local/include" in /etc/make.conf so that parts all > sorted. This is why we kept the comment in there about using CPPFLAGS vs > CFLAGS (removed in your change) I see, that will probably cause subtle problems in other ports as well. The reason I removed the comment about CPPFLAGS is because it seemed redundant to me. Flags like -I and -D should always go into CPPFLAGS. Adding them to CFLAGS is the special case. > I understand the rationale for the move from LDFLAGS -> LIBS, but I am > still concerned due to the plethora of flags based issues we've had with > Python in the past > > This is especially with regards to the right flags turning up in the > right places for shared extensions (such as within python-config output) > and doubly-so for the substantial number of workarounds that we've had > to retain and maintain locally in the port (see the post-configure and > pre-patch targets for lang/python27 for example) Ok, I think everything is ok at the moment, but feel free to contact me if some issue comes up. From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 10:51:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8ACBA705; Thu, 3 Jul 2014 10:51:01 +0000 (UTC) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 57EE72889; Thu, 3 Jul 2014 10:51:01 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id et14so27395pad.13 for <multiple recipients>; Thu, 03 Jul 2014 03:51:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=OxVKU5QjGEn9M0aBVDmD14wlN3ZP4Xn9fegu5uDokfI=; b=VnddqMc+DVb+nt6krWwE80a7tquCsQVv2Z67hGHhSwJoa8cXSM+jOWMK3yOboJefne gv5EMu7Wmgbk49b3Dunc3t1cD+8L0WvfVDtUCo/NKlctg48+u1GyzyzEWJEZKx5a1IJ4 VYZcrlj7b+m8uI9i8SOTKpwfiS3OL6e9KvSXz0osEurM+sujbicm5iWN7EPA0KzC2BBa uDruZGIVyzfRF0F+X+qM0z53eFzR2SRNJAq9X6IIdNRHhih5UY7MV54cT9gxEwCEbZNP rn9km4UIbAakl5QWIDsUQibn5ErsvnwLHRlvPth2MLAOSR05Kb61vpBJiUuUV+W+KKK7 1hxw== X-Received: by 10.66.132.81 with SMTP id os17mr3709996pab.137.1404384660928; Thu, 03 Jul 2014 03:51:00 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id vy5sm141542692pac.13.2014.07.03.03.50.59 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Jul 2014 03:51:00 -0700 (PDT) Sender: Kubilay Kocak <koobs.freebsd@gmail.com> Message-ID: <53B5358D.2030208@FreeBSD.org> Date: Thu, 03 Jul 2014 20:50:53 +1000 From: Kubilay Kocak <koobs@FreeBSD.org> Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Tijl Coosemans <tijl@FreeBSD.org> Subject: Re: ports/169276 References: <m238ejrm4r.wl%randy@psg.com> <53B4FC59.9000706@FreeBSD.org> <20140703112112.120f0db3@kalimero.tijl.coosemans.org> <53B52633.9000000@FreeBSD.org> <20140703124756.5177f63b@kalimero.tijl.coosemans.org> In-Reply-To: <20140703124756.5177f63b@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Randy Bush <randy@psg.com>, python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 Jul 2014 10:51:01 -0000 On 3/07/2014 8:47 PM, Tijl Coosemans wrote: > On Thu, 03 Jul 2014 19:45:23 +1000 Kubilay Kocak wrote: >> The cause of the module failures was due to a >> CFLAGS="-I/usr/local/include" in /etc/make.conf so that parts all >> sorted. This is why we kept the comment in there about using CPPFLAGS vs >> CFLAGS (removed in your change) > > I see, that will probably cause subtle problems in other ports as well. > > The reason I removed the comment about CPPFLAGS is because it seemed > redundant to me. Flags like -I and -D should always go into CPPFLAGS. > Adding them to CFLAGS is the special case. > >> I understand the rationale for the move from LDFLAGS -> LIBS, but I am >> still concerned due to the plethora of flags based issues we've had with >> Python in the past >> >> This is especially with regards to the right flags turning up in the >> right places for shared extensions (such as within python-config output) >> and doubly-so for the substantial number of workarounds that we've had >> to retain and maintain locally in the port (see the post-configure and >> pre-patch targets for lang/python27 for example) > > Ok, I think everything is ok at the moment, but feel free to contact > me if some issue comes up. > Much appreciated :) From owner-freebsd-python@FreeBSD.ORG Sat Jul 5 09:23:24 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06D4851F for <python@freebsd.org>; Sat, 5 Jul 2014 09:23:24 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7C9F26D0 for <python@freebsd.org>; Sat, 5 Jul 2014 09:23:23 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s659NN2k016578 for <python@freebsd.org>; Sat, 5 Jul 2014 09:23:23 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s659NNI4016574; Sat, 5 Jul 2014 09:23:23 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201407050923.s659NNI4016574@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 5 Jul 2014 09:23:23 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 05 Jul 2014 09:23:24 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ lang/python27 | 2.7.6 | 2.7.8 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Sat Jul 5 09:35:59 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 783F6967 for <python@freebsd.org>; Sat, 5 Jul 2014 09:35:59 +0000 (UTC) Received: from mail-pd0-x236.google.com (mail-pd0-x236.google.com [IPv6:2607:f8b0:400e:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C79027D9 for <python@freebsd.org>; Sat, 5 Jul 2014 09:35:59 +0000 (UTC) Received: by mail-pd0-f182.google.com with SMTP id y13so2923713pdi.13 for <python@freebsd.org>; Sat, 05 Jul 2014 02:35:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=RqVX48WMzP5UllSpxVuMBWTtafFjuIooT35+cdnt00Q=; b=i5ftS802GTYO6MFbPijVqpAfX3+l1ctocjxOMrzP0sl2QuXZrunuKnyk235AqQdf8z YCVOnxQOHL9+ulQ1yYcv3SMJ/P+jPG8jyCd68w+bbUTmrI5fJWiPK4+vEA31FHonVRa0 KHMA4WKLCohCVog7sF/fBLfodL54Lj6cnv3Zj2GbxXRcgCPzPrnjO03cve0mkC7qrwpt abyAzu1F2S2COSU7XY6rdweeNFqFcM+AYYFmiSty67k+FVb61jo3Bbl4MMMvrKSo+oIR kTHazbmV4SlXzJCJuRl8rWTWZ8mNYjrjQfkpH9q4IaamsG/iaJLLUj7oatk98TZ11zjP MH3g== X-Received: by 10.68.253.73 with SMTP id zy9mr384990pbc.114.1404552958896; Sat, 05 Jul 2014 02:35:58 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id fb4sm165277848pac.30.2014.07.05.02.35.57 for <python@freebsd.org> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 05 Jul 2014 02:35:58 -0700 (PDT) Sender: Kubilay Kocak <koobs.freebsd@gmail.com> Message-ID: <53B7C6F5.9090808@FreeBSD.org> Date: Sat, 05 Jul 2014 19:35:49 +1000 From: Kubilay Kocak <koobs@FreeBSD.org> Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: python@freebsd.org Subject: Re: FreeBSD ports you maintain which are out of date References: <201407050923.s659NNI4016574@portscout.freebsd.org> In-Reply-To: <201407050923.s659NNI4016574@portscout.freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 05 Jul 2014 09:35:59 -0000 On 5/07/2014 7:23 PM, portscout@FreeBSD.org wrote: > Dear port maintainer, > > The portscout new distfile checker has detected that one or more of your > ports appears to be out of date. Please take the opportunity to check > each of the ports listed below, and if possible and appropriate, > submit/commit an update. If any ports have already been updated, you can > safely ignore the entry. > > You will not be e-mailed again for any of the port/version combinations > below. > > Full details can be found at the following URL: > http://portscout.freebsd.org/python@freebsd.org.html > > > Port | Current version | New version > ------------------------------------------------+-----------------+------------ > lang/python27 | 2.7.6 | 2.7.8 > ------------------------------------------------+-----------------+------------ > > > If any of the above results are invalid, please check the following page > for details on how to improve portscout's detection and selection of > distfiles on a per-port basis: > > http://portscout.freebsd.org/info/portscout-portconfig.txt > > Thanks. > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > In progress! :D From owner-freebsd-python@FreeBSD.ORG Sat Jul 5 14:57:28 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FBC7E70 for <freebsd-python@freebsd.org>; Sat, 5 Jul 2014 14:57:28 +0000 (UTC) Received: from nm9-vm0.bullet.mail.bf1.yahoo.com (nm9-vm0.bullet.mail.bf1.yahoo.com [98.139.213.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D232D2137 for <freebsd-python@freebsd.org>; Sat, 5 Jul 2014 14:57:27 +0000 (UTC) Received: from [98.139.215.140] by nm9.bullet.mail.bf1.yahoo.com with NNFMP; 05 Jul 2014 14:54:25 -0000 Received: from [98.139.212.215] by tm11.bullet.mail.bf1.yahoo.com with NNFMP; 05 Jul 2014 14:54:25 -0000 Received: from [127.0.0.1] by omp1024.mail.bf1.yahoo.com with NNFMP; 05 Jul 2014 14:54:25 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 412237.59447.bm@omp1024.mail.bf1.yahoo.com Received: (qmail 34235 invoked by uid 60001); 5 Jul 2014 14:54:25 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1404572065; bh=dtEuzODfHut5DQYATwJ5Frk3iNzcG4NFC6dkmypp6FQ=; h=Message-ID:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=yvHGOeFgWxqcxRpuJrw9KAPRmT4jJPOvvXvQ9FapiYlVm7v9BSwcQEXbF599h5vaQcjNUCXNXkHtWxdHF1FJrGpwV/f6JdNI+2e/8/eAvcsxN94Syuowz+12MMWYyQzn9p/tK4Qn5YKuqqY3N+Klw09gfGTjmNpjINAh3dDuMKE= X-YMail-OSG: qCuVwaIVM1mSD2ISrss5HLEfEKYWYcOZIV.Ko7ihvyjvXbU Gm67adSsJELXRYNkHsblr9RecdYLA.LNztFDuQp8QzWkuNRXMfbbVJKGqEYZ M7Dmp..J9mVkQfy8HJdSVcu3tme9Mbgh3txOgMMHgbKjZMkbh38F8d0V6jYs 2I2H_1NgtJ3yAtIlT2KqRF1fBxj2vKeHh36sU7u8xYbTGxqeOFBiki_7oLXn nyHjDXFDF5D1apWSV7vCrzHcw_5iU6QgB22LWFb0DVbLv1nfY0igyEIIAANX yXfAqv9QI4c2Iwf_wz3odFvsclD0TqN_fAGzO_HtRxVsnKzvHF4NMgb6_FcD jqeEGTNiI1FwSI9Na.vpYNg4aDXkY3nrtnuahSqSyQsCEi4WywxKJJmcL6Hp f6tIkJG8Dr52tIGPgCsLFenaTkPBbVCu0f7.wVbGFo8HHxBUBENXb5IHcgOo FFdN8kcQMNul2p3aXS4Fve87Ps.cxZk_enm6G9BqGcyD7WE7jzNcli2E.Ojs DvJRAtw6r5JTcEXguQFiYvuHKrJWEoFORS.6nCe2uWFK_VFDwpp4.kp3RVLe cEf8hM5hNgn3B_hi3aohCyD0WZ_kr8FcuCUlNtJIYY9Hi6pR4M2DPTfY_CLA dCzjAtg-- Received: from [66.92.43.99] by web140905.mail.bf1.yahoo.com via HTTP; Sat, 05 Jul 2014 07:54:25 PDT X-Rocket-MIMEInfo: 002.001, ICAgICAgIA0KVHJhY2ViYWNrIChtb3N0IHJlY2VudCBjYWxsIGxhc3QpOg0KICBGaWxlICIvdXNyL2xvY2FsL2Jpbi9wYXJhZ3JlcCIsIGxpbmUgNSwgaW4gPG1vZHVsZT4NCiAgICBmcm9tIHBrZ19yZXNvdXJjZXMgaW1wb3J0IGxvYWRfZW50cnlfcG9pbnQNCiAgRmlsZSAiL3Vzci9sb2NhbC9saWIvcHl0aG9uMi43L3NpdGUtcGFja2FnZXMvcGtnX3Jlc291cmNlcy5weSIsIGxpbmUgMjgzNywgaW4gPG1vZHVsZT4NCiAgICB3b3JraW5nX3NldCA9IFdvcmtpbmdTZXQuX2J1aWxkX21hc3RlcigpDQogIEZpbGUBMAEBAQE- X-Mailer: YahooMailClassic/654 YahooMailWebService/0.8.191.1 Message-ID: <1404572065.15340.YahooMailBasic@web140905.mail.bf1.yahoo.com> Date: Sat, 5 Jul 2014 07:54:25 -0700 From: Jeffrey Bouquet <jeffreybouquet@yahoo.com> Subject: Way to debug/fix errors with python ports such as these [py-paragrep] To: freebsd-python@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 05 Jul 2014 14:57:28 -0000 Traceback (most recent call last): File "/usr/local/bin/paragrep", line 5, in <module> from pkg_resources import load_entry_point File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 2837, in <module> working_set = WorkingSet._build_master() File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 449, in _build_master ws.require(__requires__) File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 742, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 639, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: grizzled-python>=1.0 Methodology or wrapper program or clue as to what to reinstall ??? From owner-freebsd-python@FreeBSD.ORG Sat Jul 5 15:04:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2838923D; Sat, 5 Jul 2014 15:04:51 +0000 (UTC) Received: from mail-pd0-x236.google.com (mail-pd0-x236.google.com [IPv6:2607:f8b0:400e:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E393A21E5; Sat, 5 Jul 2014 15:04:50 +0000 (UTC) Received: by mail-pd0-f182.google.com with SMTP id y13so3118960pdi.41 for <multiple recipients>; Sat, 05 Jul 2014 08:04:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=37HJ57aDcsdPmIFYu2mjZo6y9WdbCcCiY+oo1fjyvZM=; b=zcwabuk3SdPHcirRzaM2ZbqsOEE9Kx4ttJpQ6Ghcxccdbs4AAEnpDJuI41qV1qRDXj TLL0Q5wYA8kwgi08P5z45isBeivClg47b+KM2V9Bl5LV92f+RMToPkl2jZ3fEW06NmN0 M9epGoGhYnkhEg76FQxtLoaxkyzyv+shIhdOp5sbWRykdpXZkcc3BXPoTPKJJd+owniB j+M4V+B8xo5pW2N95xS0mRDEcIgJW+YG/YkF97k96QdYjiuErzIFGDv4ng05mVK/i+mz 6ZaoMGA70UpO+8UiukGpYCEIEd5l7V4+b/HRWsfrZEKoxoyNJCPS7eNSoZDGorkuNmg2 2v7Q== X-Received: by 10.66.163.164 with SMTP id yj4mr17105624pab.91.1404572690379; Sat, 05 Jul 2014 08:04:50 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id y12sm13138750pdk.21.2014.07.05.08.04.48 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 05 Jul 2014 08:04:49 -0700 (PDT) Sender: Kubilay Kocak <koobs.freebsd@gmail.com> Message-ID: <53B81409.6030600@FreeBSD.org> Date: Sun, 06 Jul 2014 01:04:41 +1000 From: Kubilay Kocak <koobs@FreeBSD.org> Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Jeffrey Bouquet <jeffreybouquet@yahoo.com>, freebsd-python@freebsd.org Subject: Re: Way to debug/fix errors with python ports such as these [py-paragrep] References: <1404572065.15340.YahooMailBasic@web140905.mail.bf1.yahoo.com> In-Reply-To: <1404572065.15340.YahooMailBasic@web140905.mail.bf1.yahoo.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Wen Heping <wen@FreeBSD.org>, freebsd-ports@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 05 Jul 2014 15:04:51 -0000 On 6/07/2014 12:54 AM, Jeffrey Bouquet via freebsd-ports wrote: > > Traceback (most recent call last): > File "/usr/local/bin/paragrep", line 5, in <module> > from pkg_resources import load_entry_point > File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 2837, in <module> > working_set = WorkingSet._build_master() > File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 449, in _build_master > ws.require(__requires__) > File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 742, in require > needed = self.resolve(parse_requirements(requirements)) > File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 639, in resolve > raise DistributionNotFound(req) > pkg_resources.DistributionNotFound: grizzled-python>=1.0 > > Methodology or wrapper program or clue as to what to reinstall ??? > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > the py-paragrep port is dependent on : http://www.freshports.org/devel/py-grizzled/ py-grizzled is currently 0.9.4 paragrep setup.py contains this entry: https://github.com/bmc/paragrep/blob/master/setup.py#L59 paragrep complains at runtime since its grizzled >= 1.0 dependency isnt satisfied :) paragrep and grizzled are maintained by wen@ (cc'd) Two things are needed: 1) py-grizzled needs to be updated to to >= 1.0 2) The paragrep port RUN_DEPENDS should match the version requirements outlined in setup.py so that these version mismatches are more obvious to see in the future. tldr; we'd rather a port/package be uninstallable due to unsatisfied dependencies, than installed and broken. Hope that helps Jeffrey :) -- Koobs From owner-freebsd-python@FreeBSD.ORG Sat Jul 5 17:03:53 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F0D8BAD; Sat, 5 Jul 2014 17:03:53 +0000 (UTC) Received: from fire.magemana.nl (magemana.nl [IPv6:2a01:7c8:aaae:25e::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6AFDA2A96; Sat, 5 Jul 2014 17:03:53 +0000 (UTC) Received: by fire.magemana.nl (Postfix, from userid 1003) id CB1B44AB53B; Sat, 5 Jul 2014 19:03:51 +0200 (CEST) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] devel/py-setuptools: fix bytecompiled files From: Melvyn Sopacua <melvyn@magemana.nl> X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20140705170351.CB1B44AB53B@fire.magemana.nl> Date: Sat, 5 Jul 2014 19:03:51 +0200 (CEST) Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 05 Jul 2014 17:03:53 -0000 >Submitter-Id: current-users >Originator: Melvyn Sopacua >Organization: >Confidential: no >Synopsis: [PATCH] devel/py-setuptools: fix bytecompiled files >Severity: serious >Priority: medium >Category: ports >Class: sw-bug >Release: FreeBSD 9.2-RELEASE-p8 amd64 >Environment: System: FreeBSD fire.magemana.nl 9.2-RELEASE-p8 FreeBSD 9.2-RELEASE-p8 #4 r267444: Sun Jun 15 21:33:00 CEST 2014 melvyn@fire.magemana.nl:/usr/obj/usr/src/sys/TRANSIP amd64 >Description: Fixes files that are added to PLIST when using DISTUTILS_AUTOPLIST and the package is a namespace_package. Details and upstream PR: <https://bitbucket.org/pypa/setuptools/pull-request/72/fix-exclude-list-on-python-32/diff> Note: the port mentioned in the PR needs a oneliner fix to begin with. >Fix: --- fix-py-setuptools-namespace-packages.patch begins here --- diff -r 63528a5e5d19 -r a745a5a3e96d devel/py-setuptools/Makefile --- a/devel/py-setuptools/Makefile Sat Jul 05 09:54:36 2014 +0200 +++ b/devel/py-setuptools/Makefile Sat Jul 05 18:49:39 2014 +0200 @@ -2,6 +2,7 @@ PORTNAME= setuptools PORTVERSION= 5.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -r 63528a5e5d19 -r a745a5a3e96d devel/py-setuptools/files/patch-setuptools_command_install_lib.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/devel/py-setuptools/files/patch-setuptools_command_install_lib.py Sat Jul 05 18:49:39 2014 +0200 @@ -0,0 +1,35 @@ +--- setuptools/command/install_lib.py.orig Mon Jun 30 13:30:09 2014 +0200 ++++ setuptools/command/install_lib.py Sat Jul 05 17:43:39 2014 +0200 +@@ -1,5 +1,5 @@ + import distutils.command.install_lib as orig +-import os ++import os, imp + + class install_lib(orig.install_lib): + """Don't add compiled flags to filenames of non-Python files""" +@@ -16,12 +16,24 @@ + nsp = self.distribution.namespace_packages + svem = (nsp and self.get_finalized_command('install') + .single_version_externally_managed) ++ exclude_names = ['__init__.py', '__init__.pyc', '__init__.pyo'] ++ if hasattr(imp, 'get_tag') : ++ exclude_names.extend(( ++ os.path.join( ++ '__pycache__', ++ '__init__.' + imp.get_tag() + '.pyc' ++ ), ++ os.path.join( ++ '__pycache__', ++ '__init__.' + imp.get_tag() + '.pyo' ++ ), ++ )) + if svem: + for pkg in nsp: + parts = pkg.split('.') + while parts: + pkgdir = os.path.join(self.install_dir, *parts) +- for f in '__init__.py', '__init__.pyc', '__init__.pyo': ++ for f in exclude_names : + exclude[os.path.join(pkgdir,f)] = 1 + parts.pop() + return exclude --- fix-py-setuptools-namespace-packages.patch ends here --- From owner-freebsd-python@FreeBSD.ORG Sat Jul 5 23:30:53 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8DA1633B for <python@FreeBSD.org>; Sat, 5 Jul 2014 23:30:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75AA42921 for <python@FreeBSD.org>; Sat, 5 Jul 2014 23:30:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s65NUrev070658 for <python@FreeBSD.org>; Sun, 6 Jul 2014 00:30:53 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191637] [PATCH] devel/py-setuptools: fix bytecompiled files Date: Sat, 05 Jul 2014 23:30:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: <bug-191637-21822-mVm7DXgrSU@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191637-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191637-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 05 Jul 2014 23:30:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191637 Mark Linimon <linimon@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |python@FreeBSD.org |org | --- Comment #1 from Mark Linimon <linimon@FreeBSD.org> --- Over to maintainers. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sun Jul 6 13:05:37 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 134DBB56 for <python@freebsd.org>; Sun, 6 Jul 2014 13:05:37 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0019D206D for <python@freebsd.org>; Sun, 6 Jul 2014 13:05:36 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s66D5aQL037386 for <python@freebsd.org>; Sun, 6 Jul 2014 13:05:36 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s66D5aRN037385; Sun, 6 Jul 2014 13:05:36 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201407061305.s66D5aRN037385@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sun, 6 Jul 2014 13:05:36 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 06 Jul 2014 13:05:37 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools | 5.1 | 5.4 ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 5.1 | 5.4 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 5.1 | 5.4 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 5.1 | 5.4 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 5.1 | 5.4 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Sun Jul 6 19:56:16 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB99BA42; Sun, 6 Jul 2014 19:56:16 +0000 (UTC) Received: from fire.magemana.nl (magemana.nl [IPv6:2a01:7c8:aaae:25e::1]) by mx1.freebsd.org (Postfix) with ESMTP id 950192FCE; Sun, 6 Jul 2014 19:56:16 +0000 (UTC) Received: by fire.magemana.nl (Postfix, from userid 1003) id 187E24AB4C4; Sun, 6 Jul 2014 21:56:09 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by fire.magemana.nl (Postfix) with ESMTP id 13A9C4AB4B6; Sun, 6 Jul 2014 21:56:09 +0200 (CEST) Date: Sun, 6 Jul 2014 21:56:09 +0200 (CEST) From: Melvyn Sopacua <melvyn@magemana.nl> To: ports@FreeBSD.org Subject: Ports that don't actually support Python 3.x Message-ID: <alpine.BSF.2.00.1407062139390.2458@fire.magemana.nl> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 06 Jul 2014 19:56:16 -0000 Hello, I'm coming accross a few ports that are in the tree as we speak, that do not actually install correctly with Python 3.x but aren't marked as 2.7 only. There seems to be 2 cases: 1. incompatibility in setup.py or related, thus failing in configure 2. incompatibility in the code itself, thus failing in byte_compile The ones in 2 fail with PYDISTUTILS_AUTOPLIST in install, because the files cannot be compiled and thus are missing when using the plist. I've got a few in PRs, few in the queue to become PR's, but perhaps a broader effort is needed? I'm willing to help, if an exp-run or something similar would generate a list. PS: A common error is: `except Exception, var:`. This can probably be fixed with a REINPLACE_CMD that can be standardized, but so far, bringing the port up-to-date with upstream fixes the problem (notable exception being www/py-beautifulsoup32). -- Melvyn From owner-freebsd-python@FreeBSD.ORG Sun Jul 6 20:28:52 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C10695C; Sun, 6 Jul 2014 20:28:52 +0000 (UTC) Received: from mail-qa0-x232.google.com (mail-qa0-x232.google.com [IPv6:2607:f8b0:400d:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3C022294; Sun, 6 Jul 2014 20:28:51 +0000 (UTC) Received: by mail-qa0-f50.google.com with SMTP id m5so2787250qaj.37 for <multiple recipients>; Sun, 06 Jul 2014 13:28:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=lbH3cQKIboZcRMRMrNiTmnGpImvGWgDzH57cwGA5NJw=; b=MOgmua37rcwl9zULtHgiF6hxGrM/RcvVA84iUTJWts48gzqprHQWHgUfoMS1etAj1s l/WAJi0H0Ku9J24sv+qoDohdq7+oxpm4mLFcc6lF17nRCp2LSV6koL1NFSL/sHz7GltG zUc632cbwkEWTfuLV8e520CbyqN5Nr5WVJ3e5p7bQwtRc/LRezrSbY8IS8xfk2RqkumH ssOELgGp5oMEcTOwl89srRDcmxBzKafVdEsBeRyXDDfW8rWGW1QONnUXRA2Bq2DVvf3B tfMcXaz4Ul1JyP4hdDADRsQks8VstkOz/bxXE+AGkex/5+wN4b2zjusw//dIGR3PHi7m 5O7A== MIME-Version: 1.0 X-Received: by 10.224.79.11 with SMTP id n11mr41395885qak.40.1404678530802; Sun, 06 Jul 2014 13:28:50 -0700 (PDT) Received: by 10.140.105.247 with HTTP; Sun, 6 Jul 2014 13:28:50 -0700 (PDT) In-Reply-To: <alpine.BSF.2.00.1407062139390.2458@fire.magemana.nl> References: <alpine.BSF.2.00.1407062139390.2458@fire.magemana.nl> Date: Sun, 6 Jul 2014 16:28:50 -0400 Message-ID: <CA+QLa9BJ4XmgUqidwZCaTN77ie7PGqVLrz_JW5yXYzzEimrz5w@mail.gmail.com> Subject: Re: Ports that don't actually support Python 3.x From: Robert Simmons <rsimmons0@gmail.com> To: Melvyn Sopacua <melvyn@magemana.nl> Content-Type: text/plain; charset=UTF-8 Cc: ports@freebsd.org, python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 06 Jul 2014 20:28:52 -0000 Beautiful Soup 3.x is Python 2.x only. From the website: "Beautiful Soup 3 works only under Python 2.x." http://www.crummy.com/software/BeautifulSoup/ On Sun, Jul 6, 2014 at 3:56 PM, Melvyn Sopacua <melvyn@magemana.nl> wrote: > Hello, > > I'm coming accross a few ports that are in the tree as we speak, that do > not actually install correctly with Python 3.x but aren't marked as 2.7 > only. > > There seems to be 2 cases: > 1. incompatibility in setup.py or related, thus failing in configure > 2. incompatibility in the code itself, thus failing in byte_compile > > The ones in 2 fail with PYDISTUTILS_AUTOPLIST in install, because the > files cannot be compiled and thus are missing when using the plist. > > I've got a few in PRs, few in the queue to become PR's, but perhaps a > broader effort is needed? I'm willing to help, if an exp-run or > something similar would generate a list. > > PS: A common error is: `except Exception, var:`. This can probably be > fixed with a REINPLACE_CMD that can be standardized, but so far, > bringing the port up-to-date with upstream fixes the problem (notable > exception being www/py-beautifulsoup32). > > -- > Melvyn > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Sun Jul 6 22:08:23 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBDEFCC6 for <python@FreeBSD.org>; Sun, 6 Jul 2014 22:08:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3BD22A40 for <python@FreeBSD.org>; Sun, 6 Jul 2014 22:08:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s66M8Nfw001212 for <python@FreeBSD.org>; Sun, 6 Jul 2014 23:08:23 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191637] [PATCH] devel/py-setuptools: fix bytecompiled files Date: Sun, 06 Jul 2014 22:08:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc blocked assigned_to Message-ID: <bug-191637-21822-dzFJGpY3Zk@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191637-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191637-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 06 Jul 2014 22:08:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191637 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koobs@FreeBSD.org Blocks| |191405 Assignee|python@FreeBSD.org |koobs@FreeBSD.org --- Comment #2 from Kubilay Kocak <koobs@FreeBSD.org> --- Taking this, I have the update to setuptools (5.3) in flight. Upstream now has 5.4 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 7 07:49:02 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2926A28 for <freebsd-python@FreeBSD.org>; Mon, 7 Jul 2014 07:49:02 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8A5B24C5 for <freebsd-python@FreeBSD.org>; Mon, 7 Jul 2014 07:49:02 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s677n2Cs092753 for <freebsd-python@FreeBSD.org>; Mon, 7 Jul 2014 08:49:02 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191666] x11-toolkits/py-wxPython30: wxcrt.h:530:1: error: cannot initialize a parameter of type 'const char *' with an lvalue of type 'const wchar_t *' Date: Mon, 07 Jul 2014 07:49:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: <bug-191666-17421-9Caq3XCJlL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191666-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191666-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 07 Jul 2014 07:49:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191666 Mark Linimon <linimon@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |freebsd-python@FreeBSD.org |org | --- Comment #1 from Mark Linimon <linimon@FreeBSD.org> --- Over to maintainers. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 7 11:21:15 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE28C6C6 for <python@freebsd.org>; Mon, 7 Jul 2014 11:21:15 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA5312962 for <python@freebsd.org>; Mon, 7 Jul 2014 11:21:15 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s67BLFDE089887 for <python@freebsd.org>; Mon, 7 Jul 2014 11:21:15 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s67BLFsO089884; Mon, 7 Jul 2014 11:21:15 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201407071121.s67BLFsO089884@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 7 Jul 2014 11:21:15 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 07 Jul 2014 11:21:15 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools | 5.1 | 5.4.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 5.1 | 5.4.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 5.1 | 5.4.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 5.1 | 5.4.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 5.1 | 5.4.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Tue Jul 8 18:02:42 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F7A262D for <python@FreeBSD.org>; Tue, 8 Jul 2014 18:02:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 463452F41 for <python@FreeBSD.org>; Tue, 8 Jul 2014 18:02:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s68I2glP041128 for <python@FreeBSD.org>; Tue, 8 Jul 2014 19:02:42 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 190496] editors/libreoffice python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Tue, 08 Jul 2014 18:02:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: <bug-190496-21822-V6crRcfaxf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 08 Jul 2014 18:02:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190496 mikhail.rokhin@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |python@FreeBSD.org -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Jul 8 18:08:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E34E177D for <python@FreeBSD.org>; Tue, 8 Jul 2014 18:08:51 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C976E2F84 for <python@FreeBSD.org>; Tue, 8 Jul 2014 18:08:51 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s68I8p9R023112 for <python@FreeBSD.org>; Tue, 8 Jul 2014 19:08:51 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27 mutliple errors in several ports python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Tue, 08 Jul 2014 18:08:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: <bug-191744-21822-ftoWZMZdHx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 08 Jul 2014 18:08:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 mikhail.rokhin@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |python@FreeBSD.org -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 9 03:11:53 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD51541D for <python@FreeBSD.org>; Wed, 9 Jul 2014 03:11:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD3A727D7 for <python@FreeBSD.org>; Wed, 9 Jul 2014 03:11:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s693BrkP048167 for <python@FreeBSD.org>; Wed, 9 Jul 2014 04:11:53 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27 mutliple errors in several ports python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Wed, 09 Jul 2014 03:11:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: <bug-191744-21822-bd99FfkaKu@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 09 Jul 2014 03:11:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koobs@FreeBSD.org --- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> --- What is the configuration (make config) options for your lang/python27 port? Have you tested (unable to reproduce) on amd64, or only reproduced on i386? -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 9 03:13:32 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B72E492 for <python@FreeBSD.org>; Wed, 9 Jul 2014 03:13:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0232828B4 for <python@FreeBSD.org>; Wed, 9 Jul 2014 03:13:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s693DVl0078895 for <python@FreeBSD.org>; Wed, 9 Jul 2014 04:13:31 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27 mutliple errors in several ports python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Wed, 09 Jul 2014 03:13:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: <bug-191744-21822-agIan4Wthy@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 09 Jul 2014 03:13:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |office@FreeBSD.org |org | --- Comment #2 from Kubilay Kocak <koobs@FreeBSD.org> --- Assign to maintainer -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 9 03:24:22 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D312758A for <python@FreeBSD.org>; Wed, 9 Jul 2014 03:24:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B93B12924 for <python@FreeBSD.org>; Wed, 9 Jul 2014 03:24:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s693OMRn030061 for <python@FreeBSD.org>; Wed, 9 Jul 2014 04:24:22 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27 mutliple errors in several ports python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Wed, 09 Jul 2014 03:24:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: <bug-191744-21822-vzZVqnRKJf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 09 Jul 2014 03:24:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=1916 | |12, | |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=1910 | |61 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 9 03:25:13 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DF605FD for <python@FreeBSD.org>; Wed, 9 Jul 2014 03:25:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 145C72932 for <python@FreeBSD.org>; Wed, 9 Jul 2014 03:25:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s693PClc049171 for <python@FreeBSD.org>; Wed, 9 Jul 2014 04:25:12 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27 mutliple errors in several ports python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Wed, 09 Jul 2014 03:25:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: <bug-191744-21822-deLjdntSE2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 09 Jul 2014 03:25:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=1907 | |19 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 9 03:32:25 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C57478FE for <python@FreeBSD.org>; Wed, 9 Jul 2014 03:32:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ACC0729E4 for <python@FreeBSD.org>; Wed, 9 Jul 2014 03:32:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s693WPA0009953 for <python@FreeBSD.org>; Wed, 9 Jul 2014 04:32:25 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27 mutliple errors in several ports python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Wed, 09 Jul 2014 03:32:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-ljFbXHexj3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 09 Jul 2014 03:32:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #3 from Kubilay Kocak <koobs@FreeBSD.org> --- More specifically, if you have built Python with the PTH (GNU Pth) option, please rebuild without the option (disabled), and report back -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 9 08:35:16 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C566F6AC for <python@FreeBSD.org>; Wed, 9 Jul 2014 08:35:16 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC60B21C1 for <python@FreeBSD.org>; Wed, 9 Jul 2014 08:35:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s698ZGMt061191 for <python@FreeBSD.org>; Wed, 9 Jul 2014 08:35:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27 mutliple errors in several ports python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Wed, 09 Jul 2014 08:35:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-lZYUmEUKPd@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 09 Jul 2014 08:35:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D191744 --- Comment #4 from mikhail.rokhin@gmail.com --- on amd64 11-curr it works pretty fine with the same options compiled =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80 python27-2.7.6_4 =E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=90 =E2=94=82 =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=90 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [x] EXAMPLES Build and/or install examples = =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [ ] FPECTL Floating point exception handling = =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [x] IPV6 IPv6 protocol support = =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [x] NLS Enable Gettext support for the locale m= odule =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [ ] PTH Threading/multiprocessing via GNU Pth = =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [x] PYMALLOC Use Python's internal malloc = =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [x] SEM POSIX semaphores support = =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [x] THREADS Threading support = =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80 UCS =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 ( ) UCS2 Unicode UCS-2 encoding support = =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 (*) UCS4 Unicode UCS-4 encoding support = =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=94=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80 On 10.0-REL i386 it doesn't fail.=20=20=20 (In reply to Kubilay Kocak from comment #1) > What is the configuration (make config) options for your lang/python27 po= rt? >=20 > Have you tested (unable to reproduce) on amd64, or only reproduced on i38= 6? --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@FreeBSD.ORG Wed Jul 9 08:45:17 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D20A3A35 for <python@FreeBSD.org>; Wed, 9 Jul 2014 08:45:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B990B22E8 for <python@FreeBSD.org>; Wed, 9 Jul 2014 08:45:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s698jHZ7089786 for <python@FreeBSD.org>; Wed, 9 Jul 2014 08:45:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27 mutliple errors in several ports python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Wed, 09 Jul 2014 08:45:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: <bug-191744-21822-OA2pkNGfxq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 09 Jul 2014 08:45:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 mikhail.rokhin@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=1917 | |61 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 9 18:43:14 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F3AD7D7 for <freebsd-python@freebsd.org>; Wed, 9 Jul 2014 18:43:14 +0000 (UTC) Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.31.38]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1CF72CAA for <freebsd-python@freebsd.org>; Wed, 9 Jul 2014 18:43:13 +0000 (UTC) Received: from [89.182.251.218] (helo=localhost) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from <mva@FreeBSD.org>) id 1X4wkI-0004sM-AO for freebsd-python@freebsd.org; Wed, 09 Jul 2014 20:37:34 +0200 Date: Wed, 9 Jul 2014 20:37:28 +0200 From: Marcus von Appen <mva@FreeBSD.org> To: freebsd-python@freebsd.org Subject: Q2 Report feedback Message-ID: <20140709183728.GA852@medusa.sysfault.org> Reply-To: Marcus von Appen <mva@FreeBSD.org> Mail-Followup-To: freebsd-python@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Df-Sender: MTEyNTc0Mg== X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 09 Jul 2014 18:43:14 -0000 --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Fellow Pythoneers, please let me know until Saturday (the 12th of July) what you would like to see mentioned in the quarterly report. A first summary of what happened from April to June can be found at http://people.freebsd.org/~mva/python_2014Q2.txt. Cheers Marcus --2fHTh5uZTiUOsy+g Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlO9i+gACgkQi68/ErJnpkct9QCfTtnyzGSNci6/cGdZ0jQMC9Iv sFgAmQENRdrzEBiymORp4+7galr3VvX5 =jQcJ -----END PGP SIGNATURE----- --2fHTh5uZTiUOsy+g-- From owner-freebsd-python@FreeBSD.ORG Thu Jul 10 08:13:49 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F40083C9 for <python@FreeBSD.org>; Thu, 10 Jul 2014 08:13:48 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBEFE2EB2 for <python@FreeBSD.org>; Thu, 10 Jul 2014 08:13:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6A8Dmt4057246 for <python@FreeBSD.org>; Thu, 10 Jul 2014 08:13:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191773] [maintainer] [patch] sysutils/ansible: Add CPE_VENDOR Date: Thu, 10 Jul 2014 08:13:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc assigned_to short_desc Message-ID: <bug-191773-21822-sYErNETtPz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191773-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191773-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 10 Jul 2014 08:13:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191773 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |Open CC| |koobs@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |python@FreeBSD.org |org | Summary|[maintainer] [patch] [cpe] |[maintainer] [patch] |sysutils/ansible |sysutils/ansible: Add | |CPE_VENDOR -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Thu Jul 10 22:54:53 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A82077B for <python@FreeBSD.org>; Thu, 10 Jul 2014 22:54:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22DF82EE2 for <python@FreeBSD.org>; Thu, 10 Jul 2014 22:54:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6AMsro9016417 for <python@FreeBSD.org>; Thu, 10 Jul 2014 22:54:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191796] [maintainer][patch] sysutils/py-salt: Update to 2014.1.7 Date: Thu, 10 Jul 2014 22:54:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: <bug-191796-21822-J6USHJ3kRA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191796-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191796-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 10 Jul 2014 22:54:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191796 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |python@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 03:43:28 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AECE5693 for <python@FreeBSD.org>; Fri, 11 Jul 2014 03:43:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 959BD2769 for <python@FreeBSD.org>; Fri, 11 Jul 2014 03:43:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6B3hSkJ008314 for <python@FreeBSD.org>; Fri, 11 Jul 2014 03:43:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 190496] editors/libreoffice python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Fri, 11 Jul 2014 03:43:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pfg@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-190496-21822-hqvF1ygAPp@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 03:43:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190496 --- Comment #6 from Pedro F. Giffuni <pfg@FreeBSD.org> --- FWIW; Upstream libreoffice is using Python3 by default. Not sure if hey test python 2.7 at all. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 03:57:14 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF45EA58 for <python@FreeBSD.org>; Fri, 11 Jul 2014 03:57:14 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A74B42850 for <python@FreeBSD.org>; Fri, 11 Jul 2014 03:57:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6B3vENN068676 for <python@FreeBSD.org>; Fri, 11 Jul 2014 03:57:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191796] [maintainer][patch] sysutils/py-salt: Update to 2014.1.7 Date: Fri, 11 Jul 2014 03:57:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: culot@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: <bug-191796-21822-9vkhCSRlnA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191796-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191796-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 03:57:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191796 Frederic Culot <culot@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |culot@FreeBSD.org Assignee|python@FreeBSD.org |culot@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 08:57:31 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 676294B8 for <python@FreeBSD.org>; Fri, 11 Jul 2014 08:57:31 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E4A620B2 for <python@FreeBSD.org>; Fri, 11 Jul 2014 08:57:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6B8vVEo042424 for <python@FreeBSD.org>; Fri, 11 Jul 2014 08:57:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 190496] editors/libreoffice python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Fri, 11 Jul 2014 08:57:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-190496-21822-saLd2k3iO3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 08:57:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190496 --- Comment #7 from mikhail.rokhin@gmail.com --- Why isn't set it as prerequisite for the port then? It uses 2.7 by default, not asking for v.3 ... (In reply to Pedro F. Giffuni from comment #6) > FWIW; > > Upstream libreoffice is using Python3 by default. Not sure if hey test > python 2.7 at all. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 09:14:16 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 797C8A56 for <python@FreeBSD.org>; Fri, 11 Jul 2014 09:14:16 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 604752250 for <python@FreeBSD.org>; Fri, 11 Jul 2014 09:14:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6B9EGXI085350 for <python@FreeBSD.org>; Fri, 11 Jul 2014 09:14:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 190496] editors/libreoffice python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Fri, 11 Jul 2014 09:14:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: rep_platform Message-ID: <bug-190496-21822-jELjQ7daXr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 09:14:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190496 mikhail.rokhin@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|Any |i386 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 09:14:33 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6C39A85 for <python@FreeBSD.org>; Fri, 11 Jul 2014 09:14:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD8782256 for <python@FreeBSD.org>; Fri, 11 Jul 2014 09:14:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6B9EXjP089134 for <python@FreeBSD.org>; Fri, 11 Jul 2014 09:14:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 190496] editors/libreoffice python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Fri, 11 Jul 2014 09:14:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_severity Message-ID: <bug-190496-21822-weKbmymMrP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 09:14:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190496 mikhail.rokhin@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Affects Only Me |Affects Many People -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 09:23:26 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D97FDEEA for <python@FreeBSD.org>; Fri, 11 Jul 2014 09:23:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0349233C for <python@FreeBSD.org>; Fri, 11 Jul 2014 09:23:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6B9NQHD085784 for <python@FreeBSD.org>; Fri, 11 Jul 2014 09:23:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 190496] editors/libreoffice python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Fri, 11 Jul 2014 09:23:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-190496-21822-xd9iaPtqgr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 09:23:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190496 --- Comment #8 from mikhail.rokhin@gmail.com --- Probably, you compiled pyth without threads - reason of pthread.h absence. FYI https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 (In reply to mikhail.rokhin from comment #5) > Done it few times!)) there's smth with python on i386, I guess... > > (In reply to Jung-uk Kim from comment #4) > > (In reply to mikhail.rokhin from comment #0) > > > editors/libreoffice python2.7/pthread.h:294:42: error: typedef redefinition > > > with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock > > > *') > > > > It does not make any sense. At least, I don't see pthread.h under > > /usr/local/include/python2.7. Probably you need to rebuild python. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 09:35:12 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7C9319B for <python@FreeBSD.org>; Fri, 11 Jul 2014 09:35:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD3672443 for <python@FreeBSD.org>; Fri, 11 Jul 2014 09:35:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6B9ZCXc032380 for <python@FreeBSD.org>; Fri, 11 Jul 2014 09:35:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 190496] editors/libreoffice python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Fri, 11 Jul 2014 09:35:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-190496-21822-B7hnW1ewqR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 09:35:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190496 --- Comment #9 from mikhail.rokhin@gmail.com --- Full error log: [build CXX] pyuno/source/module/pyuno.cxx In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:285:42: error: typedef redefinition with different types ('struct pthread_st *' vs 'struct pthread *') typedef struct pthread_st *pthread_t; ^ /usr/include/sys/_pthreadtypes.h:65:27: note: previous definition is here typedef struct pthread *pthread_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:286:42: error: typedef redefinition with different types ('struct pthread_attr_st *' vs 'struct pthread_attr *') typedef struct pthread_attr_st *pthread_attr_t; ^ /usr/include/sys/_pthreadtypes.h:68:31: note: previous definition is here typedef struct pthread_attr *pthread_attr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:288:42: error: typedef redefinition with different types ('int' vs 'struct pthread_once') typedef int pthread_once_t; ^ /usr/include/sys/_pthreadtypes.h:74:30: note: previous definition is here typedef struct pthread_once pthread_once_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:289:42: error: typedef redefinition with different types ('int' vs 'struct pthread_mutex_attr *') typedef int pthread_mutexattr_t; ^ /usr/include/sys/_pthreadtypes.h:70:36: note: previous definition is here typedef struct pthread_mutex_attr *pthread_mutexattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:290:42: error: typedef redefinition with different types ('struct pthread_mutex_st *' vs 'struct pthread_mutex *') typedef struct pthread_mutex_st *pthread_mutex_t; ^ /usr/include/sys/_pthreadtypes.h:69:32: note: previous definition is here typedef struct pthread_mutex *pthread_mutex_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:291:42: error: typedef redefinition with different types ('int' vs 'struct pthread_cond_attr *') typedef int pthread_condattr_t; ^ /usr/include/sys/_pthreadtypes.h:72:35: note: previous definition is here typedef struct pthread_cond_attr *pthread_condattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:292:42: error: typedef redefinition with different types ('struct pthread_cond_st *' vs 'struct pthread_cond *') typedef struct pthread_cond_st *pthread_cond_t; ^ /usr/include/sys/_pthreadtypes.h:71:31: note: previous definition is here typedef struct pthread_cond *pthread_cond_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:293:42: error: typedef redefinition with different types ('int' vs 'struct pthread_rwlockattr *') typedef int pthread_rwlockattr_t; ^ /usr/include/sys/_pthreadtypes.h:76:36: note: previous definition is here typedef struct pthread_rwlockattr *pthread_rwlockattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') typedef struct pthread_rwlock_st *pthread_rwlock_t; ^ /usr/include/sys/_pthreadtypes.h:75:33: note: previous definition is here typedef struct pthread_rwlock *pthread_rwlock_t; ^ [build CXX] pyuno/source/module/pyuno_callable.cxx In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:285:42: error: typedef redefinition with different types ('struct pthread_st *' vs 'struct pthread *') typedef struct pthread_st *pthread_t; ^ /usr/include/sys/_pthreadtypes.h:65:27: note: previous definition is here typedef struct pthread *pthread_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:286:42: error: typedef redefinition with different types ('struct pthread_attr_st *' vs 'struct pthread_attr *') typedef struct pthread_attr_st *pthread_attr_t; ^ /usr/include/sys/_pthreadtypes.h:68:31: note: previous definition is here typedef struct pthread_attr *pthread_attr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:288:42: error: typedef redefinition with different types ('int' vs 'struct pthread_once') typedef int pthread_once_t; ^ /usr/include/sys/_pthreadtypes.h:74:30: note: previous definition is here typedef struct pthread_once pthread_once_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:289:42: error: typedef redefinition with different types ('int' vs 'struct pthread_mutex_attr *') typedef int pthread_mutexattr_t; ^ /usr/include/sys/_pthreadtypes.h:70:36: note: previous definition is here typedef struct pthread_mutex_attr *pthread_mutexattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:290:42: error: typedef redefinition with different types ('struct pthread_mutex_st *' vs 'struct pthread_mutex *') typedef struct pthread_mutex_st *pthread_mutex_t; ^ /usr/include/sys/_pthreadtypes.h:69:32: note: previous definition is here typedef struct pthread_mutex *pthread_mutex_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:291:42: error: typedef redefinition with different types ('int' vs 'struct pthread_cond_attr *') typedef int pthread_condattr_t; ^ /usr/include/sys/_pthreadtypes.h:72:35: note: previous definition is here typedef struct pthread_cond_attr *pthread_condattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:292:42: error: typedef redefinition with different types ('struct pthread_cond_st *' vs 'struct pthread_cond *') typedef struct pthread_cond_st *pthread_cond_t; ^ /usr/include/sys/_pthreadtypes.h:71:31: note: previous definition is here typedef struct pthread_cond *pthread_cond_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:293:42: error: typedef redefinition with different types ('int' vs 'struct pthread_rwlockattr *') typedef int pthread_rwlockattr_t; ^ /usr/include/sys/_pthreadtypes.h:76:36: note: previous definition is here typedef struct pthread_rwlockattr *pthread_rwlockattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') typedef struct pthread_rwlock_st *pthread_rwlock_t; ^ /usr/include/sys/_pthreadtypes.h:75:33: note: previous definition is here typedef struct pthread_rwlock *pthread_rwlock_t; ^ [build CXX] pyuno/source/module/pyuno_module.cxx 9 errors generated. gmake[3]: *** [/usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/CxxObject/pyuno/source/module/pyuno_runtime.o] Error 1 gmake[3]: *** Waiting for unfinished jobs.... In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:285:42: error: typedef redefinition with different types ('struct pthread_st *' vs 'struct pthread *') typedef struct pthread_st *pthread_t; ^ /usr/include/sys/_pthreadtypes.h:65:27: note: previous definition is here typedef struct pthread *pthread_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:286:42: error: typedef redefinition with different types ('struct pthread_attr_st *' vs 'struct pthread_attr *') typedef struct pthread_attr_st *pthread_attr_t; ^ /usr/include/sys/_pthreadtypes.h:68:31: note: previous definition is here typedef struct pthread_attr *pthread_attr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:288:42: error: typedef redefinition with different types ('int' vs 'struct pthread_once') typedef int pthread_once_t; ^ /usr/include/sys/_pthreadtypes.h:74:30: note: previous definition is here typedef struct pthread_once pthread_once_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:289:42: error: typedef redefinition with different types ('int' vs 'struct pthread_mutex_attr *') typedef int pthread_mutexattr_t; ^ /usr/include/sys/_pthreadtypes.h:70:36: note: previous definition is here typedef struct pthread_mutex_attr *pthread_mutexattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:290:42: error: typedef redefinition with different types ('struct pthread_mutex_st *' vs 'struct pthread_mutex *') typedef struct pthread_mutex_st *pthread_mutex_t; ^ /usr/include/sys/_pthreadtypes.h:69:32: note: previous definition is here typedef struct pthread_mutex *pthread_mutex_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:291:42: error: typedef redefinition with different types ('int' vs 'struct pthread_cond_attr *') typedef int pthread_condattr_t; ^ /usr/include/sys/_pthreadtypes.h:72:35: note: previous definition is here typedef struct pthread_cond_attr *pthread_condattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:292:42: error: typedef redefinition with different types ('struct pthread_cond_st *' vs 'struct pthread_cond *') typedef struct pthread_cond_st *pthread_cond_t; ^ /usr/include/sys/_pthreadtypes.h:71:31: note: previous definition is here typedef struct pthread_cond *pthread_cond_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:293:42: error: typedef redefinition with different types ('int' vs 'struct pthread_rwlockattr *') typedef int pthread_rwlockattr_t; ^ /usr/include/sys/_pthreadtypes.h:76:36: note: previous definition is here typedef struct pthread_rwlockattr *pthread_rwlockattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') typedef struct pthread_rwlock_st *pthread_rwlock_t; ^ /usr/include/sys/_pthreadtypes.h:75:33: note: previous definition is here typedef struct pthread_rwlock *pthread_rwlock_t; ^ 9 errors generated. gmake[3]: *** [/usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/CxxObject/pyuno/source/module/pyuno.o] Error 1 9 errors generated. gmake[3]: *** [/usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/CxxObject/pyuno/source/module/pyuno_callable.o] Error 1 gmake[3]: Leaving directory `/usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2' gmake[2]: *** [build] Error 2 gmake[2]: Leaving directory `/usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/editors/libreoffice *** Error code 1 Stop. make: stopped in /usr/ports/editors/libreoffice ===>>> make build failed for editors/libreoffice -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 09:47:16 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3C0A4EC for <python@FreeBSD.org>; Fri, 11 Jul 2014 09:47:16 +0000 (UTC) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [IPv6:2a01:4f8:131:60a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9BC62253E for <python@FreeBSD.org>; Fri, 11 Jul 2014 09:47:16 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:8cc3:e5a9:fcf2:1e1c]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPSA id 400244AC0A for <python@FreeBSD.org>; Fri, 11 Jul 2014 13:47:15 +0400 (MSK) Date: Fri, 11 Jul 2014 13:47:06 +0400 From: Lev Serebryakov <lev@FreeBSD.org> Reply-To: lev@FreeBSD.org Organization: FreeBSD Project X-Priority: 3 (Normal) Message-ID: <222067742.20140711134706@serebryakov.spb.ru> To: python@FreeBSD.org Subject: Is it possible to have "py-setuptools" installed for several pyhton versions? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 09:47:16 -0000 Hello, Python. I have python2.7 and py27-setuptools27-2.0.1 installed, but when I try to install py33-setuptools33-5.1 I get: ===> Registering installation for py33-setuptools33-5.1 as automatic Installing py33-setuptools33-5.1...pkg-static: py33-setuptools33-5.1 conflicts with py27-setuptools27-2.0.1 (installs files into the same place). Problematic file: /usr/local/bin/easy_install :( -- // Black Lion AKA Lev Serebryakov <lev@FreeBSD.org> From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 13:13:36 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63A45954; Fri, 11 Jul 2014 13:13:36 +0000 (UTC) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [46.4.40.135]) by mx1.freebsd.org (Postfix) with ESMTP id 2540027D1; Fri, 11 Jul 2014 13:13:36 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:8cc3:e5a9:fcf2:1e1c]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPSA id 49AE756403; Fri, 11 Jul 2014 17:13:28 +0400 (MSK) Date: Fri, 11 Jul 2014 17:13:19 +0400 From: Lev Serebryakov <lev@serebryakov.spb.ru> X-Priority: 3 (Normal) Message-ID: <1129467307.20140711171319@serebryakov.spb.ru> To: Lev Serebryakov <lev@FreeBSD.org> Subject: SOLVED: Is it possible to have "py-setuptools" installed for several pyhton versions? In-Reply-To: <222067742.20140711134706@serebryakov.spb.ru> References: <222067742.20140711134706@serebryakov.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 13:13:36 -0000 Hello, Lev. You wrote 11 =D0=B8=D1=8E=D0=BB=D1=8F 2014 =D0=B3., 13:47:06: Oh, sorry for noise, I had messed up ports setup. --=20 // Black Lion AKA Lev Serebryakov <lev@serebryakov.spb.ru> From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 15:34:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F557BD6 for <python@FreeBSD.org>; Fri, 11 Jul 2014 15:34:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54B3D25D6 for <python@FreeBSD.org>; Fri, 11 Jul 2014 15:34:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BFY5aD035330 for <python@FreeBSD.org>; Fri, 11 Jul 2014 15:34:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 190496] editors/libreoffice python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Fri, 11 Jul 2014 15:34:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-190496-21822-UykxU2ZECQ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 15:34:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190496 --- Comment #10 from mikhail.rokhin@gmail.com --- Thank you for pointing to Py3x, It Works! ;) with 3.4 (In reply to Pedro F. Giffuni from comment #6) > FWIW; > > Upstream libreoffice is using Python3 by default. Not sure if hey test > python 2.7 at all. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 16:49:40 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6D4B460 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:49:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B99F2DB7 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:49:40 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BGneUX086460 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:49:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27 mutliple errors in several ports python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Fri, 11 Jul 2014 16:49:40 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: <bug-191744-21822-X2g8n3dw7v@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 16:49:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 Jung-uk Kim <jkim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jkim@FreeBSD.org Assignee|office@FreeBSD.org |python@FreeBSD.org --- Comment #5 from Jung-uk Kim <jkim@FreeBSD.org> --- It is clearly an issue of lang/python2.7. Reassign to the maintainer. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 16:50:16 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12907491 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:50:16 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBF5B2E2A for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:50:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BGoFHG087671 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:50:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27 mutliple errors in several ports python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Fri, 11 Jul 2014 16:50:15 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-ua6HVrJCSN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 16:50:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #6 from Jung-uk Kim <jkim@FreeBSD.org> --- *** Bug 191612 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 16:50:47 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 607394D9 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:50:47 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45FC62E3A for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:50:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BGolkt088636 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:50:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27 mutliple errors in several ports python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Fri, 11 Jul 2014 16:50:47 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-5BY6DRL4Kc@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 16:50:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #7 from Jung-uk Kim <jkim@FreeBSD.org> --- *** Bug 191061 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 16:51:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB1F1512 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:51:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A02772E3F for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:51:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BGp5ur090130 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:51:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27 mutliple errors in several ports python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Fri, 11 Jul 2014 16:51:05 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-RnIVl4WVyg@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 16:51:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #8 from Jung-uk Kim <jkim@FreeBSD.org> --- *** Bug 190719 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 16:51:41 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E17856C for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:51:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3316E2E50 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:51:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BGpfS7099345 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:51:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27 mutliple errors in several ports python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Fri, 11 Jul 2014 16:51:41 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-mb7jX8upDJ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 16:51:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #9 from Jung-uk Kim <jkim@FreeBSD.org> --- *** Bug 191761 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 16:52:22 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3CF5D5D5 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:52:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 225C42E6F for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:52:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BGqMoQ009050 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:52:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 190496] editors/libreoffice python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Fri, 11 Jul 2014 16:52:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: <bug-190496-21822-2GcdKiE3I9@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-190496-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 16:52:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190496 Jung-uk Kim <jkim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |Issue Resolved Resolution|--- |DUPLICATE --- Comment #11 from Jung-uk Kim <jkim@FreeBSD.org> --- *** This bug has been marked as a duplicate of bug 191744 *** -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 16:52:22 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7FC65DA for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:52:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD43B2E73 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:52:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BGqMTL009203 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:52:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27 mutliple errors in several ports python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Fri, 11 Jul 2014 16:52:22 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-XIRUJIYCQL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 16:52:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #10 from Jung-uk Kim <jkim@FreeBSD.org> --- *** Bug 190496 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 16:54:00 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 335BB7B8 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:54:00 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1875C2EA6 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:54:00 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BGrx7u020487 for <python@FreeBSD.org>; Fri, 11 Jul 2014 16:53:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27 mutliple errors in several ports python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Fri, 11 Jul 2014 16:54:00 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: <bug-191744-21822-n1z0uPE6xV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 16:54:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 Jung-uk Kim <jkim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=1916 | |12, | |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=1910 | |61, | |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=1907 | |19, | |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=1917 | |61 | -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 17:06:57 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D003F11 for <python@FreeBSD.org>; Fri, 11 Jul 2014 17:06:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 721282FF6 for <python@FreeBSD.org>; Fri, 11 Jul 2014 17:06:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BH6vJw076324 for <python@FreeBSD.org>; Fri, 11 Jul 2014 17:06:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27 mutliple errors in several ports python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Fri, 11 Jul 2014 17:06:57 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vd@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: <bug-191744-21822-WxP4ET1E6t@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 17:06:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 Jung-uk Kim <jkim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|python@FreeBSD.org |vd@FreeBSD.org --- Comment #11 from Jung-uk Kim <jkim@FreeBSD.org> --- Reassign. The problematic header file is actually originated from devel/pth. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 17:11:54 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A69B6230 for <python@FreeBSD.org>; Fri, 11 Jul 2014 17:11:54 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B8E220E0 for <python@FreeBSD.org>; Fri, 11 Jul 2014 17:11:54 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BHBsbM096574 for <python@FreeBSD.org>; Fri, 11 Jul 2014 17:11:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27 mutliple errors in several ports python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') Date: Fri, 11 Jul 2014 17:11:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mva@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vd@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: <bug-191744-21822-bUuuSoLhav@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 17:11:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 Marcus von Appen <mva@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mva@FreeBSD.org --- Comment #12 from Marcus von Appen <mva@FreeBSD.org> --- (In reply to Jung-uk Kim from comment #11) > Reassign. The problematic header file is actually originated from devel/pth. In that case, Python2.7 should be rebuilt without the PTH option enabled. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 17:15:15 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 078DE308 for <python@FreeBSD.org>; Fri, 11 Jul 2014 17:15:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2863210B for <python@FreeBSD.org>; Fri, 11 Jul 2014 17:15:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BHFEKB017140 for <python@FreeBSD.org>; Fri, 11 Jul 2014 17:15:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] devel/pth: pthread.h conflicts with system pthread.h Date: Fri, 11 Jul 2014 17:15:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vd@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: <bug-191744-21822-J75NH3ECar@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 17:15:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 Jung-uk Kim <jkim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|lang/python27 mutliple |devel/pth: pthread.h |errors in several ports |conflicts with system |python2.7/pthread.h:294:42: |pthread.h |error: typedef redefinition | |with different types | |('struct pthread_rwlock_st | |*' vs 'struct | |pthread_rwlock *') | -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 17:18:29 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B67D13F1 for <python@FreeBSD.org>; Fri, 11 Jul 2014 17:18:29 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DBD4213C for <python@FreeBSD.org>; Fri, 11 Jul 2014 17:18:29 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BHITtn057864 for <python@FreeBSD.org>; Fri, 11 Jul 2014 17:18:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] devel/pth: pthread.h conflicts with system pthread.h Date: Fri, 11 Jul 2014 17:18:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vd@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-0xCbnZkWLN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 17:18:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #13 from Jung-uk Kim <jkim@FreeBSD.org> --- (In reply to Marcus von Appen from comment #12) > In that case, Python2.7 should be rebuilt without the PTH option enabled. Yes, that is a known workaround. Maybe we should remove the option from lang/python*. I don't really see any benefit from it. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 18:03:26 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7DD92C4 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:03:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F65125B7 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:03:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BI3Q03083007 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:03:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] devel/pth: pthread.h conflicts with system pthread.h Date: Fri, 11 Jul 2014 18:03:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vd@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-DB8wfMRo2b@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 18:03:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #14 from Jung-uk Kim <jkim@FreeBSD.org> --- It looked at the problem more carefully. This issue is little complicated. Basically, sys/types.h includes sys/_pthreadtypes.h per POSIX since r146824. http://svnweb.freebsd.org/changeset/base/146824 Unfortunately, devel/pth tries to override the pthread types defined in sys/_pthreadtypes.h via its own pthread.h. If sys/types.h is also included, these types get redefined. Unfortunately, this problem is really hard to avoid. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 18:10:37 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D374570C for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:10:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BABC0262A for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:10:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BIAbUd074931 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:10:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: PTH option considered harmful Date: Fri, 11 Jul 2014 18:10:37 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to short_desc Message-ID: <bug-191744-21822-8aTWiwZ3KN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 18:10:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 Jung-uk Kim <jkim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|python@FreeBSD.org | Assignee|vd@FreeBSD.org |python@FreeBSD.org Summary|devel/pth: pthread.h |lang/python27: PTH option |conflicts with system |considered harmful |pthread.h | --- Comment #15 from Jung-uk Kim <jkim@FreeBSD.org> --- lang/python27 should remove PTH option as it is harmful. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 18:21:50 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 222ABB7D for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:21:50 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09E2B27A4 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:21:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BILnTh018317 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:21:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: PTH option considered harmful Date: Fri, 11 Jul 2014 18:21:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-eWWy0U6jiM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 18:21:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #16 from Jung-uk Kim <jkim@FreeBSD.org> --- *** Bug 191033 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 18:22:39 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8BA45BBE for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:22:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7347027AE for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:22:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BIMdKs037747 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:22:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: PTH option considered harmful Date: Fri, 11 Jul 2014 18:22:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-DcrusmQUza@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 18:22:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #17 from Jung-uk Kim <jkim@FreeBSD.org> --- *** Bug 191062 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 18:23:26 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C4BEC04 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:23:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5423327BA for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:23:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BINQvj051094 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:23:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: PTH option considered harmful Date: Fri, 11 Jul 2014 18:23:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-1M1VkwVVwO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 18:23:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #18 from Jung-uk Kim <jkim@FreeBSD.org> --- *** Bug 190588 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 18:24:09 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F461C53 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:24:09 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB39227C3 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:24:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BIO887064683 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:24:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: PTH option considered harmful Date: Fri, 11 Jul 2014 18:24:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-c1gkkLvreG@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 18:24:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #19 from Jung-uk Kim <jkim@FreeBSD.org> --- *** Bug 190569 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 18:25:16 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A36F13E for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:25:16 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71F592803 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:25:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BIPGT9092324 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:25:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: PTH option considered harmful Date: Fri, 11 Jul 2014 18:25:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-01WCDIHtM1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 18:25:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #20 from Jung-uk Kim <jkim@FreeBSD.org> --- *** Bug 190470 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 18:28:48 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81D4A30C for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:28:48 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 69514286B for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:28:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BISmgI078210 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:28:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: PTH option considered harmful Date: Fri, 11 Jul 2014 18:28:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: <bug-191744-21822-S76E0jd8g0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 18:28:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 Jung-uk Kim <jkim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=1753 | |90 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 18:31:15 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3FF4F3B7 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:31:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27DDE2905 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:31:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BIVFAA036305 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:31:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: PTH option considered harmful Date: Fri, 11 Jul 2014 18:31:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-e0ctO9OjPS@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 18:31:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #21 from Jung-uk Kim <jkim@FreeBSD.org> --- *** Bug 190483 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 18:39:34 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7076490F for <freebsd-python@FreeBSD.org>; Fri, 11 Jul 2014 18:39:34 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 572AE2991 for <freebsd-python@FreeBSD.org>; Fri, 11 Jul 2014 18:39:34 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BIdYR8052701 for <freebsd-python@FreeBSD.org>; Fri, 11 Jul 2014 18:39:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 189844] lang/python27: dependent packages fail to build when python is built with both PTH and THREADS Date: Fri, 11 Jul 2014 18:39:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: <bug-189844-17421-quiIWeQrBt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-189844-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-189844-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 18:39:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189844 Jung-uk Kim <jkim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=1917 | |44 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 18:39:33 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D693990B for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:39:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE338298E for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:39:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BIdX2F052565 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:39:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: PTH option considered harmful Date: Fri, 11 Jul 2014 18:39:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: <bug-191744-21822-yXjowndnzw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 18:39:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 Jung-uk Kim <jkim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=1898 | |44 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 18:40:37 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1E0A98F for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:40:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 898DB2A12 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:40:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BIeb1x058437 for <python@FreeBSD.org>; Fri, 11 Jul 2014 18:40:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: PTH option considered harmful Date: Fri, 11 Jul 2014 18:40:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: <bug-191744-21822-WZjPZqLLDG@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 18:40:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 Jung-uk Kim <jkim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=1879 | |79 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 19:05:21 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD1B64E0 for <python@FreeBSD.org>; Fri, 11 Jul 2014 19:05:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94F092C5A for <python@FreeBSD.org>; Fri, 11 Jul 2014 19:05:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BJ5Lp4060841 for <python@FreeBSD.org>; Fri, 11 Jul 2014 19:05:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: PTH option considered harmful Date: Fri, 11 Jul 2014 19:05:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: <bug-191744-21822-jZOHXV6KN9@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 19:05:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #22 from Jung-uk Kim <jkim@FreeBSD.org> --- Created attachment 144602 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144602&action=edit Patch to remove the PTH option -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 19:49:49 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E36C4F7 for <freebsd-python@FreeBSD.org>; Fri, 11 Jul 2014 19:49:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 853F32FC3 for <freebsd-python@FreeBSD.org>; Fri, 11 Jul 2014 19:49:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BJnnSL050378 for <freebsd-python@FreeBSD.org>; Fri, 11 Jul 2014 19:49:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 189844] lang/python27: dependent packages fail to build when python is built with both PTH and THREADS Date: Fri, 11 Jul 2014 19:49:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pasko.boris@gmail.com X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-189844-17421-l9sRDVbqEJ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-189844-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-189844-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 11 Jul 2014 19:49:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189844 --- Comment #2 from pasko.boris@gmail.com --- Duplicate of https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187979 I suggest closing it as Not a Bug -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sat Jul 12 00:05:33 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 315FDB6 for <python@FreeBSD.org>; Sat, 12 Jul 2014 00:05:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05F7E263C for <python@FreeBSD.org>; Sat, 12 Jul 2014 00:05:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6C05W6O044970 for <python@FreeBSD.org>; Sat, 12 Jul 2014 00:05:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: With PTH option: devel/pth: pthread.h conflicts with system pthread.h Date: Sat, 12 Jul 2014 00:05:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status short_desc Message-ID: <bug-191744-21822-w65THDUx41@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Jul 2014 00:05:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |Open Summary|lang/python27: PTH option |lang/python27: With PTH |considered harmful |option: devel/pth: | |pthread.h conflicts with | |system pthread.h --- Comment #23 from Kubilay Kocak <koobs@FreeBSD.org> --- Let's leave this summary as a description of the issue, not our assessment or a reflection of the proposed resolution -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sat Jul 12 02:47:07 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD16F4FB for <python@FreeBSD.org>; Sat, 12 Jul 2014 02:47:07 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C45B822F8 for <python@FreeBSD.org>; Sat, 12 Jul 2014 02:47:07 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6C2l70w008380 for <python@FreeBSD.org>; Sat, 12 Jul 2014 02:47:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: With PTH option: devel/pth: pthread.h conflicts with system pthread.h Date: Sat, 12 Jul 2014 02:47:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-tcMz0QpDTz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Jul 2014 02:47:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #24 from mikhail.rokhin@gmail.com --- PTH is GNU, but in my case it's THREADS option. Do you see any diff? Is it equal? (In reply to Jung-uk Kim from comment #22) > Created attachment 144602 [details] > Patch to remove the PTH option -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sat Jul 12 02:47:54 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B64D51E for <python@FreeBSD.org>; Sat, 12 Jul 2014 02:47:54 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3213622FE for <python@FreeBSD.org>; Sat, 12 Jul 2014 02:47:54 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6C2ls74009266 for <python@FreeBSD.org>; Sat, 12 Jul 2014 02:47:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: With THREADS option: devel/pth: pthread.h conflicts with system pthread. Date: Sat, 12 Jul 2014 02:47:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: <bug-191744-21822-7tSGxGmL3O@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Jul 2014 02:47:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 mikhail.rokhin@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|lang/python27: With PTH |lang/python27: With THREADS |option: devel/pth: |option: devel/pth: |pthread.h conflicts with |pthread.h conflicts with |system pthread.h |system pthread. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sat Jul 12 03:38:47 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FE58A44 for <freebsd-python@FreeBSD.org>; Sat, 12 Jul 2014 03:38:47 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 578D82743 for <freebsd-python@FreeBSD.org>; Sat, 12 Jul 2014 03:38:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6C3clsw087470 for <freebsd-python@FreeBSD.org>; Sat, 12 Jul 2014 03:38:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 190457] lang/python3 unicode fail Date: Sat, 12 Jul 2014 03:38:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: <bug-190457-17421-QjvveFZCVy@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190457-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-190457-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Jul 2014 03:38:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190457 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |Issue Resolved Resolution|--- |DUPLICATE --- Comment #3 from Kubilay Kocak <koobs@FreeBSD.org> --- *** This bug has been marked as a duplicate of bug 171246 *** -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sat Jul 12 03:57:08 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 116DABA0 for <python@FreeBSD.org>; Sat, 12 Jul 2014 03:57:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2DD7289F for <python@FreeBSD.org>; Sat, 12 Jul 2014 03:57:07 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6C3v78J069554 for <python@FreeBSD.org>; Sat, 12 Jul 2014 03:57:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: With THREADS option: devel/pth: pthread.h conflicts with system pthread. Date: Sat, 12 Jul 2014 03:57:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: <bug-191744-21822-URhGgREhAW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Jul 2014 03:57:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |In Discussion --- Comment #25 from Kubilay Kocak <koobs@FreeBSD.org> --- This issue was reported as 11.0-CURRENT and i386 *only* and *without* the PTH option enabled (See comment 4) Unfortunately, this bug has now gone severely off-course, due to: * 11 bugs that have been marked as duplicates of this bug, even though they were reported earlier (normally all-but-the-FIRST reported bug are marked duplicate) * More than one bug created by the reporter apparently for the same issue, for multiple ports. * Several bug summary changes that I cannot see any substantial for * An attachment added that is more suitable in its own issue report, that blocks this bug, if and *only if* this bug is relevant to the proposed fix. @Mikhail: In order to bring your issue back on track for resolution, please do the following: 1) Attach a complete (full) build log for the failure you are observing. 2) Triple-check that the PTH option is *not* implicated. You can do this by deinstalling python27, make rmconfig in lang/python27, then reinstalling, since PTH is *not* a default option. 3) Attach the complete (full) build log for the python27 installation you ran in steps (2) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sat Jul 12 04:02:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67120C00 for <python@FreeBSD.org>; Sat, 12 Jul 2014 04:02:01 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C760292B for <python@FreeBSD.org>; Sat, 12 Jul 2014 04:02:01 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6C421Jg098757 for <python@FreeBSD.org>; Sat, 12 Jul 2014 04:02:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191773] [maintainer] [patch] sysutils/ansible: Add CPE_VENDOR Date: Sat, 12 Jul 2014 04:02:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords Message-ID: <bug-191773-21822-bIKxWMO4cW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191773-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191773-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Jul 2014 04:02:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191773 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sat Jul 12 04:59:17 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 286776CB for <freebsd-python@FreeBSD.org>; Sat, 12 Jul 2014 04:59:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 100FD2D9A for <freebsd-python@FreeBSD.org>; Sat, 12 Jul 2014 04:59:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6C4xGpt050247 for <freebsd-python@FreeBSD.org>; Sat, 12 Jul 2014 04:59:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191309] [PATCH] japanese/py-mecab: Update LICENSE, Strip shared library Date: Sat, 12 Jul 2014 04:59:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: <bug-191309-17421-aarZaUdjG1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191309-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191309-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Jul 2014 04:59:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191309 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |freebsd-python@FreeBSD.org |org | --- Comment #2 from Kubilay Kocak <koobs@FreeBSD.org> --- Assign to Python@ (pool) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sat Jul 12 11:05:12 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5051B476 for <python@FreeBSD.org>; Sat, 12 Jul 2014 11:05:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 365602872 for <python@FreeBSD.org>; Sat, 12 Jul 2014 11:05:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6CB5Cnq062550 for <python@FreeBSD.org>; Sat, 12 Jul 2014 11:05:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: With THREADS option: devel/pth: pthread.h conflicts with system pthread. Date: Sat, 12 Jul 2014 11:05:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-0JpmhO4bY7@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Jul 2014 11:05:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #26 from mikhail.rokhin@gmail.com --- Reprint full failure log from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190496 Full error log: [build CXX] pyuno/source/module/pyuno.cxx In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:285:42: error: typedef redefinition with different types ('struct pthread_st *' vs 'struct pthread *') typedef struct pthread_st *pthread_t; ^ /usr/include/sys/_pthreadtypes.h:65:27: note: previous definition is here typedef struct pthread *pthread_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:286:42: error: typedef redefinition with different types ('struct pthread_attr_st *' vs 'struct pthread_attr *') typedef struct pthread_attr_st *pthread_attr_t; ^ /usr/include/sys/_pthreadtypes.h:68:31: note: previous definition is here typedef struct pthread_attr *pthread_attr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:288:42: error: typedef redefinition with different types ('int' vs 'struct pthread_once') typedef int pthread_once_t; ^ /usr/include/sys/_pthreadtypes.h:74:30: note: previous definition is here typedef struct pthread_once pthread_once_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:289:42: error: typedef redefinition with different types ('int' vs 'struct pthread_mutex_attr *') typedef int pthread_mutexattr_t; ^ /usr/include/sys/_pthreadtypes.h:70:36: note: previous definition is here typedef struct pthread_mutex_attr *pthread_mutexattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:290:42: error: typedef redefinition with different types ('struct pthread_mutex_st *' vs 'struct pthread_mutex *') typedef struct pthread_mutex_st *pthread_mutex_t; ^ /usr/include/sys/_pthreadtypes.h:69:32: note: previous definition is here typedef struct pthread_mutex *pthread_mutex_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:291:42: error: typedef redefinition with different types ('int' vs 'struct pthread_cond_attr *') typedef int pthread_condattr_t; ^ /usr/include/sys/_pthreadtypes.h:72:35: note: previous definition is here typedef struct pthread_cond_attr *pthread_condattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:292:42: error: typedef redefinition with different types ('struct pthread_cond_st *' vs 'struct pthread_cond *') typedef struct pthread_cond_st *pthread_cond_t; ^ /usr/include/sys/_pthreadtypes.h:71:31: note: previous definition is here typedef struct pthread_cond *pthread_cond_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:293:42: error: typedef redefinition with different types ('int' vs 'struct pthread_rwlockattr *') typedef int pthread_rwlockattr_t; ^ /usr/include/sys/_pthreadtypes.h:76:36: note: previous definition is here typedef struct pthread_rwlockattr *pthread_rwlockattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_runtime.cxx:23: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') typedef struct pthread_rwlock_st *pthread_rwlock_t; ^ /usr/include/sys/_pthreadtypes.h:75:33: note: previous definition is here typedef struct pthread_rwlock *pthread_rwlock_t; ^ [build CXX] pyuno/source/module/pyuno_callable.cxx In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:285:42: error: typedef redefinition with different types ('struct pthread_st *' vs 'struct pthread *') typedef struct pthread_st *pthread_t; ^ /usr/include/sys/_pthreadtypes.h:65:27: note: previous definition is here typedef struct pthread *pthread_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:286:42: error: typedef redefinition with different types ('struct pthread_attr_st *' vs 'struct pthread_attr *') typedef struct pthread_attr_st *pthread_attr_t; ^ /usr/include/sys/_pthreadtypes.h:68:31: note: previous definition is here typedef struct pthread_attr *pthread_attr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:288:42: error: typedef redefinition with different types ('int' vs 'struct pthread_once') typedef int pthread_once_t; ^ /usr/include/sys/_pthreadtypes.h:74:30: note: previous definition is here typedef struct pthread_once pthread_once_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:289:42: error: typedef redefinition with different types ('int' vs 'struct pthread_mutex_attr *') typedef int pthread_mutexattr_t; ^ /usr/include/sys/_pthreadtypes.h:70:36: note: previous definition is here typedef struct pthread_mutex_attr *pthread_mutexattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:290:42: error: typedef redefinition with different types ('struct pthread_mutex_st *' vs 'struct pthread_mutex *') typedef struct pthread_mutex_st *pthread_mutex_t; ^ /usr/include/sys/_pthreadtypes.h:69:32: note: previous definition is here typedef struct pthread_mutex *pthread_mutex_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:291:42: error: typedef redefinition with different types ('int' vs 'struct pthread_cond_attr *') typedef int pthread_condattr_t; ^ /usr/include/sys/_pthreadtypes.h:72:35: note: previous definition is here typedef struct pthread_cond_attr *pthread_condattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:292:42: error: typedef redefinition with different types ('struct pthread_cond_st *' vs 'struct pthread_cond *') typedef struct pthread_cond_st *pthread_cond_t; ^ /usr/include/sys/_pthreadtypes.h:71:31: note: previous definition is here typedef struct pthread_cond *pthread_cond_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:293:42: error: typedef redefinition with different types ('int' vs 'struct pthread_rwlockattr *') typedef int pthread_rwlockattr_t; ^ /usr/include/sys/_pthreadtypes.h:76:36: note: previous definition is here typedef struct pthread_rwlockattr *pthread_rwlockattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno.cxx:20: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') typedef struct pthread_rwlock_st *pthread_rwlock_t; ^ /usr/include/sys/_pthreadtypes.h:75:33: note: previous definition is here typedef struct pthread_rwlock *pthread_rwlock_t; ^ [build CXX] pyuno/source/module/pyuno_module.cxx 9 errors generated. gmake[3]: *** [/usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/CxxObject/pyuno/source/module/pyuno_runtime.o] Error 1 gmake[3]: *** Waiting for unfinished jobs.... In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:285:42: error: typedef redefinition with different types ('struct pthread_st *' vs 'struct pthread *') typedef struct pthread_st *pthread_t; ^ /usr/include/sys/_pthreadtypes.h:65:27: note: previous definition is here typedef struct pthread *pthread_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:286:42: error: typedef redefinition with different types ('struct pthread_attr_st *' vs 'struct pthread_attr *') typedef struct pthread_attr_st *pthread_attr_t; ^ /usr/include/sys/_pthreadtypes.h:68:31: note: previous definition is here typedef struct pthread_attr *pthread_attr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:288:42: error: typedef redefinition with different types ('int' vs 'struct pthread_once') typedef int pthread_once_t; ^ /usr/include/sys/_pthreadtypes.h:74:30: note: previous definition is here typedef struct pthread_once pthread_once_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:289:42: error: typedef redefinition with different types ('int' vs 'struct pthread_mutex_attr *') typedef int pthread_mutexattr_t; ^ /usr/include/sys/_pthreadtypes.h:70:36: note: previous definition is here typedef struct pthread_mutex_attr *pthread_mutexattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:290:42: error: typedef redefinition with different types ('struct pthread_mutex_st *' vs 'struct pthread_mutex *') typedef struct pthread_mutex_st *pthread_mutex_t; ^ /usr/include/sys/_pthreadtypes.h:69:32: note: previous definition is here typedef struct pthread_mutex *pthread_mutex_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:291:42: error: typedef redefinition with different types ('int' vs 'struct pthread_cond_attr *') typedef int pthread_condattr_t; ^ /usr/include/sys/_pthreadtypes.h:72:35: note: previous definition is here typedef struct pthread_cond_attr *pthread_condattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:292:42: error: typedef redefinition with different types ('struct pthread_cond_st *' vs 'struct pthread_cond *') typedef struct pthread_cond_st *pthread_cond_t; ^ /usr/include/sys/_pthreadtypes.h:71:31: note: previous definition is here typedef struct pthread_cond *pthread_cond_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:293:42: error: typedef redefinition with different types ('int' vs 'struct pthread_rwlockattr *') typedef int pthread_rwlockattr_t; ^ /usr/include/sys/_pthreadtypes.h:76:36: note: previous definition is here typedef struct pthread_rwlockattr *pthread_rwlockattr_t; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_callable.cxx:19: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/source/module/pyuno_impl.hxx:34: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/pyuno/inc/pyuno/pyuno.hxx:32: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hpp:8: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XComponentContext.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/RuntimeException.hdl:6: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/Exception.hdl:9: In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/include/rtl/ustring.hxx:27: In file included from /usr/include/c++/v1/ostream:131: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:18: In file included from /usr/include/c++/v1/mutex:176: In file included from /usr/include/c++/v1/__mutex_base:17: /usr/local/include/python2.7/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'struct pthread_rwlock *') typedef struct pthread_rwlock_st *pthread_rwlock_t; ^ /usr/include/sys/_pthreadtypes.h:75:33: note: previous definition is here typedef struct pthread_rwlock *pthread_rwlock_t; ^ 9 errors generated. gmake[3]: *** [/usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/CxxObject/pyuno/source/module/pyuno.o] Error 1 9 errors generated. gmake[3]: *** [/usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2/workdir/CxxObject/pyuno/source/module/pyuno_callable.o] Error 1 gmake[3]: Leaving directory `/usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2' gmake[2]: *** [build] Error 2 gmake[2]: Leaving directory `/usr/ports/editors/libreoffice/work/libreoffice-4.2.5.2' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/editors/libreoffice *** Error code 1 Stop. make: stopped in /usr/ports/editors/libreoffice ===>>> make build failed for editors/libreoffice (In reply to Kubilay Kocak from comment #25) > This issue was reported as 11.0-CURRENT and i386 *only* and *without* the > PTH option enabled (See comment 4) > > Unfortunately, this bug has now gone severely off-course, due to: > > * 11 bugs that have been marked as duplicates of this bug, even though they > were reported earlier (normally all-but-the-FIRST reported bug are marked > duplicate) > > * More than one bug created by the reporter apparently for the same issue, > for multiple ports. > > * Several bug summary changes that I cannot see any substantial for > > * An attachment added that is more suitable in its own issue report, that > blocks this bug, if and *only if* this bug is relevant to the proposed fix. > > @Mikhail: In order to bring your issue back on track for resolution, please > do the following: > > 1) Attach a complete (full) build log for the failure you are observing. > 2) Triple-check that the PTH option is *not* implicated. > > You can do this by deinstalling python27, make rmconfig in lang/python27, > then reinstalling, since PTH is *not* a default option. > > 3) Attach the complete (full) build log for the python27 installation you > ran in steps (2) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sat Jul 12 11:17:30 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 366427C5 for <python@FreeBSD.org>; Sat, 12 Jul 2014 11:17:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D79A2942 for <python@FreeBSD.org>; Sat, 12 Jul 2014 11:17:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6CBHTLg032145 for <python@FreeBSD.org>; Sat, 12 Jul 2014 11:17:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: With THREADS option: devel/pth: pthread.h conflicts with system pthread. Date: Sat, 12 Jul 2014 11:17:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-FSlUZ2nfFb@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Jul 2014 11:17:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #27 from mikhail.rokhin@gmail.com --- Finally found what installed it devel/pth: security/gnupg (In reply to Jung-uk Kim from comment #14) > It looked at the problem more carefully. This issue is little complicated. > Basically, sys/types.h includes sys/_pthreadtypes.h per POSIX since r146824. > > http://svnweb.freebsd.org/changeset/base/146824 > > Unfortunately, devel/pth tries to override the pthread types defined in > sys/_pthreadtypes.h via its own pthread.h. If sys/types.h is also included, > these types get redefined. Unfortunately, this problem is really hard to > avoid. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sat Jul 12 11:22:42 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4CA0B859 for <python@FreeBSD.org>; Sat, 12 Jul 2014 11:22:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E15D29D9 for <python@FreeBSD.org>; Sat, 12 Jul 2014 11:22:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6CBMgRF096178 for <python@FreeBSD.org>; Sat, 12 Jul 2014 11:22:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: With THREADS option: devel/pth: pthread.h conflicts with system pthread. Date: Sat, 12 Jul 2014 11:22:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-mmOxKSM5Zh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Jul 2014 11:22:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D191744 --- Comment #28 from mikhail.rokhin@gmail.com --- =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80 gnupg-2.0.25 =E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=90 =E2=94=82 =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=90 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [ ] PINENTRY Use pinentry = =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [ ] LDAP LDAP keyserver interface = =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [ ] SCDAEMON Enable Smartcard daemon (with libusb)= =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [x] CURL Use the real curl library (worked aro= und if no) =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [ ] GPGSM Enable GPGSM (requires LDAP) = =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [ ] KDNS Use DNS CERT helper = =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [ ] STD_SOCKET Use standard socket for agent = =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [x] NLS Native Language Support = =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [x] DOCS Build and/or install documentation = =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=82 [ ] SUID_GPG Install GPG with suid = =E2=94=82 =E2=94=82=20=20 =E2=94=82 =E2=94=94=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=98 =E2=94=82=20=20 =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4=20=20 =E2=94=82 < OK > <Cancel> = =E2=94=82=20=20 =E2=94=94=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=98=20=20 (In reply to mikhail.rokhin from comment #27) > Finally found what installed it >=20 > devel/pth: security/gnupg >=20 >=20 > (In reply to Jung-uk Kim from comment #14) > > It looked at the problem more carefully. This issue is little complica= ted.=20 > > Basically, sys/types.h includes sys/_pthreadtypes.h per POSIX since r14= 6824. > >=20 > > http://svnweb.freebsd.org/changeset/base/146824 > >=20 > > Unfortunately, devel/pth tries to override the pthread types defined in > > sys/_pthreadtypes.h via its own pthread.h. If sys/types.h is also incl= uded, > > these types get redefined. Unfortunately, this problem is really hard = to > > avoid. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-python@FreeBSD.ORG Sat Jul 12 11:50:27 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6780DD91 for <freebsd-python@FreeBSD.org>; Sat, 12 Jul 2014 11:50:27 +0000 (UTC) Received: from homiemail-a85.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by mx1.freebsd.org (Postfix) with ESMTP id 22B5F2B6D for <freebsd-python@FreeBSD.org>; Sat, 12 Jul 2014 11:50:23 +0000 (UTC) Received: from homiemail-a85.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a85.g.dreamhost.com (Postfix) with ESMTP id DDCE1BBA065 for <freebsd-python@FreeBSD.org>; Sat, 12 Jul 2014 04:50:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=saltant.com; h=message-id :date:from:mime-version:to:subject:references:in-reply-to: content-type; s=saltant.com; bh=kF5X22mlpkg/LwJHGrbq7Kf/+ss=; b= fPYUzxe7/BcXFxNJwQRWJRy2/DzEjaNZUx6EakR4YsH7H/VMBPmLUk5Qw3/QnFrG nHmsjlSjILagnJqCH3DY9rkqPS7hZyi1Mrbhg32BQ2Qxuu7ujAIVGW6ZAOjvfiRk lakBVBjfE332lkRSNTCUK71cgm3DaZOxPkL1h6L56tU= Received: from dreck.saltant.net (dreck.saltant.net [72.78.188.150]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: john@saltant.com) by homiemail-a85.g.dreamhost.com (Postfix) with ESMTPSA id 8F1A7BBA063 for <freebsd-python@FreeBSD.org>; Sat, 12 Jul 2014 04:50:16 -0700 (PDT) Message-ID: <53C120F6.5050100@saltant.com> Date: Sat, 12 Jul 2014 07:50:14 -0400 From: "John W. O'Brien" <john@saltant.com> Organization: Saltant Solutions User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: FreeBSD Python List <freebsd-python@FreeBSD.org> Subject: Fwd: [REL - head-amd64-default][math/py-pandas] Failed for py27-pandas-0.14.0 in configure References: <201407112143.s6BLh4cA052693@beefy2.isc.freebsd.org> In-Reply-To: <201407112143.s6BLh4cA052693@beefy2.isc.freebsd.org> X-Enigmail-Version: 1.6 X-Forwarded-Message-Id: <201407112143.s6BLh4cA052693@beefy2.isc.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="WN5Q3mu8RlB9SpKilC7eMJseXsOc6flE0" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 12 Jul 2014 11:50:27 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --WN5Q3mu8RlB9SpKilC7eMJseXsOc6flE0 Content-Type: multipart/mixed; boundary="------------060606000002010908010709" This is a multi-part message in MIME format. --------------060606000002010908010709 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Is there anything I can or should do about this on the pandas side? ---SNIP--- =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<pha= se: configure >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Configuring for py27-pandas-0.14.0 Download error on https://pypi.python.org/simple/numpy/: [Errno 49] Can't assign requested address -- Some packages may not be found! Couldn't find index page for 'numpy' (maybe misspelled?) Download error on https://pypi.python.org/simple/: [Errno 49] Can't assign requested address -- Some packages may not be found! No local packages or download links found for numpy>=3D1.6.1 ---SNIP--- --------------060606000002010908010709 Content-Type: message/rfc822; name="[REL - head-amd64-default][math/py-pandas] Failed for py27-pandas-0_14_0 in configure.eml" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="[REL - head-amd64-default][math/py-pandas] Failed for py27-p"; filename*1="andas-0_14_0 in configure.eml" Return-Path: <pkg-fallout-builder@FreeBSD.org> X-Original-To: john@saltant.com Delivered-To: x10603204@homiemail-mx12.g.dreamhost.com Received: from mx2.freebsd.org (mx2.freebsd.org [8.8.178.116]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by homiemail-mx12.g.dreamhost.com (Postfix) with ESMTPS id 4CB272D41DE for <john@saltant.com>; Fri, 11 Jul 2014 14:43:06 -0700 (PDT) Received: from hub.freebsd.org (hub.freebsd.org [8.8.178.136]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx2.freebsd.org (Postfix) with ESMTPS id E349F5A3F for <john@saltant.com>; Fri, 11 Jul 2014 21:43:05 +0000 (UTC) Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6AF153C for <john@saltant.com>; Fri, 11 Jul 2014 21:43:05 +0000 (UTC) Received: from beefy2.isc.freebsd.org (beefy2.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A589D2A13; Fri, 11 Jul 2014 21:43:05 +0000 (UTC) Received: from beefy2.isc.freebsd.org (localhost [127.0.0.1]) by beefy2.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id s6BLh5VY053424; Fri, 11 Jul 2014 21:43:05 GMT (envelope-from pkg-fallout-builder@FreeBSD.org) Received: (from root@localhost) by beefy2.isc.freebsd.org (8.14.9/8.14.9/Submit) id s6BLh4cA052693; Fri, 11 Jul 2014 21:43:04 GMT (envelope-from pkg-fallout-builder@FreeBSD.org) Date: Fri, 11 Jul 2014 21:43:04 GMT From: pkg-fallout-builder@FreeBSD.org Message-Id: <201407112143.s6BLh4cA052693@beefy2.isc.freebsd.org> To: john@saltant.com Subject: [REL - head-amd64-default][math/py-pandas] Failed for py27-pandas-0.14.0 in configure Cc: pkg-fallout@FreeBSD.org You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: john@saltant.com Last committer: antoine@FreeBSD.org Ident: $FreeBSD: head/math/py-pandas/Makefile 357903 2014-06-15 16:47:38Z antoine $ Log URL: http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2014-07-11_10h42m33s/logs/py27-pandas-0.14.0.log Build URL: http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2014-07-11_10h42m33s Log: ====>> Building math/py-pandas build started at Fri Jul 11 21:42:39 UTC 2014 port directory: /usr/ports/math/py-pandas building for: FreeBSD head-amd64-default-job-03 11.0-CURRENT FreeBSD 11.0-CURRENT r268445 amd64 maintained by: john@saltant.com Makefile ident: $FreeBSD: head/math/py-pandas/Makefile 357903 2014-06-15 16:47:38Z antoine $ Poudriere version: 3.1-pre Host OSVERSION: 1100022 Jail OSVERSION: 1100027 !!! Jail is newer than host. (Jail: 1100027, Host: 1100022) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- OSVERSION=1100027 UNAME_v=FreeBSD 11.0-CURRENT r268445 UNAME_r=11.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/build/head-amd64-default/ref PKG_EXT=txz tpid=36157 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNG=1 PKGNAME=py27-pandas-0.14.0 PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f PKG_ADD=/usr/local/sbin/pkg-static add OLDPWD=/usr/local/poudriere/data/build/head-amd64-default/ref/poudriere/rdeps PWD=/usr/local/poudriere/data/build/head-amd64-default/ref/poudriere/pool MASTERNAME=head-amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes PKG_VERSION=/poudriere/pkg-static version PKG_BIN=/usr/local/sbin/pkg-static ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for py27-pandas-0.14.0: MPL=off: Support graphical plotting output via math/py-matplotlib SCIPY=off: Support various statistical functions via science/py-scipy ====> Computation Acceleration Add-ons BTLNCK=off: Accelerate certain NaN evals via math/py-bottleneck NUMEXPR=off: Accelerate certain numerical ops via math/py-numexpr ====> Data Storage Add-ons BOTO=off: Support Amazon S3 storage via devel/py-boto TABLES=off: Support HDF5-based storage via devel/py-tables ====> HTML Parsing Add-ons LXML=off: Parse HTML with devel/py-lxml and www/py-beautifulsoup HTML5LIB=off: Parse HTML with www/py-html5lib and www/py-beautifulsoup ====> MS Excel I/O Add-ons OPENPYXL=off: Read/write MS Excel 2007+ with textproc/py-openpyxl1 XLRD=off: Read MS Excel with textproc/py-xlrd XLWT=off: Write MS Excel with textproc/py-xlwt ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-pandas/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-pandas/work HOME=/wrkdirs/usr/ports/math/py-pandas/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-pandas/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-pandas/work HOME=/wrkdirs/usr/ports/math/py-pandas/work TMPDIR="/tmp" PYTHON="/usr/local/bin/python2.7" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-pandas/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-pandas/work HOME=/wrkdirs/usr/ports/math/py-pandas/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-pandas/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-pandas/work HOME=/wrkdirs/usr/ports/math/py-pandas/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd11 PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_VERSION=python2.7 OSREL=11.0 PREFIX=%D LOCALBASE=/usr/local PORTDOCS="" PORTEXAMPLES="" PORTDATA="" LIB32DIR=lib DOCSDIR="share/doc/pandas" EXAMPLESDIR="share/examples/pandas" DATADIR="share/pandas" WWWDIR="www/pandas" ETCDIR="etc/pandas" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pandas DOCSDIR=/usr/local/share/doc/pandas EXAMPLESDIR=/usr/local/share/examples/pandas WWWDIR=/usr/local/www/pandas ETCDIR=/usr/local/etc/pandas --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes # clean-restricted ran via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- ===> Cleaning for py27-pandas-0.14.0 =======================<phase: check-sanity >============================ ===> License BSD3CLAUSE accepted by the user =========================================================================== =======================<phase: pkg-depends >============================ ===> py27-pandas-0.14.0 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.2.7_4.txz Installing pkg-1.2.7_4... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of py27-pandas-0.14.0 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> License BSD3CLAUSE accepted by the user ===> Fetching all distfiles required by py27-pandas-0.14.0 for building =========================================================================== =======================<phase: checksum >============================ ===> License BSD3CLAUSE accepted by the user ===> Fetching all distfiles required by py27-pandas-0.14.0 for building => SHA256 Checksum OK for pandas-0.14.0.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> License BSD3CLAUSE accepted by the user ===> Fetching all distfiles required by py27-pandas-0.14.0 for building ===> Extracting for py27-pandas-0.14.0 => SHA256 Checksum OK for pandas-0.14.0.tar.gz. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for py27-pandas-0.14.0 =========================================================================== =======================<phase: build-depends >============================ ===> py27-pandas-0.14.0 depends on file: /usr/local/lib/python2.7/site-packages/numpy/core/numeric.py - not found ===> Verifying install for /usr/local/lib/python2.7/site-packages/numpy/core/numeric.py in /usr/ports/math/py-numpy ===> Installing existing package /packages/All/py27-numpy-1.8.1,1.txz Installing py27-numpy-1.8.1,1...Installing blas-3.4.2_2...Installing gcc-4.7.3_1...Installing binutils-2.24...Installing gettext-0.18.3.1_1...Installing indexinfo-0.2... done done done Installing gcc-ecj-4.5... done Installing gmp-5.1.3_2... done Installing mpc-1.0.2...Installing mpfr-3.1.2_2... done done done done Installing lapack-3.4.2_2... done Installing py27-nose-1.3.0_1...Installing py27-setuptools27-5.1...Installing python27-2.7.6_4... done done done Installing suitesparse-4.0.2_3... done done To ensure binaries built with this toolchain find appropriate versions of the necessary run-time libraries, you may want to link using -Wl,-rpath=/usr/local/lib/gcc47 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens transparently. ==== 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 sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Install them as needed. ==== ===> Returning to build of py27-pandas-0.14.0 ===> py27-pandas-0.14.0 depends on package: py27-setuptools27>0 - found ===> py27-pandas-0.14.0 depends on file: /usr/local/bin/python2.7 - found =========================================================================== =======================<phase: lib-depends >============================ =========================================================================== =======================<phase: configure >============================ ===> Configuring for py27-pandas-0.14.0 Download error on https://pypi.python.org/simple/numpy/: [Errno 49] Can't assign requested address -- Some packages may not be found! Couldn't find index page for 'numpy' (maybe misspelled?) Download error on https://pypi.python.org/simple/: [Errno 49] Can't assign requested address -- Some packages may not be found! No local packages or download links found for numpy>=1.6.1 Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 606, in <module> **setuptools_kwargs) File "/usr/local/lib/python2.7/distutils/core.py", line 112, in setup _setup_distribution = dist = klass(attrs) File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 261, in __init__ self.fetch_build_eggs(attrs.pop('setup_requires')) File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 286, in fetch_build_eggs replace_conflicting=True File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 631, in resolve dist = best[req.key] = env.best_match(req, ws, installer) File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 871, in best_match return self.obtain(req, installer) File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 883, in obtain return installer(requirement) File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 336, in fetch_build_egg return cmd.easy_install(req) File "/usr/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 589, in easy_install raise DistutilsError(msg) distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('numpy>=1.6.1') *** Error code 1 Stop. make: stopped in /usr/ports/math/py-pandas ===> Cleaning for py27-pandas-0.14.0 --------------060606000002010908010709-- --WN5Q3mu8RlB9SpKilC7eMJseXsOc6flE0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBCgAGBQJTwSD6AAoJEORay8JGGICYUvYH/i8Au42SN5bITX6IpebhMiQ6 2erm8Qeqk5IFpA1g1+JWxWDjuUeug0Fb6S3NdbHVwFqEm6wKMT/8tlT0jTwgUHc1 gPpk+XZqN1ugD7FIVqFbfHD5y/FFx7h3rra3MNT/Ywhmp3/tTwgVA4+tJr3vUkA7 30hfuffTqHQftcbWDI53Z1aWCqR+EmJU8I9+ad+W1xTcoTovjPoSJauFPrAV84Sx CMb0FQQsavvmb3ZU3KsV4v1NaEFSl40am9I5OmRKLt5mx/ftWYUZ85Wyxcr6d40u Xj4qU5i00AtHlIeGsQDcDx1wS3T0dwY9EslLAtSK8rFLn+C0oU6dmAWztclkP2k= =kXuB -----END PGP SIGNATURE----- --WN5Q3mu8RlB9SpKilC7eMJseXsOc6flE0-- From owner-freebsd-python@FreeBSD.ORG Sun Jul 13 11:25:19 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5594B26A for <freebsd-python@FreeBSD.org>; Sun, 13 Jul 2014 11:25:19 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D6372D69 for <freebsd-python@FreeBSD.org>; Sun, 13 Jul 2014 11:25:19 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6DBPJTX036449 for <freebsd-python@FreeBSD.org>; Sun, 13 Jul 2014 11:25:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191850] [maintainer update] devel/py-RPyC Update to 3.3.0 Date: Sun, 13 Jul 2014 11:25:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority assigned_to Message-ID: <bug-191850-17421-2OCazYF7zt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191850-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191850-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 13 Jul 2014 11:25:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191850 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Normal |--- Assignee|freebsd-ports-bugs@FreeBSD. |freebsd-python@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sun Jul 13 15:25:32 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 898B531C for <python@freebsd.org>; Sun, 13 Jul 2014 15:25:32 +0000 (UTC) Received: from smtp3.hushmail.com (smtp3.hushmail.com [65.39.178.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.hushmail.com", Issuer "Self-signed" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6FF412F1C for <python@freebsd.org>; Sun, 13 Jul 2014 15:25:31 +0000 (UTC) Received: from smtp3.hushmail.com (localhost [127.0.0.1]) by smtp3.hushmail.com (Postfix) with SMTP id 12D54E0191 for <python@freebsd.org>; Sun, 13 Jul 2014 15:25:30 +0000 (UTC) Received: from smtp.hushmail.com (w7.hushmail.com [65.39.178.32]) by smtp3.hushmail.com (Postfix) with ESMTP for <python@freebsd.org>; Sun, 13 Jul 2014 15:25:29 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id D13C820722; Sun, 13 Jul 2014 15:25:29 +0000 (UTC) MIME-Version: 1.0 Date: Sun, 13 Jul 2014 11:25:29 -0400 To: python@freebsd.org Subject: python27 and libressl broken From: "Kenta S." <kentas@hush.com> In-Reply-To: <53C1B3A4.7030500@FreeBSD.org> References: <20140712214228.4762920723@smtp.hushmail.com> <53C1B3A4.7030500@FreeBSD.org> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20140713152529.D13C820722@smtp.hushmail.com> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 13 Jul 2014 15:25:32 -0000 I'm trying to build python against LibreSSL, but I don't know if it is a staging error or SSL error. This is in a fresh jail. ===> Installing for python27-2.7.6_4 ===> Checking if lang/python27 already installed ===> Registering installation for python27-2.7.6_4 pkg-static: lstat(/tmp/usr/ports/lang/python27/work/stage/usr/local/lib /python2.7/lib-dynload/_ssl.so): No such file or directory *** [fake-pkg] Error code 74 Stop in /basejail/usr/ports/lang/python27. *** [install] Error code 1 From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 02:35:38 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4170E8ED for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 02:35:38 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28D022072 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 02:35:38 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6E2ZcqB037504 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 02:35:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191857] New: [MAINTAINER] math/py-pandas: Update to 0.14.1 Date: Mon, 14 Jul 2014 02:35:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc attachments.created Message-ID: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 02:35:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191857 Bug ID: 191857 Summary: [MAINTAINER] math/py-pandas: Update to 0.14.1 Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: Normal Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: john@saltant.com CC: freebsd-python@FreeBSD.org Created attachment 144644 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144644&action=edit Update math/py-pandas to 0.14.1 Change log ========== * Update to 0.14.1 * Restore misplaced auxiliary test script used by regression-test target -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 06:48:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1596DA40 for <freebsd-python@freebsd.org>; Mon, 14 Jul 2014 06:48:01 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED178241A for <freebsd-python@freebsd.org>; Mon, 14 Jul 2014 06:48:00 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from <penngsilva@gmail.com>) id 1X6a3L-0006rK-Tx for freebsd-python@freebsd.org; Sun, 13 Jul 2014 23:47:59 -0700 Date: Sun, 13 Jul 2014 23:47:59 -0700 (PDT) From: anytai <penngsilva@gmail.com> To: freebsd-python@freebsd.org Message-ID: <1405320479913-5928718.post@n5.nabble.com> Subject: Bandage Dress body shaping and sexy dresses. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 06:48:01 -0000 The website itself is a well laid out catalog of these item currently on offer. The items are modeled with an unobtrusive background or none so that that style is completely visible. The stunning quality signature of the Bandage Dress <http://www.hotowdresses.com/> style is immediately evident. There are currently a large range of dresses on display from the classic bandage, figure hugging and molding dress, to full length gowns. The latest arrivals are on display on a separate page and then one can page through the main catalog which displays 12 to a page and these range again from an embroidered mesh dress through knits and satins and prints. All with that Bandage Dress attention to detail and all in the wonderful fabrics that make these dresses such a pleasure to wear and flatter the wearer. And it is not only Bandage dresses that are on sale on this website but there are also the swim suits. Flattering to wear and completing an ensemble gowns nearly emphasize that femininity of that wearer. <http://freebsd.1045724.n5.nabble.com/file/n5928718/Bead-Hot-Stamping-Bandage-dress.jpg> In addition the hotowdresses sales dresses are available in many colors, from the subdued, the Black and white, the Autumn colors and golds and also in bright blues reds and greens. Any lady wearing one of hotowdresses's signature dresses, be it a bandage style or one of his other distinctive, body shaping and sexy mini bandage dresses <http://www.hotowdresses.com/mini-bandage-dress.html> . -- View this message in context: http://freebsd.1045724.n5.nabble.com/Bandage-Dress-body-shaping-and-sexy-dresses-tp5928718.html Sent from the freebsd-python mailing list archive at Nabble.com. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 07:21:30 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12DF7128 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 07:21:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEC742701 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 07:21:29 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6E7LTgA047840 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 07:21:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191857] [MAINTAINER] math/py-pandas: Update to 0.14.1 Date: Mon, 14 Jul 2014 07:21:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: culot@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: <bug-191857-17421-WRDZOGzhMp@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 07:21:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191857 Frederic Culot <culot@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |culot@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |culot@FreeBSD.org |org | -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 11:01:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2A2F8D6 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 11:01:51 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFE342B11 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 11:01:51 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EB1pVr065612 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 11:01:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191857] [MAINTAINER] math/py-pandas: Update to 0.14.1 Date: Mon, 14 Jul 2014 11:01:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191857-17421-sCmRlRr43g@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 11:01:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191857 --- Comment #1 from john@saltant.com --- I'm trying to figure out why the build is failing with Py3k. It looks like it sees and satisfies the numpy build requirement. =======================<phase: build-depends >============================ ===> py33-pandas-0.14.1 depends on file: /usr/local/lib/python3.3/site-packages/numpy/core/numeric.py - not found ===> Verifying install for /usr/local/lib/python3.3/site-packages/numpy/core/numeric.py in /usr/ports/math/py-numpy ===> Installing existing package /packages/All/py33-numpy-1.8.1,1.txz Installing py33-numpy-1.8.1,1... ... but by the time we run setup.py, it feels compelled to try to fetch numpy from pypi. =======================<phase: configure >============================ ===> Configuring for py33-pandas-0.14.1 Download error on https://pypi.python.org/simple/numpy/: [Errno 13] Permission denied -- Some packages may not be found! Couldn't find index page for 'numpy' (maybe misspelled?) Download error on https://pypi.python.org/simple/: [Errno 13] Permission denied -- Some packages may not be found! No local packages or download links found for numpy>=1.7.0b2 Complete build log: https://pkg.saltant.net/poudriere/bulk/100amd64-default-python33/2014-07-13_22h23m55s/logs/errors/py33-pandas-0.14.1.log This already affected 0.14.0 on the package builders. https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-20140707/176395.html https://lists.freebsd.org/pipermail/freebsd-python/2014-July/007214.html Any ideas? -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 15:52:53 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DADF6303 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 15:52:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C20E025E5 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 15:52:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EFqrOP048182 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 15:52:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] devel/py-setuptools: pkg_resources.find_distributions fails to find math/py-numpy under Py3k Date: Mon, 14 Jul 2014 15:52:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: <bug-191865-17421-OfoufOyGAM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 15:52:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 john@saltant.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |freebsd-python@FreeBSD.org -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 15:55:28 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D48A498 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 15:55:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 749EE2609 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 15:55:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EFtSjU054913 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 15:55:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191857] [MAINTAINER] math/py-pandas: Update to 0.14.1 Date: Mon, 14 Jul 2014 15:55:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191857-17421-nqiNHctuzA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 15:55:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191857 --- Comment #2 from john@saltant.com --- setuptools is failing to find installed numpy per bug 191865 I will patch setup.py to not perform the dependency checking and leave that up to the ports machinery. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 16:12:10 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 340E590F for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 16:12:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B0F227C5 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 16:12:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EGC98Z026726 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 16:12:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] devel/py-setuptools: pkg_resources.find_distributions fails to find math/py-numpy under Py3k Date: Mon, 14 Jul 2014 16:12:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: <bug-191865-17421-Hovg32huCi@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 16:12:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koobs@FreeBSD.org --- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> --- An update to devel/py-setuptools to 5.4.1 is about to land shortly (pending a small QA issue). Can you take a look at the upstream changes [1] and let me know if there's anything in there that might be relevent. https://bitbucket.org/pypa/setuptools/src/b7581d108b877e360bf8311089e8dff27a53c6f0/CHANGES.txt?at=default If possible, it would also be handy to reproduce the issue on lang/python34, to isolate a root cause to a specific port -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 16:16:53 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E66DA08 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 16:16:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 758E827FD for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 16:16:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EGGr9p063370 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 16:16:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] devel/py-setuptools: pkg_resources.find_distributions fails to find math/py-numpy under Py3k Date: Mon, 14 Jul 2014 16:16:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191865-17421-QdEIXa4s5T@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 16:16:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 --- Comment #2 from Kubilay Kocak <koobs@FreeBSD.org> --- Also, a directory listing of the contents of /usr/local/lib/python3.3/site-packages could prove handy (please attach it, rather than in a comment) -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 17:47:15 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB8933A9 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 17:47:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2CAE20C5 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 17:47:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EHlFxe030902 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 17:47:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] devel/py-setuptools: pkg_resources.find_distributions fails to find math/py-numpy under Py3k Date: Mon, 14 Jul 2014 17:47:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: <bug-191865-17421-CZzbdqNin3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 17:47:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 --- Comment #3 from john@saltant.com --- Created attachment 144664 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144664&action=edit Recursive listing of python3.3 site-packages directory -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 17:57:10 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A27B1A53 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 17:57:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89ADB21B7 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 17:57:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EHvAwD065656 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 17:57:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191857] [MAINTAINER] math/py-pandas: Update to 0.14.1 Date: Mon, 14 Jul 2014 17:57:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: <bug-191857-17421-UHp3zRP50q@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 17:57:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191857 John W. O'Brien <john@saltant.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144644|0 |1 is obsolete| | --- Comment #3 from John W. O'Brien <john@saltant.com> --- Created attachment 144665 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144665&action=edit Update math/py-pandas to 0.14.1 This updated patch neuters the dependency handling in setup.py to work-around bug 191865 in an admittedly heavy-handed way. Sample build logs to follow. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 18:00:58 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D8EDC20 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:00:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4541221F2 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:00:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EI0wn0087711 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:00:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] devel/py-setuptools: pkg_resources.find_distributions fails to find math/py-numpy under Py3k Date: Mon, 14 Jul 2014 18:00:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191865-17421-0c2RGVwmsB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 18:00:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 --- Comment #4 from John W. O'Brien <john@saltant.com> --- koobs: I see nothing relevant in the upstream changelog for setuptools. I'm working on reproducing in 3.4 right now. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 18:10:19 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B476150 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:10:19 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 227C522F1 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:10:19 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EIAJ8H028818 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:10:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] devel/py-setuptools: pkg_resources.find_distributions fails to find math/py-numpy under Py3k Date: Mon, 14 Jul 2014 18:10:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: <bug-191865-17421-6z9KbPnh3t@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 18:10:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 --- Comment #5 from John W. O'Brien <john@saltant.com> --- Created attachment 144667 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144667&action=edit Test environment with DEFAULT_VERSIONS=python=3.4 To upgrade the test environment, I pkg remove'd the three py33-* packages plus python itself, updated /etc/make.conf, then built and installed lang/python3.4, devel/py-setuptools34, devel/py-nose, and math/py-numpy. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 18:11:42 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E6DF1E2 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:11:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75036231F for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:11:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EIBgH7057020 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:11:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] devel/py-setuptools: pkg_resources.find_distributions fails to find math/py-numpy under Py3k Date: Mon, 14 Jul 2014 18:11:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: <bug-191865-17421-BSfQXFzlVB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 18:11:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 --- Comment #6 from John W. O'Brien <john@saltant.com> --- Created attachment 144668 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144668&action=edit Demonstation of problem under python3.4 This terminal capture shows the same behavior under python3.4. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 18:12:36 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F7F7230 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:12:36 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16B0E2393 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:12:36 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EICZBR079578 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:12:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] devel/py-setuptools: pkg_resources.find_distributions fails to find math/py-numpy under Py3k Date: Mon, 14 Jul 2014 18:12:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: <bug-191865-17421-iNeFATIRoD@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 18:12:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 --- Comment #7 from John W. O'Brien <john@saltant.com> --- Created attachment 144669 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144669&action=edit Recursive listing of python3.4 site-packages directory -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 18:18:44 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8892378 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:18:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B03B123D8 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:18:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EIIi7w094127 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:18:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] devel/py-setuptools: pkg_resources.find_distributions fails to find math/py-numpy under Py3k Date: Mon, 14 Jul 2014 18:18:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191865-17421-jo8RnOTWXM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 18:18:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 --- Comment #8 from John W. O'Brien <john@saltant.com> --- See also bug 191857, comment 1, regarding a previous notice to freebsd-pkg-fallout@, which suggests that this bug affects 2.7 too, at least on 11.0-CURRENT. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 18:44:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04007CD1 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:44:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF8CD263C for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:44:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EIi3DV014170 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:44:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] devel/py-setuptools: pkg_resources.find_distributions fails to find math/py-numpy under Py3k Date: Mon, 14 Jul 2014 18:44:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191865-17421-RvjiYV3EjT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 18:44:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 --- Comment #9 from John W. O'Brien <john@saltant.com> --- Oh, that's interesting and unexpected... I just reproduced this with 2.7 in one test environment, but could not in another. I wonder what's different? -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 18:55:27 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98AF33F3 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:55:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 804222737 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:55:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EItRvQ062040 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:55:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191857] [MAINTAINER] math/py-pandas: Update to 0.14.1 Date: Mon, 14 Jul 2014 18:55:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: <bug-191857-17421-bmVSiMIS3Q@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 18:55:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191857 --- Comment #4 from John W. O'Brien <john@saltant.com> --- Created attachment 144670 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144670&action=edit Build log with python 2.7 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 18:55:52 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 16BBC416 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:55:52 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2722273C for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:55:51 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EItp5M062256 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:55:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191857] [MAINTAINER] math/py-pandas: Update to 0.14.1 Date: Mon, 14 Jul 2014 18:55:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: <bug-191857-17421-Z0MGLzjEP1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 18:55:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191857 --- Comment #5 from John W. O'Brien <john@saltant.com> --- Created attachment 144671 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144671&action=edit Build log with python 3.3 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 18:56:14 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8ADDB514 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:56:14 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7279A2744 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:56:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EIuEiP062467 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 18:56:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191857] [MAINTAINER] math/py-pandas: Update to 0.14.1 Date: Mon, 14 Jul 2014 18:56:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: <bug-191857-17421-bHbipzzuYj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 18:56:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191857 --- Comment #6 from John W. O'Brien <john@saltant.com> --- Created attachment 144672 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144672&action=edit Build log with python 3.4 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 19:45:51 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54CDB88D for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 19:45:51 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C4452BC2 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 19:45:51 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EJjp7L081409 for <freebsd-python@FreeBSD.org>; Mon, 14 Jul 2014 19:45:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] devel/py-setuptools: pkg_resources.find_distributions fails to find math/py-numpy under Py3k Date: Mon, 14 Jul 2014 19:45:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191865-17421-87UVotPzpg@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Jul 2014 19:45:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 --- Comment #10 from John W. O'Brien <john@saltant.com> --- What was different is that on one machine, /usr/local/lib/python2.7/site-packages/numpy-1.8.1-py2.7.egg-info existed, and on the other it didn't. This is a problem because the pkg_resources.find_distributions function ends up using the pkg_resources.find_on_path finder for the site-packages directory, which only pays attention to directory entries ending in one of ['.egg-info', '.egg', '.egg-link']. When I copied the .egg-info directory from one machine to the other, pkg_resources.find_distributions found numpy. So, this is looking more like a numpy or ports infrastructure bug, not so much like a setuptools bug. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Jul 15 20:54:22 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36FF2E20 for <freebsd-python@FreeBSD.org>; Tue, 15 Jul 2014 20:54:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DD2C2380 for <freebsd-python@FreeBSD.org>; Tue, 15 Jul 2014 20:54:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6FKsLmA002389 for <freebsd-python@FreeBSD.org>; Tue, 15 Jul 2014 20:54:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] devel/py-setuptools: pkg_resources.find_distributions fails to find math/py-numpy under Py3k Date: Tue, 15 Jul 2014 20:54:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191865-17421-5B2RuFl0T5@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 15 Jul 2014 20:54:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 --- Comment #11 from John W. O'Brien <john@saltant.com> --- The plot thickens. I've been building and rebuilding math/py-numpy, and been unable to generate a build where the .egg-info directory appears in .PLIST.mktmp, with any version of python. Of course that means that despite having .egg-info in the staging directory, it doesn't make it into the package let alone into the installed system. However, the binary package that the FreeBSD repos are shipping contains .egg-info, as does a binary package my own poudriere instance built for me of the same numpy version on or about 2014-06-03. When I rebuild with that poudriere instance from the latest rev of the ports tree, the package is missing .egg-info. math/py-numpy doesn't use PYDISTUTILS_AUTOPLIST (could it?), so while I would expect to find entries in pkg-plist for %%PYDISTUTILS_EGGINFO%% there are none. It doesn't look like math/py-numpy ever had those lines, though, so maybe that isn't the problem. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Jul 15 21:21:56 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8E81735 for <python@FreeBSD.org>; Tue, 15 Jul 2014 21:21:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0E74260D for <python@FreeBSD.org>; Tue, 15 Jul 2014 21:21:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6FLLu1r005870 for <python@FreeBSD.org>; Tue, 15 Jul 2014 21:21:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191888] lang/python27: PTH option considered harmful Date: Tue, 15 Jul 2014 21:21:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: blocked assigned_to Message-ID: <bug-191888-21822-HGxQ4k8JKH@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191888-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191888-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 15 Jul 2014 21:21:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191888 Jung-uk Kim <jkim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |191744 Assignee|freebsd-ports-bugs@FreeBSD. |python@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Jul 15 21:21:57 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 616C6739 for <python@FreeBSD.org>; Tue, 15 Jul 2014 21:21:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 495162610 for <python@FreeBSD.org>; Tue, 15 Jul 2014 21:21:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6FLLvYK006033 for <python@FreeBSD.org>; Tue, 15 Jul 2014 21:21:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: With THREADS option: devel/pth: pthread.h conflicts with system pthread. Date: Tue, 15 Jul 2014 21:21:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: dependson Message-ID: <bug-191744-21822-AoHq0IddRV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 15 Jul 2014 21:21:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 Jung-uk Kim <jkim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |191888 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Jul 15 21:25:33 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2D858F9 for <python@FreeBSD.org>; Tue, 15 Jul 2014 21:25:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A939265E for <python@FreeBSD.org>; Tue, 15 Jul 2014 21:25:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6FLPXcE080056 for <python@FreeBSD.org>; Tue, 15 Jul 2014 21:25:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: With THREADS option: devel/pth: pthread.h conflicts with system pthread. Date: Tue, 15 Jul 2014 21:25:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191744-21822-CqSede540Q@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 15 Jul 2014 21:25:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 --- Comment #29 from Jung-uk Kim <jkim@FreeBSD.org> --- (In reply to Kubilay Kocak from comment #25) > * An attachment added that is more suitable in its own issue report, that > blocks this bug, if and *only if* this bug is relevant to the proposed fix. Done. Please see Bug 191888. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Jul 15 21:26:01 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E05EE920 for <python@FreeBSD.org>; Tue, 15 Jul 2014 21:26:01 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C80EB2665 for <python@FreeBSD.org>; Tue, 15 Jul 2014 21:26:01 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6FLQ16F091189 for <python@FreeBSD.org>; Tue, 15 Jul 2014 21:26:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 191744] lang/python27: With THREADS option: devel/pth: pthread.h conflicts with system pthread. Date: Tue, 15 Jul 2014 21:26:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete Message-ID: <bug-191744-21822-6yaXytcg7K@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-191744-21822@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 15 Jul 2014 21:26:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744 Jung-uk Kim <jkim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144602|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Jul 15 23:11:40 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9554D8C9; Tue, 15 Jul 2014 23:11:40 +0000 (UTC) Received: from homiemail-a77.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by mx1.freebsd.org (Postfix) with ESMTP id 62B362FEC; Tue, 15 Jul 2014 23:11:39 +0000 (UTC) Received: from homiemail-a77.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a77.g.dreamhost.com (Postfix) with ESMTP id AD7509405E; Tue, 15 Jul 2014 16:11:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=saltant.com; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to: content-type; s=saltant.com; bh=Xw2w2rq1QVLCkJRp8j9QWQqiH0Q=; b= V1JDduyWwL3xh7QlcdUvtSeRQ2gh+32qz8Hz25uwY9jJ1EsmBTelH8mJtt2aQw1T LWR7dB5kQB80uy4WOCgh1/e6F5ndAoQK1DgFeT2jomqLCqXEcAlLQNJvdGq0XBu4 Bpe63nsBiK8H73Hvgtk5w/gKXoXK0lp8ceyhjKWESok= Received: from dreck.saltant.net (dreck.saltant.net [72.78.188.150]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: john@saltant.com) by homiemail-a77.g.dreamhost.com (Postfix) with ESMTPSA id 48E7794059; Tue, 15 Jul 2014 16:11:33 -0700 (PDT) Message-ID: <53C5B523.3090308@saltant.com> Date: Tue, 15 Jul 2014 19:11:31 -0400 From: "John W. O'Brien" <john@saltant.com> Organization: Saltant Solutions User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Irjohn Junus <i.junus@gmail.com> Subject: Re: math/py-numpy cannot satisfy libgfortran dependency on libgcc_s/GCC_4.6.0 [WAS: Re: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4] References: <CALXkR+8ivP3m2aJN+m88Sz+4BodAxnYioBvgUotFZf_-TVPLgg@mail.gmail.com> <536C40B0.2060705@saltant.com> <CALXkR+_r4kG8CHO8R2MOsGHK4JDeEMa28MN4rzZ1hAtd+zAu4g@mail.gmail.com> <53718C14.1040807@saltant.com> <CALXkR+-6_2k4pD7-Ln6e-PbgFTKriRXSrqOpd=UVbwppi=dpvg@mail.gmail.com> <5385CF53.10608@saltant.com> <CALXkR+9Va2zs15oTQP7BPcv4NaZotvkE4aorg=CMDatn4Zi8fg@mail.gmail.com> In-Reply-To: <CALXkR+9Va2zs15oTQP7BPcv4NaZotvkE4aorg=CMDatn4Zi8fg@mail.gmail.com> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="qP3HcQnIDR53mDuplFo3v4wImX8npCEO6" Cc: Jimmy Olgeni <olgeni@freebsd.org>, FreeBSD Python List <freebsd-python@FreeBSD.org> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 15 Jul 2014 23:11:40 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --qP3HcQnIDR53mDuplFo3v4wImX8npCEO6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 6/14/14 10:24 PM, Irjohn Junus wrote: > Here's my /usr/local/lib/compat/pkg: > [ijunus@mars /]$ ls /usr/local/lib/compat/pkg > libXau.so.0libgd.so.4libxcb-sync.so.0 > libaprutil-1.so.3libpcre.so.1libxcb-xkb.so.0 > libatalk.so.3libpcre16.so.0libxcb.so.2 > libffi.so.5libpixman-1.so.30lxml-3.1.0-py2.7.egg-info > libfreetype.so.9libsvn_ra_neon-1.so.0 > libgcrypt.so.18libxcb-randr.so.1 Irjohn, None of that looks suspicious to me. I'm sorry to leave you hanging like this, but I'm at a loss for how to proceed. If you have any updates, like things you've tried or---even better---that the problem cleared up on its own, please let us know. In the mean time, perhaps somebody else will have some insight into what's going on. -John > On Wed, May 28, 2014 at 7:58 PM, John W. O'Brien <john@saltant.com > <mailto:john@saltant.com>> wrote: >=20 > On 5/18/14 12:30 AM, Irjohn Junus wrote: > > Thank you for looking at this. Apologies for my late reply it's b= een > > crazy busy at work lately. >=20 > I completely understand. As you can probably tell, my situation is > similar. >=20 > > Here's answers to your questions: >=20 > >> 1. What is the rpath stored in your copy of those numpy file= s? > >> That is, what is the output from > >> > >> cd /usr/local/lib/python2.7/site-packages/numpy/linal= g > >> readelf -d _umath_linalg.so | grep RPATH > >> readelf -d lapack_lite.so | grep RPATH > >> > >> ? >=20 > > readelf -d _umath_linalg.so | grep RPATH > > 0x000000000000000f (RPATH) Library rpath: > > [/usr/local/lib/gcc47] > > readelf -d lapack_lite.so | grep RPATH > > 0x000000000000000f (RPATH) Library rpath: > > [/usr/local/lib/gcc47] >=20 > That looks correct to me. >=20 > >> 2. What is the contents of > >> =20 > /usr/local/lib/python2.7/site-packages/numpy/distutils/site.cfg on= your > >> machine? >=20 > > cat /usr/local/lib/python2.7/site-packages/numpy/distutils/site.c= fg > > [DEFAULT] > > lapack_type=3Datlas > > library_dirs =3D > > > /usr/lib:/usr/local/lib:/usr/local/lib/gcc47/gcc/x86_64-portbld-fre= ebsd9.1/4.7.3/../../../ > > include_dirs =3D > > /usr/include:/usr/local/include:/usr/local/include/suitesparse > > src_dirs =3D /usr/local/src > > # search static libraries (.a) in preference to shared ones (.so)= > > search_static_first =3D 0 > > [atlas] > > library_dirs =3D > > > /usr/local/lib:/usr/local/lib/gcc47/gcc/x86_64-portbld-freebsd9.1/4= =2E7.3/../../../ > > atlas_libs =3D lapack, blas >=20 > Just like mine. >=20 > >> 2. What is the contents of /etc/make.conf on your machine? >=20 > > cat /etc/make.conf > > # added by use.perl 2013-03-25 18:12:09 > > PERL_VERSION=3D5.12.4 > > #WITH_MPM=3Dworker >=20 > Totally innocuous. >=20 > >> 4. How to you install and upgrade your ports? Build from so= urce > >> by hand? Build from source with the help of portmaster, > >> poudriere, etc? > >> Install binary packages with pkg_* or ports-mgmt/pkg (pk= gng)? >=20 > > 4. > > I use portmaster exclusively, to install: > > portmaster --packages-build --delete-build-only port-name > > to upgrade: > > portmaster --dwv port-name >=20 > I'm taking a stab in the dark here. Based on the '-w' option, might= > there be any stale libs hanging around in /usr/local/lib/compat/pkg= ? >=20 > I haven't been able to reproduce this, so I'm not sure which tree t= o > bark up next. --qP3HcQnIDR53mDuplFo3v4wImX8npCEO6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBCgAGBQJTxbUnAAoJEORay8JGGICYbywIAItG+s4tPFI8igGfsTJ8ltfh +jan/L6QDx0/ahSSh9ArnGNgUfJPjfbvn3G39f0E6GpD8Ijl7QiQKidMfw6EySQY xgympHiFft3y0A4ooHLrWi9oWT79zSNzUYFuOO0QgFMquWYIuGVwFgAc3mo6gfWh /tb0WYR31AnZQ/bkP7cA4yxcG5NPf1RDMJCifg2kqYHv7mtRuq/RJfo1UJ+zyY7Z cRLwwfGlAfzTxZWIriQ/LHwrr2iN5uV8KAtDv1b2x045v8v2BcizO2fnT+uke3gu ZDBv+fY80zxIIGk3tDHjRCbX95hwgNPedb23kozlDrbAWiFe4vQBH+SWcofDjng= =1tED -----END PGP SIGNATURE----- --qP3HcQnIDR53mDuplFo3v4wImX8npCEO6-- From owner-freebsd-python@FreeBSD.ORG Wed Jul 16 00:51:22 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED7E0817 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 00:51:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D41C528BB for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 00:51:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6G0pMQA005924 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 00:51:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] devel/py-setuptools: pkg_resources.find_distributions fails to find math/py-numpy under Py3k Date: Wed, 16 Jul 2014 00:51:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: <bug-191865-17421-UaI2kj1QwP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 16 Jul 2014 00:51:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 --- Comment #12 from John W. O'Brien <john@saltant.com> --- Created attachment 144707 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144707&action=edit Patch math/py-numpy to install egg-info directory >From Mk/bsd.python.mk -- add-plist-egginfo: .if !defined(PYDISTUTILS_NOEGGINFO) && \ !defined(PYDISTUTILS_AUTOPLIST) && \ defined(INSTALLS_EGGINFO) && \ defined(PYTHON_REL) # [add .egg-info entries to plist] math/py-numpy does not use AUTOPLIST, nor does it it inhibit with NOEGGINFO. Therefore it needs INSTALLS_EGGINFO. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 16 01:04:35 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4EB6AFF for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 01:04:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBDA229AA for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 01:04:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6G14Zae076112 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 01:04:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] math/py-numpy: Builds and stages egg-info directory but silently fails to install it Date: Wed, 16 Jul 2014 01:04:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: <bug-191865-17421-3jV74rrvJ6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 16 Jul 2014 01:04:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 John W. O'Brien <john@saltant.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|devel/py-setuptools: |math/py-numpy: Builds and |pkg_resources.find_distribu |stages egg-info directory |tions fails to find |but silently fails to |math/py-numpy under Py3k |install it --- Comment #13 from John W. O'Brien <john@saltant.com> --- Patch tested successfully with poudriere on 10.0-RELEASE against python{27,33,34}. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 16 01:05:09 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AEC21B55 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 01:05:09 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9578629B4 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 01:05:09 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6G15922076388 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 01:05:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] math/py-numpy: Builds and stages egg-info directory but silently fails to install it Date: Wed, 16 Jul 2014 01:05:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: <bug-191865-17421-bnrzKmJCwt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 16 Jul 2014 01:05:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 John W. O'Brien <john@saltant.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144707|0 |1 is obsolete| | --- Comment #14 from John W. O'Brien <john@saltant.com> --- Created attachment 144708 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144708&action=edit Patch math/py-numpy to install egg-info directory and bump PORTREVISION -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 16 01:06:49 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2207BB9 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 01:06:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8BAC29C9 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 01:06:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6G16nD6077201 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 01:06:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] math/py-numpy: Builds and stages egg-info directory but silently fails to install it Date: Wed, 16 Jul 2014 01:06:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords priority bug_status assigned_to Message-ID: <bug-191865-17421-tpM3EDbEf9@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 16 Jul 2014 01:06:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy Priority|--- |Normal Status|Needs Triage |In Discussion Assignee|freebsd-ports-bugs@FreeBSD. |koobs@FreeBSD.org |org | --- Comment #15 from Kubilay Kocak <koobs@FreeBSD.org> --- I'll take it, thanks for the fantastic diagnostic & isolation effort -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 16 01:07:23 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A36DCD0F for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 01:07:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A5BF29D6 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 01:07:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6G17NJL077527 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 01:07:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] math/py-numpy: Builds and stages egg-info directory but silently fails to install it Date: Wed, 16 Jul 2014 01:07:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: <bug-191865-17421-8Ba1cngk0H@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 16 Jul 2014 01:07:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Patch Ready -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 16 12:54:07 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E57BF34 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 12:54:07 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45830255E for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 12:54:07 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6GCs73p088978 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 12:54:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191857] [MAINTAINER] math/py-pandas: Update to 0.14.1 Date: Wed, 16 Jul 2014 12:54:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191857-17421-2cRCoEbFof@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 16 Jul 2014 12:54:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191857 --- Comment #7 from John W. O'Brien <john@saltant.com> --- With the patch to resolve bug 191865 ready to go, it will probably be best to wait until that commit hits the tree and then to update pandas with attachment 144644. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 16 12:58:15 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 690AE2B3 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 12:58:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5046225A0 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 12:58:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6GCwFHw017465 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 12:58:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191857] [MAINTAINER] math/py-pandas: Update to 0.14.1 Date: Wed, 16 Jul 2014 12:58:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc dependson Message-ID: <bug-191857-17421-4yKU59qQ2m@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 16 Jul 2014 12:58:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191857 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koobs@FreeBSD.org Depends on| |191865 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 16 12:58:15 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D52F62B7 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 12:58:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBF8B25A3 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 12:58:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6GCwFmp017522 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 12:58:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] math/py-numpy: Builds and stages egg-info directory but silently fails to install it Date: Wed, 16 Jul 2014 12:58:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: blocked Message-ID: <bug-191865-17421-7yZAT5bvvE@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 16 Jul 2014 12:58:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |191857 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 16 13:17:13 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0565059B for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 13:17:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E031F2750 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 13:17:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6GDHC1h064482 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 13:17:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] math/py-numpy: Builds and stages egg-info directory but silently fails to install it Date: Wed, 16 Jul 2014 13:17:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191865-17421-r5p8ZPfKT2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 16 Jul 2014 13:17:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 --- Comment #16 from commit-hook@freebsd.org --- A commit references this bug: Author: koobs Date: Wed Jul 16 13:16:18 UTC 2014 New revision: 362060 URL: http://svnweb.freebsd.org/changeset/ports/362060 Log: math/py-numpy: Use INSTALLS_EGGINFO, fixes pkg_resources detection Python packages installs .egg-info metadata directories when --single-version-externally managed is specified, as the Python ports framework does currently for all ports when USE_PYDISTUTILS is defined. In this case the py-numpy port does *not* currently define PYDISTUTILS_AUTOPLIST nor INSTALLS_EGGINFO, which precludes the contents of the add-plist-egginfo: target from being executed. This results in an .egg-info metadata directory being built, and staged, but not installed. Correctly specify INSTALLS_EGGINFO to compensate. Additionally add an "Open" Goal Wiki entry [1] to look at automatically detecting the presence of .egg-info metadata directories, since all ports leveraging USE_PYDISTUTILS also use the --record mechanism for generating installed file lists, and potentially deprecating INSTALLS_EGGINFO and related variables. [1] https://wiki.freebsd.org/Python#Goals PR: 191865 Submitted by: John W. O'Brien <john at saltant dot com> Changes: head/math/py-numpy/Makefile -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 16 13:18:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D271C5D3 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 13:18:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9AEA275C for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 13:18:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6GDI4eH074615 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 13:18:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191857] [MAINTAINER] math/py-pandas: Update to 0.14.1 Date: Wed, 16 Jul 2014 13:18:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: <bug-191857-17421-5OJPAb6g4b@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 16 Jul 2014 13:18:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191857 Bug 191857 depends on bug 191865, which changed state. Bug 191865 Summary: math/py-numpy: Builds and stages egg-info directory but silently fails to install it https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 What |Removed |Added ---------------------------------------------------------------------------- Status|Patch Ready |Issue Resolved Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 16 13:18:04 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 853455D1 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 13:18:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BC1B275A for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 13:18:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6GDI4Eq074547 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 13:18:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] math/py-numpy: Builds and stages egg-info directory but silently fails to install it Date: Wed, 16 Jul 2014 13:18:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: <bug-191865-17421-CeATOoXzTh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 16 Jul 2014 13:18:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch Ready |Issue Resolved Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Jul 16 13:19:08 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00F92622 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 13:19:07 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC2A8276B for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 13:19:07 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6GDJ7TL086429 for <freebsd-python@FreeBSD.org>; Wed, 16 Jul 2014 13:19:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191857] [MAINTAINER] math/py-pandas: Update to 0.14.1 Date: Wed, 16 Jul 2014 13:19:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-191857-17421-Mg88rMUdQT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191857-17421@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 16 Jul 2014 13:19:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191857 --- Comment #8 from Kubilay Kocak <koobs@FreeBSD.org> --- Unblocked! :) -- You are receiving this mail because: You are on the CC list for the bug.