glibc build problem with fileutils 4.1.9

Jack Howarth howarth@bromo.msbb.uc.edu
Fri Jul 19 19:00:00 GMT 2002


   Please ignore my previous message on this topic. I found
the problem with the debian glibc packages and it is an error
in their custom package.d/libc.mk file...

--- glibc-2.2.5/debian/packages.d/libc.mk	Fri Jul 19 19:21:09 2002
+++ glibc-2.2.5/debian/packages.d/libc.mk.fix	Fri Jul 19 21:52:41 2002
@@ -25,7 +25,7 @@
 	$(make_directory) $(tmpdir)/$@$(datadir)
 	$(make_directory) $(tmpdir)/$@$(bindir)
 	$(INSTALL_PROGRAM) $(addprefix $(install_root)$(bindir)/, \
-		getent iconv locale localedef getent) $(tmpdir)/$@$(bindir)/.
+		getent iconv locale localedef) $(tmpdir)/$@$(bindir)/.
 	$(INSTALL_SCRIPT) $(addprefix $(install_root)$(bindir)/, \
 		catchsegv glibcbug tzselect) $(tmpdir)/$@$(bindir)/.
 	$(INSTALL_SCRIPT) $(install_root)$(bindir)/ldd $(tmpdir)/$@$(bindir)/.
                                
                                  Jack



More information about the Libc-alpha mailing list