From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 10 00:05:04 2010 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0995106566C for ; Thu, 10 Jun 2010 00:05:04 +0000 (UTC) (envelope-from gofdpb-freebsd-ports-bugs@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 6F4238FC08 for ; Thu, 10 Jun 2010 00:05:04 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OMVGZ-0003ba-BC for freebsd-ports-bugs@freebsd.org; Thu, 10 Jun 2010 02:05:03 +0200 Received: from 212.36.208.2 ([212.36.208.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Jun 2010 02:05:03 +0200 Received: from ports by 212.36.208.2 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Jun 2010 02:05:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports-bugs@freebsd.org connect(): No such file or directory From: "ports@c0decafe.net" Date: Wed, 9 Jun 2010 21:59:36 +0000 (UTC) Lines: 48 Message-ID: References: <20100607155151.5977D2AEC57D__32181.7978322089$1275926454$gmane$org@sunpoet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 212.36.208.2 Subject: Re: ports/147655: [PATCH] textproc/libxslt: remove USE_GETTEXT=yes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2010 00:05:05 -0000 On Mon, 07 Jun 2010 23:51:51 +0800, Sunpoet Po-Chuan Hsieh wrote: > gettext dependency was added to libxslt if CRYPTO option is on (by > default). However, libxslt does not link against gettext library if > libgpg-error was built without NLS support (WITHOUT_NLS option). Thus I > think USE_GETTEXT should be removed. > > Dependency tree: > libxslt ---> libgcrypt ---> libgpg-error ---> gettext > depends on (conditional) I'm not sure it is that simple. Consider the following: gmake[4]: Leaving directory `/build/usr/ports/devel/eggdbus/work/ eggdbus-0.6/src/tests' gmake[3]: Leaving directory `/build/usr/ports/devel/eggdbus/work/ eggdbus-0.6/src/tests' gmake[3]: Entering directory `/build/usr/ports/devel/eggdbus/work/ eggdbus-0.6/src' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/build/usr/ports/devel/eggdbus/work/ eggdbus-0.6/src' gmake[2]: Leaving directory `/build/usr/ports/devel/eggdbus/work/ eggdbus-0.6/src' Making all in docs gmake[2]: Entering directory `/build/usr/ports/devel/eggdbus/work/ eggdbus-0.6/docs' Making all in man gmake[3]: Entering directory `/build/usr/ports/devel/eggdbus/work/ eggdbus-0.6/docs/man' /usr/local/bin/xsltproc -nonet http://docbook.sourceforge.net/release/xsl/ current/manpages/docbook.xsl eggdbus-binding-tool.xml /libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by "libgcrypt.so.16" gmake[3]: *** [eggdbus-binding-tool.1] Error 1 gmake[3]: Leaving directory `/build/usr/ports/devel/eggdbus/work/ eggdbus-0.6/docs/man' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/build/usr/ports/devel/eggdbus/work/ eggdbus-0.6/docs' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/build/usr/ports/devel/eggdbus/work/ eggdbus-0.6' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/devel/eggdbus.