This is the mail archive of the
libc-alpha@sourceware.cygnus.com
mailing list for the glibc project.
Re: Build glibc 2.1.1 on i686
- To: Artur Frysiak <wiget@t17.ds.pwr.wroc.pl>
- Subject: Re: Build glibc 2.1.1 on i686
- From: Andreas Jaeger <aj@arthur.rhein-neckar.de>
- Date: 09 Jun 1999 19:54:41 +0200
- Cc: GNU libc testers <libc-alpha@sourceware.cygnus.com>
- References: <19990609192452.C5592@wiget.t17.ds.pwr.wroc.pl>
>>>>> 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