Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2007 00:23:30 -0800
From:      Peter Johnson <johnson.peter@gmail.com>
To:        Ade Lovett <ade@freebsd.org>,  freebsd-ports@freebsd.org
Subject:   Re: Impending update to devel/gettext
Message-ID:  <45D17582.2010908@gmail.com>

index | next in thread | raw e-mail

I tried your gettext 0.16.1 patch, and ran into problems as I have 
sysutils/coreutils installed with NLS enabled.  The issue is that 
coreutils installs a /usr/local/bin/gmkdir which uses the gettext 
library.  An upgrade of gettext fails as the gettext configure process 
prefers gmkdir over mkdir, but the deinstall deletes the gettext 
library, so the subsequent install can't work as gmkdir doesn't work 
without the old library being installed!

The correct fix is probably a patch to the gettext configure script to 
disable the check for gmkdir.

Thanks,
Peter



help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45D17582.2010908>