Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2010 06:01:43 -0500
From:      "Sam Fourman Jr." <sfourman@gmail.com>
To:        wen heping <wenheping@gmail.com>
Cc:        ports@freebsd.org, gogo@cs.uni-sb.de
Subject:   Re: py-lxml 2.2.7 wont build on HEAD
Message-ID:  <AANLkTikNvknuY-w%2B-8fYhqVv-ZsoJNvbvUHpqj%2BfJRBz@mail.gmail.com>
In-Reply-To: <AANLkTi=nR-omukev%2Bv6UW92zQft9qs6BBOXewiB3W7Xi@mail.gmail.com>
References:  <AANLkTikE5Ev5KRe%2BtAVuUxHJkxN3HKk-0=iQ8JgTpr3P@mail.gmail.com> <AANLkTikCzKpAYkCsnEFqhaY46jGmJAgdfEYeG=BV_n8f@mail.gmail.com> <AANLkTi=nR-omukev%2Bv6UW92zQft9qs6BBOXewiB3W7Xi@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 27, 2010 at 5:56 AM, wen heping <wenheping@gmail.com> wrote:
> Here is my build log:
> fb9# make install
> =3D=3D=3D>  WARNING: Vulnerability database out of date, checking anyway
> =3D=3D=3D>  License check disabled, port has not defined LICENSE
> =3D=3D=3D>  Extracting for py26-lxml-2.2.7
> =3D> MD5 Checksum OK for lxml-2.2.7.tar.gz.
> =3D> SHA256 Checksum OK for lxml-2.2.7.tar.gz.
> =3D=3D=3D>  Patching for py26-lxml-2.2.7
> =3D=3D=3D>   py26-lxml-2.2.7 depends on file: /usr/local/bin/easy_install=
-2.6 - found
> =3D=3D=3D>   py26-lxml-2.2.7 depends on file: /usr/local/bin/python2.6 - =
found
> =3D=3D=3D>   py26-lxml-2.2.7 depends on shared library: xml2.5 - found
> =3D=3D=3D>   py26-lxml-2.2.7 depends on shared library: xslt.2 - found
> =3D=3D=3D>  Configuring for py26-lxml-2.2.7
> Building lxml version 2.2.7.
> Building with Cython 0.13.
> Using build configuration of libxslt 1.1.26
> Building against libxml2/libxslt in the following directory: /usr/local/l=
ib
> running config
> =3D=3D=3D>  Building for py26-lxml-2.2.7
> Building lxml version 2.2.7.
> Building with Cython 0.13.
> Using build configuration of libxslt 1.1.26
> Building against libxml2/libxslt in the following directory: /usr/local/l=
ib
> running setopt
> Writing setup.cfg
> Building lxml version 2.2.7.
> Building with Cython 0.13.
> Using build configuration of libxslt 1.1.26
> Building against libxml2/libxslt in the following directory: /usr/local/l=
ib
> running setopt
> Writing setup.cfg
> Building lxml version 2.2.7.
> Building with Cython 0.13.
> Using build configuration of libxslt 1.1.26
> Building against libxml2/libxslt in the following directory: /usr/local/l=
ib
> running setopt
> Writing setup.cfg
> Building lxml version 2.2.7.
> Building with Cython 0.13.
> Using build configuration of libxslt 1.1.26
> Building against libxml2/libxslt in the following directory: /usr/local/l=
ib
> running setopt
> Writing setup.cfg
> Building lxml version 2.2.7.
> Building with Cython 0.13.
> Using build configuration of libxslt 1.1.26
> Building against libxml2/libxslt in the following directory: /usr/local/l=
ib
> running bdist_egg
> running egg_info
> writing src/lxml.egg-info/PKG-INFO
> writing top-level names to src/lxml.egg-info/top_level.txt
> writing dependency_links to src/lxml.egg-info/dependency_links.txt
> reading manifest file 'src/lxml.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'src/lxml.egg-info/SOURCES.txt'
> installing library code to build/bdist.freebsd-9.0-CURRENT-i386/egg
> running install_lib
> running build_py
> creating lib.freebsd-9.0-CURRENT-i386
> creating lib.freebsd-9.0-CURRENT-i386/lxml
> copying src/lxml/builder.py -> lib.freebsd-9.0-CURRENT-i386/lxml
> copying src/lxml/__init__.py -> lib.freebsd-9.0-CURRENT-i386/lxml
> copying src/lxml/ElementInclude.py -> lib.freebsd-9.0-CURRENT-i386/lxml
> copying src/lxml/_elementpath.py -> lib.freebsd-9.0-CURRENT-i386/lxml
> copying src/lxml/doctestcompare.py -> lib.freebsd-9.0-CURRENT-i386/lxml
> copying src/lxml/sax.py -> lib.freebsd-9.0-CURRENT-i386/lxml
> copying src/lxml/cssselect.py -> lib.freebsd-9.0-CURRENT-i386/lxml
> copying src/lxml/usedoctest.py -> lib.freebsd-9.0-CURRENT-i386/lxml
> copying src/lxml/pyclasslookup.py -> lib.freebsd-9.0-CURRENT-i386/lxml
> creating lib.freebsd-9.0-CURRENT-i386/lxml/html
> copying src/lxml/html/html5parser.py -> lib.freebsd-9.0-CURRENT-i386/lxml=
/html
> copying src/lxml/html/builder.py -> lib.freebsd-9.0-CURRENT-i386/lxml/htm=
l
> copying src/lxml/html/clean.py -> lib.freebsd-9.0-CURRENT-i386/lxml/html
> copying src/lxml/html/__init__.py -> lib.freebsd-9.0-CURRENT-i386/lxml/ht=
ml
> copying src/lxml/html/defs.py -> lib.freebsd-9.0-CURRENT-i386/lxml/html
> copying src/lxml/html/_html5builder.py -> lib.freebsd-9.0-CURRENT-i386/lx=
ml/html
> copying src/lxml/html/_setmixin.py -> lib.freebsd-9.0-CURRENT-i386/lxml/h=
tml
> copying src/lxml/html/soupparser.py -> lib.freebsd-9.0-CURRENT-i386/lxml/=
html
> copying src/lxml/html/formfill.py -> lib.freebsd-9.0-CURRENT-i386/lxml/ht=
ml
> copying src/lxml/html/_dictmixin.py -> lib.freebsd-9.0-CURRENT-i386/lxml/=
html
> copying src/lxml/html/_diffcommand.py -> lib.freebsd-9.0-CURRENT-i386/lxm=
l/html
> copying src/lxml/html/usedoctest.py -> lib.freebsd-9.0-CURRENT-i386/lxml/=
html
> copying src/lxml/html/ElementSoup.py -> lib.freebsd-9.0-CURRENT-i386/lxml=
/html
> copying src/lxml/html/diff.py -> lib.freebsd-9.0-CURRENT-i386/lxml/html
> running build_ext
> building 'lxml.etree' extension
> creating temp.freebsd-9.0-CURRENT-i386-2.6
> creating temp.freebsd-9.0-CURRENT-i386-2.6/src
> creating temp.freebsd-9.0-CURRENT-i386-2.6/src/lxml
> cc -DNDEBUG -O2 -pipe -D__wchar_t=3Dwchar_t -DTHREAD_STACK_SIZE=3D0x20000
> -fno-strict-aliasing -O2 -pipe -
> fno-strict-aliasing -fPIC -I/usr/local/include
> -I/usr/local/include/libxml2 -I/usr/local/include/pytho
>        n2.6 -c src/lxml/lxml.etree.c -o
> temp.freebsd-9.0-CURRENT-i386-2.6/src/lxml/lxml.etree.o -w
> cc -shared -pthread -O2 -pipe -fno-strict-aliasing
> temp.freebsd-9.0-CURRENT-i386-2.6/src/lxml/lxml.etr
>    ee.o -L/usr/local/lib -lxslt -lexslt -lxml2 -lz -lm -o
> lib.freebsd-9.0-CURRENT-i386/lxml/etree.so
> building 'lxml.objectify' extension
> cc -DNDEBUG -O2 -pipe -D__wchar_t=3Dwchar_t -DTHREAD_STACK_SIZE=3D0x20000
> -fno-strict-aliasing -O2 -pipe -
> fno-strict-aliasing -fPIC -I/usr/local/include
> -I/usr/local/include/libxml2 -I/usr/local/include/pytho
>        n2.6 -c src/lxml/lxml.objectify.c -o
> temp.freebsd-9.0-CURRENT-i386-2.6/src/lxml/lxml.objectify.o -w
> cc -shared -pthread -O2 -pipe -fno-strict-aliasing
> temp.freebsd-9.0-CURRENT-i386-2.6/src/lxml/lxml.obj
>    ectify.o -L/usr/local/lib -lxslt -lexslt -lxml2 -lz -lm -o
> lib.freebsd-9.0-CURRENT-i386/lxml/objectify                        .so
> creating build
> creating build/bdist.freebsd-9.0-CURRENT-i386
> creating build/bdist.freebsd-9.0-CURRENT-i386/egg
> creating build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml
> copying lib.freebsd-9.0-CURRENT-i386/lxml/builder.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml
> copying lib.freebsd-9.0-CURRENT-i386/lxml/__init__.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml
> copying lib.freebsd-9.0-CURRENT-i386/lxml/ElementInclude.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/eg                        g/lxml
> copying lib.freebsd-9.0-CURRENT-i386/lxml/_elementpath.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg/                        lxml
> copying lib.freebsd-9.0-CURRENT-i386/lxml/doctestcompare.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/eg                        g/lxml
> copying lib.freebsd-9.0-CURRENT-i386/lxml/sax.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml
> copying lib.freebsd-9.0-CURRENT-i386/lxml/cssselect.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg/lxm                        l
> copying lib.freebsd-9.0-CURRENT-i386/lxml/usedoctest.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg/lx                        ml
> copying lib.freebsd-9.0-CURRENT-i386/lxml/pyclasslookup.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg                        /lxml
> creating build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/html
> copying lib.freebsd-9.0-CURRENT-i386/lxml/html/html5parser.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/
> egg/lxml/html
> copying lib.freebsd-9.0-CURRENT-i386/lxml/html/builder.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg/
> lxml/html
> copying lib.freebsd-9.0-CURRENT-i386/lxml/html/clean.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg/lx
> ml/html
> copying lib.freebsd-9.0-CURRENT-i386/lxml/html/__init__.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg
> /lxml/html
> copying lib.freebsd-9.0-CURRENT-i386/lxml/html/defs.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg/lxm
> l/html
> copying lib.freebsd-9.0-CURRENT-i386/lxml/html/_html5builder.py ->
> build/bdist.freebsd-9.0-CURRENT-i38
> 6/egg/lxml/html
> copying lib.freebsd-9.0-CURRENT-i386/lxml/html/_setmixin.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/eg
> g/lxml/html
> copying lib.freebsd-9.0-CURRENT-i386/lxml/html/soupparser.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/e
> gg/lxml/html
> copying lib.freebsd-9.0-CURRENT-i386/lxml/html/formfill.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg
> /lxml/html
> copying lib.freebsd-9.0-CURRENT-i386/lxml/html/_dictmixin.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/e
> gg/lxml/html
> copying lib.freebsd-9.0-CURRENT-i386/lxml/html/_diffcommand.py ->
> build/bdist.freebsd-9.0-CURRENT-i386
> /egg/lxml/html
> copying lib.freebsd-9.0-CURRENT-i386/lxml/html/usedoctest.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/e
> gg/lxml/html
> copying lib.freebsd-9.0-CURRENT-i386/lxml/html/ElementSoup.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/
> egg/lxml/html
> copying lib.freebsd-9.0-CURRENT-i386/lxml/html/diff.py ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg/lxm
> l/html
> copying lib.freebsd-9.0-CURRENT-i386/lxml/etree.so ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml
> copying lib.freebsd-9.0-CURRENT-i386/lxml/objectify.so ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg/lxm                        l
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/builder.py
> to builder.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/__init__.py
> to __init__.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/ElementInclu=
de.py
> to ElementInclude.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/_elementpath=
.py
> to _elementpath.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/doctestcompa=
re.py
> to doctestcompare.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/sax.py to sa=
x.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/cssselect.py
> to cssselect.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/usedoctest.p=
y
> to usedoctest.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/pyclasslooku=
p.py
> to pyclasslookup.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/html/html5pa=
rser.py
> to html5parser.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/html/builder=
.py
> to builder.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/html/clean.p=
y
> to clean.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/html/__init_=
_.py
> to __init__.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/html/defs.py
> to defs.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/html/_html5b=
uilder.py
> to _html5builder.py                        c
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/html/_setmix=
in.py
> to _setmixin.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/html/souppar=
ser.py
> to soupparser.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/html/formfil=
l.py
> to formfill.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/html/_dictmi=
xin.py
> to _dictmixin.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/html/_diffco=
mmand.py
> to _diffcommand.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/html/usedoct=
est.py
> to usedoctest.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/html/Element=
Soup.py
> to ElementSoup.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/html/diff.py
> to diff.pyc
> creating stub loader for lxml/etree.so
> creating stub loader for lxml/objectify.so
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/etree.py
> to etree.pyc
> byte-compiling build/bdist.freebsd-9.0-CURRENT-i386/egg/lxml/objectify.py
> to objectify.pyc
> creating build/bdist.freebsd-9.0-CURRENT-i386/egg/EGG-INFO
> copying src/lxml.egg-info/PKG-INFO ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg/EGG-INFO
> copying src/lxml.egg-info/SOURCES.txt ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg/EGG-INFO
> copying src/lxml.egg-info/dependency_links.txt ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg/EGG-INFO
> copying src/lxml.egg-info/not-zip-safe ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg/EGG-INFO
> copying src/lxml.egg-info/top_level.txt ->
> build/bdist.freebsd-9.0-CURRENT-i386/egg/EGG-INFO
> writing build/bdist.freebsd-9.0-CURRENT-i386/egg/EGG-INFO/native_libs.txt
> creating dist
> creating 'dist/lxml-2.2.7-py2.6-freebsd-9.0-CURRENT-i386.egg' and
> adding 'build/bdist.freebsd-9.0-CURR
> ENT-i386/egg' to it
> removing 'build/bdist.freebsd-9.0-CURRENT-i386/egg' (and everything under=
 it)
> =3D=3D=3D>  Installing for py26-lxml-2.2.7
> =3D=3D=3D>   py26-lxml-2.2.7 depends on file: /usr/local/bin/easy_install=
-2.6 - found
> =3D=3D=3D>   py26-lxml-2.2.7 depends on file: /usr/local/bin/python2.6 - =
found
> =3D=3D=3D>   Generating temporary packing list
> =3D=3D=3D>  Checking if devel/py-lxml already installed
> Building lxml version 2.2.7.
> Building with Cython 0.13.
> Using build configuration of libxslt 1.1.26
> Building against libxml2/libxslt in the following directory: /usr/local/l=
ib
> running easy_install
> Processing lxml-2.2.7-py2.6-freebsd-9.0-CURRENT-i386.egg
> creating /usr/local/lib/python2.6/site-packages/lxml-2.2.7-py2.6-freebsd-=
9.0-CURRENT-i386.egg
> Extracting lxml-2.2.7-py2.6-freebsd-9.0-CURRENT-i386.egg to
> /usr/local/lib/python2.6/site-packages
> Adding lxml 2.2.7 to easy-install.pth file
>
> Installed /usr/local/lib/python2.6/site-packages/lxml-2.2.7-py2.6-freebsd=
-9.0-CURRENT-i386.egg
> install  -o root -g wheel -m 444
> /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/py-lxml/work/lxml
>                      -2.2.7/CHANGES.txt
> /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/py-lxml/work/lxml-2.2=
.7/CREDITS
>                       .txt
> /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/py-lxml/work/lxml-2.2=
.7/LICENSES.txt
> /usr/loc
> al/tinderbox/portstrees/FreeBSD/ports/devel/py-lxml/work/lxml-2.2.7/TODO.=
txt
> /usr/local/tinderbox/port
> strees/FreeBSD/ports/devel/py-lxml/work/lxml-2.2.7/README.txt
> /usr/local/share/doc/py-lxml
> cd /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/py-lxml/work/lxml-=
2.2.7
> && /bin/sh -c '(/usr/bi                        n/find -d $0 $2 |
> /usr/bin/cpio -dumpl $1 >/dev/null  2>&1) &&  /usr/sbin/chown -R
> root:wheel $1 &&  /                        usr/bin/find -d $0 $2 -type
> d -exec chmod 755 $1/{} \; &&  /usr/bin/find -d $0 $2 -type f -exec
> chmod                         444 $1/{} \;' -- doc
> /usr/local/share/doc/py-lxml
> =3D=3D=3D>   Registering installation for py26-lxml-2.2.7
>
>
> and :
>
> fb9# uname -a
> FreeBSD fb9.wenjing.com 9.0-CURRENT FreeBSD 9.0-CURRENT #5: Tue Sep 14
> 14:21:52 CST 2010
> root@fb9.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>



hmm  interesting.. I wonder what my trouble is, let me try again



>
> On Mon, Sep 27, 2010 at 6:30 PM, Sam Fourman Jr. <sfourman@gmail.com> wro=
te:
>> On Sun, Sep 26, 2010 at 10:24 PM, Sam Fourman Jr. <sfourman@gmail.com> w=
rote:
>>> while trying to build py-lxml 2.2.7 on FreeBSD 9
>>>
>>> it hangs on this line
>>>
>>> cc -DNDEBUG -O2 -pipe -D__wchar_t=3Dwchar_t -DTHREAD_STACK_SIZE=3D0x200=
00
>>> -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -fPIC
>>> -I/usr/local/include -I/usr/local/include/libxml2
>>> -I/usr/local/include/python2.6 -c src/lxml/lxml.etree.c -o
>>> temp.freebsd-9.0-CURRENT-amd64-2.6/src/lxml/lxml.etree.o -w
>>>
>>>
>>> here is the complete output
>>>
>>> uname -a
>>> FreeBSD Sam.PuffyBSD.Com 9.0-CURRENT FreeBSD 9.0-CURRENT #3: Sun Sep
>>> 26 21:48:08 CDT 2010
>>> root@FNFS.PuffyBSD.Com:/usr/obj/usr/src/sys/WORKSTATION  amd64
>>> Sam#
>>>
>>>
>>>
>>> Sam# cd /usr/ports/devel/py-lxml/
>>> Sam# make clean
>>> =3D=3D=3D>  Cleaning for py26-lxml-2.2.7
>>> Sam#
>>> Sam#
>>> Sam#
>>> Sam# make install
>>> =3D=3D=3D>  Vulnerability check disabled, database not found
>>> =3D=3D=3D>  License check disabled, port has not defined LICENSE
>>> =3D=3D=3D>  Extracting for py26-lxml-2.2.7
>>> =3D> MD5 Checksum OK for lxml-2.2.7.tar.gz.
>>> =3D> SHA256 Checksum OK for lxml-2.2.7.tar.gz.
>>> =3D=3D=3D>  Patching for py26-lxml-2.2.7
>>> =3D=3D=3D>   py26-lxml-2.2.7 depends on file: /usr/local/bin/easy_insta=
ll-2.6 - found
>>> =3D=3D=3D>   py26-lxml-2.2.7 depends on file: /usr/local/bin/python2.6 =
- found
>>> =3D=3D=3D>   py26-lxml-2.2.7 depends on shared library: xml2.5 - found
>>> =3D=3D=3D>   py26-lxml-2.2.7 depends on shared library: xslt.2 - found
>>> =3D=3D=3D>  Configuring for py26-lxml-2.2.7
>>> Building lxml version 2.2.7.
>>> Building with Cython 0.13.
>>> Using build configuration of libxslt 1.1.26
>>> Building against libxml2/libxslt in the following directory: /usr/local=
/lib
>>> running config
>>> =3D=3D=3D>  Building for py26-lxml-2.2.7
>>> Building lxml version 2.2.7.
>>> Building with Cython 0.13.
>>> Using build configuration of libxslt 1.1.26
>>> Building against libxml2/libxslt in the following directory: /usr/local=
/lib
>>> running setopt
>>> Writing setup.cfg
>>> Building lxml version 2.2.7.
>>> Building with Cython 0.13.
>>> Using build configuration of libxslt 1.1.26
>>> Building against libxml2/libxslt in the following directory: /usr/local=
/lib
>>> running setopt
>>> Writing setup.cfg
>>> Building lxml version 2.2.7.
>>> Building with Cython 0.13.
>>> Using build configuration of libxslt 1.1.26
>>> Building against libxml2/libxslt in the following directory: /usr/local=
/lib
>>> running setopt
>>> Writing setup.cfg
>>> Building lxml version 2.2.7.
>>> Building with Cython 0.13.
>>> Using build configuration of libxslt 1.1.26
>>> Building against libxml2/libxslt in the following directory: /usr/local=
/lib
>>> running setopt
>>> Writing setup.cfg
>>> Building lxml version 2.2.7.
>>> Building with Cython 0.13.
>>> Using build configuration of libxslt 1.1.26
>>> Building against libxml2/libxslt in the following directory: /usr/local=
/lib
>>> running bdist_egg
>>> running egg_info
>>> writing src/lxml.egg-info/PKG-INFO
>>> writing top-level names to src/lxml.egg-info/top_level.txt
>>> writing dependency_links to src/lxml.egg-info/dependency_links.txt
>>> reading manifest file 'src/lxml.egg-info/SOURCES.txt'
>>> reading manifest template 'MANIFEST.in'
>>> writing manifest file 'src/lxml.egg-info/SOURCES.txt'
>>> installing library code to build/bdist.freebsd-9.0-CURRENT-amd64/egg
>>> running install_lib
>>> running build_py
>>> creating lib.freebsd-9.0-CURRENT-amd64
>>> creating lib.freebsd-9.0-CURRENT-amd64/lxml
>>> copying src/lxml/doctestcompare.py -> lib.freebsd-9.0-CURRENT-amd64/lxm=
l
>>> copying src/lxml/builder.py -> lib.freebsd-9.0-CURRENT-amd64/lxml
>>> copying src/lxml/sax.py -> lib.freebsd-9.0-CURRENT-amd64/lxml
>>> copying src/lxml/cssselect.py -> lib.freebsd-9.0-CURRENT-amd64/lxml
>>> copying src/lxml/usedoctest.py -> lib.freebsd-9.0-CURRENT-amd64/lxml
>>> copying src/lxml/__init__.py -> lib.freebsd-9.0-CURRENT-amd64/lxml
>>> copying src/lxml/ElementInclude.py -> lib.freebsd-9.0-CURRENT-amd64/lxm=
l
>>> copying src/lxml/pyclasslookup.py -> lib.freebsd-9.0-CURRENT-amd64/lxml
>>> copying src/lxml/_elementpath.py -> lib.freebsd-9.0-CURRENT-amd64/lxml
>>> creating lib.freebsd-9.0-CURRENT-amd64/lxml/html
>>> copying src/lxml/html/builder.py -> lib.freebsd-9.0-CURRENT-amd64/lxml/=
html
>>> copying src/lxml/html/diff.py -> lib.freebsd-9.0-CURRENT-amd64/lxml/htm=
l
>>> copying src/lxml/html/defs.py -> lib.freebsd-9.0-CURRENT-amd64/lxml/htm=
l
>>> copying src/lxml/html/_setmixin.py -> lib.freebsd-9.0-CURRENT-amd64/lxm=
l/html
>>> copying src/lxml/html/formfill.py -> lib.freebsd-9.0-CURRENT-amd64/lxml=
/html
>>> copying src/lxml/html/soupparser.py -> lib.freebsd-9.0-CURRENT-amd64/lx=
ml/html
>>> copying src/lxml/html/_html5builder.py ->
>>> lib.freebsd-9.0-CURRENT-amd64/lxml/html
>>> copying src/lxml/html/ElementSoup.py -> lib.freebsd-9.0-CURRENT-amd64/l=
xml/html
>>> copying src/lxml/html/_diffcommand.py -> lib.freebsd-9.0-CURRENT-amd64/=
lxml/html
>>> copying src/lxml/html/clean.py -> lib.freebsd-9.0-CURRENT-amd64/lxml/ht=
ml
>>> copying src/lxml/html/__init__.py -> lib.freebsd-9.0-CURRENT-amd64/lxml=
/html
>>> copying src/lxml/html/html5parser.py -> lib.freebsd-9.0-CURRENT-amd64/l=
xml/html
>>> copying src/lxml/html/_dictmixin.py -> lib.freebsd-9.0-CURRENT-amd64/lx=
ml/html
>>> copying src/lxml/html/usedoctest.py -> lib.freebsd-9.0-CURRENT-amd64/lx=
ml/html
>>> running build_ext
>>> building 'lxml.etree' extension
>>> creating temp.freebsd-9.0-CURRENT-amd64-2.6
>>> creating temp.freebsd-9.0-CURRENT-amd64-2.6/src
>>> creating temp.freebsd-9.0-CURRENT-amd64-2.6/src/lxml
>>> cc -DNDEBUG -O2 -pipe -D__wchar_t=3Dwchar_t -DTHREAD_STACK_SIZE=3D0x200=
00
>>> -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -fPIC
>>> -I/usr/local/include -I/usr/local/include/libxml2
>>> -I/usr/local/include/python2.6 -c src/lxml/lxml.etree.c -o
>>> temp.freebsd-9.0-CURRENT-amd64-2.6/src/lxml/lxml.etree.o -w
>>>
>>>
>>
>> here is a ktrace of cc
>>
>> http://paste.pocoo.org/show/267944/
>>
>>
>> --
>>
>> Sam Fourman Jr.
>> Fourman Networks
>> http://www.fourmannetworks.com
>> _______________________________________________
>> 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"
>>
>
>
>
> --
> =D5=E6=C0=ED=B4=D3=C0=B4=C3=BB=D3=D0=D5=BD=CA=A4=B9=FD=C3=FD=CE=F3=A3=AC=
=D5=E6=C0=ED=D6=BB=D3=D0=D4=DA=BC=E1=B3=D6=C3=FD=CE=F3=B5=C4=C8=CB=CB=C0=C8=
=A5=BA=F3=B2=C5=B3=C9=CE=AA=D5=E6=C0=ED=A1=A3
>



--=20

Sam Fourman Jr.
Fourman Networks
http://www.fourmannetworks.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikNvknuY-w%2B-8fYhqVv-ZsoJNvbvUHpqj%2BfJRBz>