From owner-freebsd-stable@FreeBSD.ORG Mon Jun 6 05:37:59 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F364106566B; Mon, 6 Jun 2011 05:37:59 +0000 (UTC) (envelope-from joerg_surmann@snafu.de) Received: from waikiki.ops.eusc.inter.net (waikiki.ops.eusc.inter.net [84.23.254.155]) by mx1.freebsd.org (Postfix) with ESMTP id 4B5FE8FC14; Mon, 6 Jun 2011 05:37:59 +0000 (UTC) X-Trace: 507c73757269697c38352e3137392e33392e3136307c3151545356682d30303042 61492d48417c31333037333338363737 Received: from waikiki.ops.eusc.inter.net ([10.155.10.19] helo=localhost) by waikiki.ops.eusc.inter.net with esmtpsa (Exim 4.72) id 1QTSVh-000BaI-HA; Mon, 06 Jun 2011 07:37:57 +0200 Message-ID: <4DEC67AA.3060500@snafu.de> Date: Mon, 06 Jun 2011 07:37:46 +0200 From: joerg_surmann User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: wen heping , FreeBSD_mailiglist_KERNEL , Freebsd_mailinglist_PORTS References: <4DEBDDB8.30001@snafu.de> In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 85.179.39.160 X-SA-Exim-Mail-From: joerg_surmann@snafu.de X-SA-Exim-Scanned: No (on waikiki.ops.eusc.inter.net); SAEximRunCond expanded to false Cc: Subject: Re: cannot install textproc/py-libxml2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2011 05:37:59 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Wen, Thanks for your reply but it's the same issue: /usr/ports/textproc/py-libxml2# make CFLAGS+=-I/usr/local/include/pth-L/usr/local/lib/pth install ===> Building for py27-libxml2-2.7.8_1 Making all in . gmake[1]: Entering directory `/usr/ports/textproc/py-libxml2/work/libxml2-2.7.8/python' /bin/sh ../libtool --tag=CC --mode=link cc - -I/usr/local/include/pth-L/usr/local/lib/pth - -I/usr/local/include/pth-L/usr/local/lib/pth -module -avoid-version - -L/usr/local/lib -o libxml2mod.la -rpath /usr/local/lib/python2.7/site-packages libxml.lo types.lo libxml2-py.lo - -lxml2 -L/usr/local/lib/python2.7/config -lpth -lutil -lm -lpython2.7 - -Wl,--export-dynamic libtool: link: cc -shared .libs/libxml.o .libs/types.o .libs/libxml2-py.o -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath - -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libxml2.so -lz /usr/local/lib/libiconv.so -L/usr/local/lib/python2.7/config -lpth - -lutil -lm -lpython2.7 -Wl,--export-dynamic -Wl,-soname - -Wl,libxml2mod.so -o .libs/libxml2mod.so /usr/bin/ld: cannot find -lpth gmake[1]: *** [libxml2mod.la] Fehler 1 gmake[1]: Leaving directory `/usr/ports/textproc/py-libxml2/work/libxml2-2.7.8/python' gmake: *** [all-recursive] Fehler 1 *** Error code 1 You have a another idea? Thanks for help. Suri Am 06.06.11 02:03, schrieb wen heping: > This is a unresolved problem. > > Currently you can use "make CFLAGS+=-I/usr/local/include/pth > -L/usr/local/lib/pth install" to install it. > > wen > > 2011/6/6 joerg_surmann : > hi all, > > /usr/ports/textproc/py-libxml2# make install clean > ===> Building for py27-libxml2-2.7.8_1 > Making all in . > gmake[1]: Entering directory > `/usr/ports/textproc/py-libxml2/work/libxml2-2.7.8/python' > /bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe > -fno-strict-aliasing -std=gnu89 -pedantic -W -Wformat -Wunused > -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat > -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith > -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes > -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -module > -avoid-version -L/usr/local/lib -o libxml2mod.la -rpath > /usr/local/lib/python2.7/site-packages libxml.lo types.lo libxml2-py.lo > -lxml2 -L/usr/local/lib/python2.7/config -lpth -lutil -lm -lpython2.7 > -Wl,--export-dynamic > libtool: link: cc -shared .libs/libxml.o .libs/types.o > .libs/libxml2-py.o -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath > -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libxml2.so -lz > /usr/local/lib/libiconv.so -L/usr/local/lib/python2.7/config -lpth > -lutil -lm -lpython2.7 -Wl,--export-dynamic -Wl,-soname > -Wl,libxml2mod.so -o .libs/libxml2mod.so > /usr/bin/ld: cannot find -lpth > gmake[1]: *** [libxml2mod.la] Fehler 1 > gmake[1]: Leaving directory > `/usr/ports/textproc/py-libxml2/work/libxml2-2.7.8/python' > gmake: *** [all-recursive] Fehler 1 > *** Error code 1 > > Stop in /usr/ports/textproc/py-libxml2. > > > have anyone a idea? > > 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" >> > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.12 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk3sZ6oACgkQcEHvP2uxrTPg+gCfbm/FFp9csy3Fdn3uj54886JI M08AnRl6LOPU2hMB2RYvLkqJ6tLcyz7q =q0k+ -----END PGP SIGNATURE-----