public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* gnu/lib-names.h is broken
@ 2000-03-19  8:35 Andreas Jaeger
  2000-03-19 18:18 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Jaeger @ 2000-03-19  8:35 UTC (permalink / raw)
  To: GNU libc hacker

With the current CVS version, gnu/lib-names.h is broken on
ix86-linux. I've run make clean to get a clean build dir.

Here's the contents:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/* This file is automatically generated.
   It defines macros to allow user program to find the shared
   library files which come as part of GNU libc.  */
#ifndef __GNU_LIB_NAMES_H
#define __GNU_LIB_NAMES_H	1

#define	1_SO	"1.so.1"
#define	1_SO	"1.so.1"
#define	1_SO	"1.so.1"
#define	1_SO	"1.so.1"
#define	LD__SO	"ld-"
#define	LIBBROKENLOCALE_SO	"libBrokenLocale.so.1"
#define	LIBCRYPT_SO	"libcrypt.so.1"
#define	LIBC_SO	"libc.so.6"
#define	LIBDB1_SO	"libdb1.so.2"
#define	LIBDB_SO	"libdb.so.3"
#define	LIBDL_SO	"libdl.so.2"
#define	LIBM_SO	"libm.so.6"
#define	LIBNSL_SO	"libnsl.so.1"
#define	LIBNSS_COMPAT_SO	"libnss_compat.so.2"
#define	LIBNSS_DB_SO	"libnss_db.so.2"
#define	LIBNSS_DNS_SO	"libnss_dns.so.2"
#define	LIBNSS_FILES_SO	"libnss_files.so.2"
#define	LIBNSS_HESIOD_SO	"libnss_hesiod.so.2"
#define	LIBNSS_LDAP_SO	"libnss_ldap.so.2"
#define	LIBNSS_NISPLUS_SO	"libnss_nisplus.so.2"
#define	LIBNSS_NIS_SO	"libnss_nis.so.2"
#define	LIBPTHREAD_SO	"libpthread.so.0"
#define	LIBPTHREAD_SO	"libpthread.so.0"
#define	LIBRESOLV_SO	"libresolv.so.2"
#define	LIBRT_SO	"librt.so.1"
#define	LIBTHREAD_DB_SO	"libthread_db.so.1"
#define	LIBUTIL_SO	"libutil.so.1"

#endif	/* gnu/lib-names.h */
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The entries for LD__SO and 1_SO are wrong and it contains duplicates
(the duplicate for LIBPTHREAD_SO was already in glibc 2.1).

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gnu/lib-names.h is broken
  2000-03-19  8:35 gnu/lib-names.h is broken Andreas Jaeger
@ 2000-03-19 18:18 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2000-03-19 18:18 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: GNU libc hacker

Andreas Jaeger <aj@suse.de> writes:

> With the current CVS version, gnu/lib-names.h is broken on
> ix86-linux. I've run make clean to get a clean build dir.

I guess this is fixed now.  Roland fixed a problem in one of his
earlier changes where the preprocessor replaced tokens (here linux
with 1).

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-03-19 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-19  8:35 gnu/lib-names.h is broken Andreas Jaeger
2000-03-19 18:18 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).