[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

please fix #152866 in glibc



   If this hasn't been done yet to the glibc cvs, I don't
see a checkin message regarding it, could we please have
Debian bug 152866 fixed. There is a simple fix to this
problem which has prevented recent glibc builds from 
finishing on some of the build machines. It is due to
the debian/packages.d/libc.mk file having the same 
identical file copied twice to the same destination on
the same install line. This behavior is forbidden in the
fileutils in unstable so glibc builds will randomly fail
without this change depending on which distribution of 
fileutils (unstable or woody) is installed. The patch is
just...



--- 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)/.

Note the removal of the duplicate install of getent which was
the offender. Thanks in advance.
                         Jack


-- 
To UNSUBSCRIBE, email to debian-glibc-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: