Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 2015 12:18:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 196947] [new port] devel/py-pcre: Python PCRE Library
Message-ID:  <bug-196947-21822-ixWZ7PlMig@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196947-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196947-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196947

--- Comment #4 from Maxim Filimonov <che@bein.link> ---
> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196947-21822-ixWZ7PlMig>