bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gettext fails `make check` on new installs


From: Bruno Haible
Subject: Re: gettext fails `make check` on new installs
Date: Tue, 15 Mar 2005 15:36:06 +0100
User-agent: KMail/1.5

Mike Frysinger wrote:
> > > if you don't have gettext already installed on your system, then
> > > running `make check` bombs inside of gettext-tools/tests/ ... reason
> > > seems to be that the env manipulation doesnt include setting
> > > LD_LIBRARY_PATH along side PATH
> >
> > Thanks for the report. On which platform did you observe this ("uname -a"
> > ?), and with which version of GNU gettext?
>
> gettext-0.14.2 (but i wrote the patch against cvs HEAD) on Gentoo/Linux

These build instructions work on all glibc systems:

   $ tar xvfz gettext-0.14.2.tar.gz
   $ cd gettext-0.14.2
   $ ./configure --prefix=/tmp/foobar
   $ make
   $ make check         # ignore Java related failures (gcj bugs)
   $ make install

If it doesn't work for you, please check the contents of your config.site,
if any.

Possible other causes of the failure (this is just guesswork, since you
didn't pass on enough information to determine the cause of the failure):
  - use of a nonstandard libc, such as uclibc,
  - use of a modified gettext-0.14.2 (probably not - you were saying you
    were using an unpatched gettext-0.14.2),
  - application of buggy build instructions such as the one found at
    
http://mirror.pudas.net/gentoo-x86-portage/sys-devel/gettext/gettext-0.14.2.ebuild

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]