This is the mail archive of the libc-alpha@sourceware.cygnus.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]

Re: Build glibc 2.1.1 on i686


On Wed, 09 Jun 1999, Andreas Jaeger wrote:

> >>>>> 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

This not solve problem because LC_ALL maybe in .bashrc and shell read
.bashrc after every call subshell like ``.
Ultich solution work better.

Wiget
-- 
  __    __ _            _
 / / /\ \ (_) __ _  ___| |_  @__mail:  Artur Frysiak
 \ \/  \/ / |/ _` |/ _ \ __|            Rudlice 10
  \  /\  /| | (_| |  __/ |_           98-311 Ostrowek
   \/  \/ |_|\__, |\___|\__|
             |___/           email:   Wiget@t17.ds.pwr.wroc.pl
PGP key: http://www.t17.ds.pwr.wroc.pl/~wiget/pgp.key
Fingerprint16 = 70 DB E0 2D 12 AB C7 31  B6 58 B5 61 B3 98 B6 E6

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