Build glibc 2.1.1 on i686

Andreas Jaeger aj@arthur.rhein-neckar.de
Wed Jun 9 12:44:00 GMT 1999


>>>>> Artur Frysiak writes:

 > Hi
 > Problem with build glibc on some machine solved.
 > Solution send by Grzegorz Grudzinski <gsg@mimuw.edu.pl> to pld-list[1].
 > Please change in versions.awk sort -n to sort -k 1,2
 > In attachement is patch solved this problem.

We've solved this differently now.  The appended patch has been added
to glibc.  Sorry, I've forgot your original report and didn't mail you 
the solution when I've noticed the problem again.

Andreas

1999-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

        * Makerules: Set LC_ALL explicitly to archieve correct sorting of
        map files.  Closes PR libc/1147.

Index: Makerules
===================================================================
RCS file: /glibc/cvsfiles/libc/Makerules,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -r1.322 -r1.323
--- Makerules	1999/03/26 18:27:46	1.322
+++ Makerules	1999/06/03 12:42:34	1.323
@@ -286,7 +286,7 @@
 			       $(wildcard $(sysdirs:%=%/Versions)) \
 			       $(sysd-versions-force)
 	{ echo 'sysd-versions-subdirs = $(all-subdirs) $(config-sysdirs)' ; \
-	  $(AWK) -v buildroot=$(common-objpfx) -v defsfile=$< \
+	  LC_ALL=C $(AWK) -v buildroot=$(common-objpfx) -v defsfile=$< \
 		 -v move_if_change='$(move-if-change)' \
 		 -f $(filter-out $< $(sysd-versions-force),$^); \
 	} > $@T

-- 
 Andreas Jaeger   aj@arthur.rhein-neckar.de    jaeger@informatik.uni-kl.de
  for pgp-key finger ajaeger@aixd1.rhrk.uni-kl.de


More information about the Libc-alpha mailing list