After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 80766 - Compiling gnome-vfs 1.9.14 for GNOME 2.0 fails on old LIBC
Compiling gnome-vfs 1.9.14 for GNOME 2.0 fails on old LIBC
Status: RESOLVED DUPLICATE of bug 78434
Product: gnome-vfs
Classification: Deprecated
Component: Build
unspecified
Other other
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2002-05-04 07:02 UTC by Frode Nordahl
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Frode Nordahl 2002-05-04 07:02:56 UTC
Package: gnome-vfs
Severity: normal
Version: 1.9.14
Synopsis: Compiling gnome-vfs 1.9.14 for GNOME 2.0 fails on old LIBC
Bugzilla-Product: gnome-vfs
Bugzilla-Component: Build

Description:
I'm using Debian 2.2r6 (Potato) with GLIBC 2.1.3

This version of GLIBC does not have some gettext features that gnome-vfs
1.9.14 requires.  Even when I install an updated version of gettext, it
is not detected.

The build fails in the "test" subdirectory with the following error:
../libgnomevfs/.libs/libgnomevfs-2.so: undefined reference to
`bind_textdomain_codeset'

If I add '-lintl' to libgnomevfs/Makefile on the LIBGNOMEVFS_LIBS line,
it works.

gnome-vfs configure script should check libc for required
functionallity, and try to locate external gettext installation if it is
not available.




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-05-04 03:02 -------

Reassigning to the default owner of the component, gnome-vfs-maint@bugzilla.gnome.org.

Comment 1 Seth Nickell 2002-05-10 05:30:51 UTC

*** This bug has been marked as a duplicate of 78434 ***