From owner-freebsd-stable@FreeBSD.ORG Mon Jun 6 05:44:41 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 7AC6A1065670 for ; Mon, 6 Jun 2011 05:44:41 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta08.emeryville.ca.mail.comcast.net (qmta08.emeryville.ca.mail.comcast.net [76.96.30.80]) by mx1.freebsd.org (Postfix) with ESMTP id 6091C8FC13 for ; Mon, 6 Jun 2011 05:44:41 +0000 (UTC) Received: from omta07.emeryville.ca.mail.comcast.net ([76.96.30.59]) by qmta08.emeryville.ca.mail.comcast.net with comcast id sViE1g0041GXsucA8VkfKP; Mon, 06 Jun 2011 05:44:39 +0000 Received: from koitsu.dyndns.org ([67.180.84.87]) by omta07.emeryville.ca.mail.comcast.net with comcast id sVkf1g00c1t3BNj8UVkf7q; Mon, 06 Jun 2011 05:44:40 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 717E3102C19; Sun, 5 Jun 2011 22:44:39 -0700 (PDT) Date: Sun, 5 Jun 2011 22:44:39 -0700 From: Jeremy Chadwick To: joerg_surmann Message-ID: <20110606054439.GA73301@icarus.home.lan> References: <4DEBDDB8.30001@snafu.de> <4DEC67AA.3060500@snafu.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DEC67AA.3060500@snafu.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: wen heping , FreeBSD_mailiglist_KERNEL , Freebsd_mailinglist_PORTS 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:44:41 -0000 On Mon, Jun 06, 2011 at 07:37:46AM +0200, joerg_surmann wrote: > Thanks for your reply but it's the same issue: It appears you made a copy-paste typo. Look closely (missing whitespace): > /usr/ports/textproc/py-libxml2# make CFLAGS+=-I/usr/local/include/pth-L/usr/local/lib/pth install > ... I don't know if this will work, but what you want is: make CFLAGS+="-I/usr/local/include/pth -L/usr/local/lib/pth" install Also, this looks to be a freebsd-ports topic, not freebsd-stable. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, US | | Making life hard for others since 1977. PGP 4BD6C0CB |