[Mesa-dev] [PATCH] egl: Fix eglentrypoint.h sort order.

Eric Engestrom eric.engestrom at intel.com
Thu Nov 1 16:54:16 UTC 2018


On Thursday, 2018-11-01 17:37:57 +0100, Mathias Fröhlich wrote:
> Hi,
> 
> On Thursday, 1 November 2018 17:28:48 CET Eric Engestrom wrote:
> > Pushed now, but travis still fails:
> > https://travis-ci.org/mesa3d/mesa/jobs/449405406
> > 
> > I'm really confused here, because the LANG is now fixed, so it shouldn't
> > behave differently on different environments?
> > 
> > If anyone has any clue, I'm all ears :)
> 
> May be LC_ALL=C like the sort man page claims or as Michel meant,
> LC_COLLATE=C which is finally the last specific variable to
> overwrite the behavior?

Yeah Michel suggested LC_ALL on irc, which I just tested and it works
even on travis; sending the patch in a minute.

> 
> > > Do I also remember right that the reson for sorting was a binary
> > > search being done on the names for getprocaddress or something?
> > 
> > That's exactly right :)
> > 
> > > So, the ascii table sorting matters, right?
> > 
> > Not sure what you mean? Are you talking about this issue, or something
> > else?
> 
> If the binary search is the reason behind then all is answered.
> Thanks!
> 
> best
> Mathias
> 
> 


More information about the mesa-dev mailing list