public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* nscd build error on mainline
@ 2002-01-18  3:16 Andreas Jaeger
  2002-01-18  8:13 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Jaeger @ 2002-01-18  3:16 UTC (permalink / raw)
  To: GNU libc hacker


I didn't try the release branch but expect we have the same problem there:
/builds/glibc/x86-64-shared/nscd/connections.o: In function `begin_drop_privileges':
/builds/glibc/x86-64-shared/nscd/connections.o(.text+0xd27): undefined reference to `xmalloc'
/builds/glibc/x86-64-shared/nscd/connections.o(.text+0xd65): undefined reference to `xrealloc'
collect2: ld returned 1 exit status

Ok for both branches?

Andreas

2002-01-18  Andreas Jaeger  <aj@suse.de>

	* nscd/Makefile (nscd-modules): Add xmalloc for nscd.

============================================================
Index: nscd/Makefile
--- nscd/Makefile	2001/07/06 04:55:37	1.11
+++ nscd/Makefile	2002/01/18 11:16:08
@@ -1,4 +1,4 @@
-# Copyright (C) 1998, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -27,7 +27,10 @@
 
 nscd-modules := nscd connections pwdcache getpwnam_r getpwuid_r grpcache \
 		getgrnam_r getgrgid_r hstcache gethstbyad_r gethstbynm2_r \
-		dbg_log nscd_conf nscd_stat cache
+		dbg_log nscd_conf nscd_stat cache xmalloc
+
+# To find xmalloc.c
+vpath %.c ../locale/programs
 
 ifeq ($(have-thread-library),yes)
 

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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

* Re: nscd build error on mainline
  2002-01-18  3:16 nscd build error on mainline Andreas Jaeger
@ 2002-01-18  8:13 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2002-01-18  8:13 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: GNU libc hacker

Andreas Jaeger <aj@suse.de> writes:

> Ok for both branches?

This was actually part of the submitted patch.  I forgot to check this
in.  Did I mention how much I hate this horribly slow colocation?
It's impossible to run cvs update every time.

-- 
---------------.                          ,-.   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:[~2002-01-18 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-18  3:16 nscd build error on mainline Andreas Jaeger
2002-01-18  8:13 ` 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).