From owner-freebsd-python@FreeBSD.ORG Wed Jan 21 12:18:36 2015 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 470CE1CF for ; Wed, 21 Jan 2015 12:18:36 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 27C138A3 for ; Wed, 21 Jan 2015 12:18:36 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t0LCIaoM063841 for ; Wed, 21 Jan 2015 12:18:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 196947] [new port] devel/py-pcre: Python PCRE Library Date: Wed, 21 Jan 2015 12:18:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-patch, needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: che@bein.link 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: In-Reply-To: References: 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-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2015 12:18:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196947 --- Comment #4 from Maxim Filimonov --- > output of the long make command Here it is: ===> License BSD3CLAUSE accepted by the user ===> python-pcre-1.0 depends on file: /usr/local/sbin/pkg - found => python-pcre-1.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch https://codeload.github.com/awahlig/python-pcre/legacy.tar.gz/1efa30c?dummy=/python-pcre-1.0.tar.gz python-pcre-1.0.tar.gz 0 B 0 Bps ===> Fetching all distfiles required by python-pcre-1.0 for building ===> Extracting for python-pcre-1.0 => SHA256 Checksum OK for python-pcre-1.0.tar.gz. ===> Patching for python-pcre-1.0 ===> python-pcre-1.0 depends on package: py27-setuptools27>0 - found ===> python-pcre-1.0 depends on file: /usr/local/bin/python2.7 - found ===> Configuring for python-pcre-1.0 running config ===> Building for python-pcre-1.0 running build running build_py creating build creating build/lib.freebsd-10.1-RELEASE-amd64-2.7 copying python/pcre.py -> build/lib.freebsd-10.1-RELEASE-amd64-2.7 running build_ext building '_pcre' extension creating build/temp.freebsd-10.1-RELEASE-amd64-2.7 creating build/temp.freebsd-10.1-RELEASE-amd64-2.7/src cc -DNDEBUG -O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing -fPIC -I/usr/local/include/python2.7 -c src/pcremodule.c -o build/temp.freebsd-10.1-RELEASE-amd64-2.7/src/pcremodule.o -fno-strict-aliasing src/pcremodule.c:1449:80: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] || _config_get_ulong(dict, "match_limit", PCRE_CONFIG_MATCH_LIMIT) < 0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ src/pcremodule.c:1450:100: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] || _config_get_ulong(dict, "match_limit_recursion", PCRE_CONFIG_MATCH_LIMIT_RECURSION) < 0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ 2 warnings generated. cc -shared -fstack-protector -O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing build/temp.freebsd-10.1-RELEASE-amd64-2.7/src/pcremodule.o -L/usr/local/lib -lpcre -lpython2.7 -o build/lib.freebsd-10.1-RELEASE-amd64-2.7/_pcre.so ===> Staging for python-pcre-1.0 ===> python-pcre-1.0 depends on package: pcre>=6.0 - found ===> python-pcre-1.0 depends on package: py27-setuptools27>0 - found ===> python-pcre-1.0 depends on file: /usr/local/bin/python2.7 - found ===> Generating temporary packing list running install running build running build_py running build_ext running install_lib creating /home/che/git/python-pcre-freebsd-port/work/stage/usr/local/lib/python2.7 creating /home/che/git/python-pcre-freebsd-port/work/stage/usr/local/lib/python2.7/site-packages copying build/lib.freebsd-10.1-RELEASE-amd64-2.7/pcre.py -> /home/che/git/python-pcre-freebsd-port/work/stage/usr/local/lib/python2.7/site-packages copying build/lib.freebsd-10.1-RELEASE-amd64-2.7/_pcre.so -> /home/che/git/python-pcre-freebsd-port/work/stage/usr/local/lib/python2.7/site-packages byte-compiling /home/che/git/python-pcre-freebsd-port/work/stage/usr/local/lib/python2.7/site-packages/pcre.py to pcre.pyc writing byte-compilation script '/tmp/tmp7kwehL.py' /usr/local/bin/python2.7 -O /tmp/tmp7kwehL.py removing /tmp/tmp7kwehL.py running install_egg_info running egg_info creating python/python_pcre.egg-info writing python/python_pcre.egg-info/PKG-INFO writing top-level names to python/python_pcre.egg-info/top_level.txt writing dependency_links to python/python_pcre.egg-info/dependency_links.txt writing manifest file 'python/python_pcre.egg-info/SOURCES.txt' reading manifest file 'python/python_pcre.egg-info/SOURCES.txt' writing manifest file 'python/python_pcre.egg-info/SOURCES.txt' Copying python/python_pcre.egg-info to /home/che/git/python-pcre-freebsd-port/work/stage/usr/local/lib/python2.7/site-packages/python_pcre-0.5-py2.7.egg-info running install_scripts writing list of installed files to '/home/che/git/python-pcre-freebsd-port/work/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'lib/python2.7/site-packages/_pcre.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) ====> Running Q/A tests (stage-qa) Warning: 'lib/python2.7/site-packages/_pcre.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} ===> Building package for python-pcre-1.0 -- You are receiving this mail because: You are the assignee for the bug.