Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 2010 21:59:36 +0000 (UTC)
From:      "ports@c0decafe.net" <ports@c0decafe.net>
To:        freebsd-ports-bugs@freebsd.org
Subject:   Re: ports/147655: [PATCH] textproc/libxslt: remove USE_GETTEXT=yes
Message-ID:  <hup2s7$dr0$1@dough.gmane.org>
References:  <20100607155151.5977D2AEC57D__32181.7978322089$1275926454$gmane$org@sunpoet.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?hup2s7$dr0$1>