This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

re: glibc build problem with fileutils 4.1.9


   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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]