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

Bug#207391: glibc 2.3.5 is also broken with sh = dash



Package: glibc
Followup-For: Bug #207391

Hi,

the same issue apply for glibc from experimental.

It is unbuildable with /bin/sh = dash.

for build cvs glibc I use this little patch, but debian version seem
more broken....


Could be this fixed ?

Matthieu

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.11
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)

Versions of packages glibc is related to:
ii  reportbug                     3.13       reports bugs in the Debian distrib
ii  totem-gstreamer               0.100-5    A simple media player for the Gnom
--- 1/csu/Makefile.old	2005-03-31 17:25:53.249270679 +0200
+++ 2/csu/Makefile	2005-03-31 17:26:33.340291371 +0200
@@ -239,7 +239,7 @@
 	 esac; \
 	 files="$(all-Banner-files)";				\
 	 if test -n "$$files"; then				\
-	   echo "\"Available extensions:\\n\"";			\
+	   printf '"Available extensions:\\n"\n';			\
 	   sed -e '/^#/d' -e 's/^[[:space:]]*/	/'		\
 	       -e 's/^\(.*\)$$/\"\1\\n\"/' $$files;		\
 	 fi) > $@T

Reply to: